Home
last modified time | relevance | path

Searched refs:m_styleSheetIndex (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.h57 , m_styleSheetIndex(styleSheetIndex) in MatchedRule()
68 uint32_t styleSheetIndex() const { return m_styleSheetIndex; } in styleSheetIndex()
75 uint32_t m_styleSheetIndex; variable