Searched refs:tagIsForNamespaceRule (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSSelector.h | 39 explicit CSSSelector(const QualifiedName&, bool tagIsForNamespaceRule = false); 398 inline CSSSelector::CSSSelector(const QualifiedName& tagQName, bool tagIsForNamespaceRule) in CSSSelector() argument 407 , m_tagIsForNamespaceRule(tagIsForNamespaceRule) in CSSSelector()
|
D | CSSParserValues.cpp | 239 …id CSSParserSelector::prependTagSelector(const QualifiedName& tagQName, bool tagIsForNamespaceRule) in prependTagSelector() argument 246 m_selector = adoptPtr(new CSSSelector(tagQName, tagIsForNamespaceRule)); in prependTagSelector()
|
D | CSSParserValues.h | 248 void prependTagSelector(const QualifiedName&, bool tagIsForNamespaceRule = false);
|
D | CSSParser.h | 362 …& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule); 363 …& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule);
|
D | CSSParser-in.cpp | 9822 …Prefix, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) in rewriteSpecifiersWithElementName() argument 9828 specifiers->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementName() 9833 …ecifiersWithElementNameForCustomPseudoElement(tag, elementName, specifiers, tagIsForNamespaceRule); in rewriteSpecifiersWithElementName() 9836 …cifiersWithElementNameForContentPseudoElement(tag, elementName, specifiers, tagIsForNamespaceRule); in rewriteSpecifiersWithElementName() 9841 specifiers->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementName() 9845 …e& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) in rewriteSpecifiersWithElementNameForCustomPseudoElement() argument 9860 lastShadowPseudo->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementNameForCustomPseudoElement() 9872 …e& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) in rewriteSpecifiersWithElementNameForContentPseudoElement() argument 9884 last->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); in rewriteSpecifiersWithElementNameForContentPseudoElement()
|