Searched refs:CSS1SelectorType (Results 1 – 3 of 3) sorted by relevance
84 enum CSS1SelectorType enum109 CSS1SelectorType eType; // Art des Selektors115 CSS1Selector( CSS1SelectorType eTyp, const String &rSel ) in CSS1Selector()121 CSS1SelectorType GetType() const { return eType; } in GetType()
645 static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector, in GetTokenAndClass()653 CSS1SelectorType eType = pSelector->GetType(); in GetTokenAndClass()732 CSS1SelectorType eSelType = pSelector->GetType(); in StyleParsed()783 CSS1SelectorType eNextType = pNext ? pNext->GetType() in StyleParsed()
893 CSS1SelectorType eType = CSS1_SELTYPE_ELEMENT; in ParseSelector()
Completed in 20 milliseconds