Home
last modified time | relevance | path

Searched refs:starAtom (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTagCollection.cpp43 if (m_namespaceURI == starAtom) in ~TagCollection()
53 if (m_localName != starAtom && m_localName != testNode.localName()) in elementMatches()
56 return m_namespaceURI == starAtom || m_namespaceURI == testNode.namespaceURI(); in elementMatches()
DQualifiedName.cpp115 DEFINE_GLOBAL(QualifiedName, anyName, nullAtom, starAtom, starAtom) in DEFINE_GLOBAL() argument
119 ASSERT(starAtom.impl()); in DEFINE_GLOBAL()
120 new ((void*)&anyName) QualifiedName(nullAtom, starAtom, starAtom, true ); in DEFINE_GLOBAL()
DTagCollection.h37 ASSERT(namespaceURI != starAtom); in create()
44 … return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName)); in create()
DNodeListsNodeData.h118 …ap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), nullptr); in addCache()
135 return static_cast<T*>(m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom))); in cached()
151 …veCache(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom)
DAttribute.h79 return qualifiedName.prefix() == starAtom || qualifiedName.namespaceURI() == namespaceURI(); in matches()
DContainerNode.cpp1382 if (namespaceURI == starAtom) in getElementsByTagNameNS()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTagCollection.h55 if (m_localName != starAtom) { in elementMatches()
60 ASSERT(m_namespaceURI == starAtom); in elementMatches()
DHTMLTagCollection.cpp31 : TagCollection(rootNode, HTMLTagCollectionType, starAtom, localName) in HTMLTagCollection()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringStatics.cpp55 WTF_EXPORT DEFINE_GLOBAL(AtomicString, starAtom) in DEFINE_GLOBAL()
87 new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral); in init()
DAtomicString.h216 WTF_EXPORT extern const AtomicString& starAtom;
252 using WTF::starAtom;
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h160 if (localName != starAtom && localName != element.localName()) in tagMatches()
163 return namespaceURI == starAtom || namespaceURI == element.namespaceURI(); in tagMatches()
DCSSSelectorList.cpp156 …ector::Tag && selector.tagQName().prefix() != nullAtom && selector.tagQName().prefix() != starAtom) in operator ()()
158 …lector() && selector.attribute().prefix() != nullAtom && selector.attribute().prefix() != starAtom) in operator ()()
DCSSPageRule.cpp63 if (!pageSpecification.isEmpty() && pageSpecification != starAtom) { in selectorText()
DPageRuleCollector.cpp92 if (localName != starAtom && localName != pageName) in checkPageSelectorComponents()
DSelectorFilter.cpp123 if (selector.tagQName().localName() != starAtom) in collectDescendantSelectorIdentifierHashes()
DRuleSet.cpp58 if (selectorNamespace != starAtom && selectorNamespace != xhtmlNamespaceURI) in isSelectorMatchingHTMLBasedOnRuleHash()
162 if (selector->tagQName().localName() != starAtom) in extractValuesforSelector()
DStyleSheetContents.cpp314 if (prefix == starAtom) in determineNamespace()
315 return starAtom; // We'll match any namespace. in determineNamespace()
DRuleFeature.cpp48 ASSERT(selector.tagQName().localName() == starAtom); in isSkippableComponentForInvalidation()
129 … || (component->match() == CSSSelector::Tag && component->tagQName().localName() != starAtom) in invalidationSetModeForSelector()
DCSSSelector.cpp122 return (tagQName().localName() != starAtom) ? 1 : 0; in specificityForOneSelector()
138 s += tagQName().localName() == starAtom ? 0 : 4; in specificityForPage()
DSelectorChecker.cpp460 ASSERT(selectorAttr.localName() != starAtom); // Should not be possible from the CSS grammar. in anyAttributeMatches()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathStep.cpp197 if (name == starAtom) in nodeMatchesBasicTest()
213 if (name == starAtom) in nodeMatchesBasicTest()
375 if (nodeTest().kind() == NodeTest::NameTest && nodeTest().data() != starAtom) { in nodesInAxis()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValues.cpp116 if (m_selector->tagQName().localName() == starAtom) in isSimple()
DBisonCSSParser-in.cpp118 , m_defaultNamespace(starAtom) in BisonCSSParser()
151 m_defaultNamespace = starAtom; // Reset the default namespace. in parseSheet()
1810 if (m_defaultNamespace != starAtom || specifiers->crossesTreeScopes()) in rewriteSpecifiersWithNamespaceIfNeeded()
1811 …return rewriteSpecifiersWithElementName(nullAtom, starAtom, specifiers, /*tagIsForNamespaceRule*/t… in rewriteSpecifiersWithNamespaceIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCrossOriginAccessControl.cpp126 if (accessControlOriginString == starAtom) { in passesAccessControlCheck()
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformance.cpp171 if (timingAllowOriginString == starAtom) in passesTimingAllowCheck()

12