Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8NamedNodesCollection.cpp49 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == id) in itemWithName()
/external/webkit/Source/WebCore/dom/
DStaticNodeList.cpp54 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
DStaticHashSetNodeList.cpp72 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
DDocumentOrderedMap.cpp45 return element->hasID() && element->getIdAttribute().impl() == key; in keyMatchesId()
DDynamicNodeList.cpp141 if (node->hasID() && static_cast<Element*>(node)->idForStyleResolution() == elementId) in itemWithName()
DElement.h508 ASSERT(hasID()); in idForStyleResolution()
DNode.h286 bool hasID() const { return getFlag(HasIDFlag); } in hasID() function
DElement.cpp944 if (hasID()) { in insertedIntoDocument()
955 if (hasID()) { in removedFromDocument()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceContainer.cpp39 , m_id(node->hasID() ? node->getIdAttribute() : nullAtom) in RenderSVGResourceContainer()
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp138 if (hasID()) in insertedIntoDocument()
149 if (hasID()) in removedFromDocument()
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp240 …if (!targetElement || !targetElement->hasID() || targetElement->idForStyleResolution() != m_nextSa… in updateAnimations()
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm57 if (node->hasID())
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp656 if (element->hasID() && element->getIdAttribute() == id) in getElementById()
DSVGUseElement.cpp774 if (element->hasID() && element->idForStyleResolution() == id) in hasCycleUseReferencing()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp421 if (node->hasID()) in writeRenderObject()
DRenderLayerBacking.cpp1474 if (node->hasID()) in paintIntoLayer()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp609 if (element->hasID()) in collectElementIdentifierHashes()
702 if (m_element->hasID()) in matchRules()
952 if (p->hasID() && m_features.idsInRules.contains(p->idForStyleResolution().impl())) in locateCousinList()
1039 if (element->hasID() && m_features.idsInRules.contains(element->idForStyleResolution().impl())) in canShareStyleWithElement()
1139 …if (m_styledElement->hasID() && m_features.idsInRules.contains(m_styledElement->idForStyleResoluti… in locateSharedStyle()
2136 return element->hasID() && element->idForStyleResolution().impl() == value; in checkValue()
2385 return e->hasID() && e->idForStyleResolution() == sel->value(); in checkOneSelector()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2411408 (WebCore::Node::hasID):