Searched refs:CSS1SelectorType (Results 1 – 3 of 3) sorted by relevance
78 enum CSS1SelectorType enum103 CSS1SelectorType eType; // Art des Selektors109 CSS1Selector( CSS1SelectorType eTyp, const String &rSel ) in CSS1Selector()115 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 77 milliseconds