Searched defs:CSSRuleList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSRuleList.cpp23 #include "CSSRuleList.h"
32 CSSRuleList::CSSRuleList() function in class:WebCore::CSSRuleList
36 CSSRuleList::CSSRuleList(StyleList* list, bool omitCharsetRules) function in class:WebCore::CSSRuleList
50 CSSRuleList::~CSSRuleList()
54 unsigned CSSRuleList::length() const
59 CSSRule* CSSRuleList::item(unsigned index)
72 void CSSRuleList
[all...]
H A DCSSRuleList.h35 class CSSRuleList : public RefCounted<CSSRuleList> { class in namespace:WebCore
37 static PassRefPtr<CSSRuleList> create(StyleList* list, bool omitCharsetRules = false)
39 return adoptRef(new CSSRuleList(list, omitCharsetRules));
41 static PassRefPtr<CSSRuleList> create()
43 return adoptRef(new CSSRuleList);
45 ~CSSRuleList();
62 CSSRuleList();
63 CSSRuleList(StyleList*, bool omitCharsetRules);

Completed in 1006 milliseconds