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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DElementRuleCollector.h78 class StyleRuleList : public RefCounted<StyleRuleList> { class in namespace:WebCore
80 static PassRefPtr<StyleRuleList> create() { return adoptRef(new StyleRuleList()); }
103 PassRefPtr<StyleRuleList> matchedStyleRuleList();
129 StyleRuleList* ensureStyleRuleList();
148 RefPtr<StyleRuleList> m_styleRuleList;

Completed in 98 milliseconds