Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.h39 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()
DCSSParserValues.cpp239 …id CSSParserSelector::prependTagSelector(const QualifiedName& tagQName, bool tagIsForNamespaceRule) in prependTagSelector() argument
246 m_selector = adoptPtr(new CSSSelector(tagQName, tagIsForNamespaceRule)); in prependTagSelector()
DCSSParserValues.h248 void prependTagSelector(const QualifiedName&, bool tagIsForNamespaceRule = false);
DCSSParser.h362 …& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule);
363 …& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule);
DCSSParser-in.cpp9822 …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()