Home
last modified time | relevance | path

Searched refs:getIdAttribute (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLNameCollection.cpp66 if (e->getIdAttribute() == m_name) in itemAfter()
77 if (e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name) in itemAfter()
80 if ((e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name) in itemAfter()
84 …if (e->getAttribute(nameAttr) == m_name || (e->getIdAttribute() == m_name && e->hasAttribute(nameA… in itemAfter()
DHTMLDataGridColElement.cpp63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable()); in ensureColumn()
171 column()->setId(getIdAttribute()); in parseMappedAttribute()
DHTMLFormCollection.cpp179 while (impl && impl->getIdAttribute() == name) in nextNamedItem()
198 const AtomicString& idAttrVal = element->getIdAttribute(); in updateNameCache()
225 const AtomicString& idAttrVal = element->getIdAttribute(); in updateNameCache()
DHTMLCollection.cpp269 return e->getIdAttribute() == name; in checkForNameMatch()
280 return e->getAttribute(nameAttr) == name && e->getIdAttribute() != name; in checkForNameMatch()
322 const AtomicString& idAttrVal = e->getIdAttribute(); in updateNameCache()
DHTMLAppletElement.cpp122 …onst AtomicString& name = document()->isHTMLDocument() ? getAttribute(nameAttr) : getIdAttribute(); in createRenderer()
DHTMLFrameElementBase.cpp155 m_frameName = getIdAttribute(); in setNameAndOpenURL()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceContainer.cpp39 , m_id(node->hasID() ? node->getIdAttribute() : nullAtom) in RenderSVGResourceContainer()
83 m_id = static_cast<Element*>(node())->getIdAttribute(); in idChanged()
DSVGRenderTreeAsText.cpp314 ts << " [id=\"" << static_cast<SVGElement*>(node)->getIdAttribute() << "\"]"; in writeSVGPaintingResource()
553 const AtomicString& id = element->getIdAttribute(); in writeSVGResourceContainer()
/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()
DAttr.cpp134 m_element->updateId(m_element->getIdAttribute(), value); in setValue()
DElement.h139 const AtomicString& getIdAttribute() const;
521 inline const AtomicString& Element::getIdAttribute() const in getIdAttribute() function
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DStringUtils.h58 name = element.getIdAttribute(); in nameForAutofill()
DFormManagerAndroid.cpp345 identifier = WTFStringToString16(form.getIdAttribute()); in GetFormIdentifier()
/external/webkit/Source/WebKit/chromium/src/
DWebFormControlElement.cpp72 name = constUnwrap<HTMLFormControlElement>()->getIdAttribute(); in nameForAutofill()
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.cpp170 if (element->getIdAttribute() == fontName) in getSVGFontById()
/external/webkit/Source/WebCore/wml/
DWMLCardElement.cpp295 if (card->getIdAttribute() != cardName) in findNamedCardInDocument()
/external/webkit/Source/WebCore/svg/
DSVGElement.cpp349 String resourceId = getIdAttribute(); in insertedIntoDocument()
DSVGSVGElement.cpp656 if (element->hasID() && element->getIdAttribute() == id) in getElementById()
DSVGUseElement.cpp391 String elementId = element->getIdAttribute(); in dumpInstanceTree()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp137 const AtomicString& idValue = element->getIdAttribute(); in drawElementTitle()
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderLayer.mm58 … stringByAppendingFormat:@" id=\"%@\"", (NSString *)static_cast<Element*>(node)->getIdAttribute()];
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp422 ts << " id=\"" + static_cast<Element*>(node)->getIdAttribute() + "\""; in writeRenderObject()

12