Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.h261 unsigned m_tagIsForNamespaceRule : 1; variable
393 , m_tagIsForNamespaceRule(false) in CSSSelector()
407 , m_tagIsForNamespaceRule(tagIsForNamespaceRule) in CSSSelector()
423 , m_tagIsForNamespaceRule(o.m_tagIsForNamespaceRule) in CSSSelector()
DCSSSelector.cpp605 if (m_match == CSSSelector::Tag && !m_tagIsForNamespaceRule) { in selectorText()