Searched refs:getIdAttribute (Results 1 – 25 of 30) sorted by relevance
12
66 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()
63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable()); in ensureColumn()171 column()->setId(getIdAttribute()); in parseMappedAttribute()
179 while (impl && impl->getIdAttribute() == name) in nextNamedItem()198 const AtomicString& idAttrVal = element->getIdAttribute(); in updateNameCache()225 const AtomicString& idAttrVal = element->getIdAttribute(); in updateNameCache()
269 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()
122 …onst AtomicString& name = document()->isHTMLDocument() ? getAttribute(nameAttr) : getIdAttribute(); in createRenderer()
155 m_frameName = getIdAttribute(); in setNameAndOpenURL()
39 , m_id(node->hasID() ? node->getIdAttribute() : nullAtom) in RenderSVGResourceContainer()83 m_id = static_cast<Element*>(node())->getIdAttribute(); in idChanged()
314 ts << " [id=\"" << static_cast<SVGElement*>(node)->getIdAttribute() << "\"]"; in writeSVGPaintingResource()553 const AtomicString& id = element->getIdAttribute(); in writeSVGResourceContainer()
49 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == id) in itemWithName()
54 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
72 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
45 return element->hasID() && element->getIdAttribute().impl() == key; in keyMatchesId()
134 m_element->updateId(m_element->getIdAttribute(), value); in setValue()
139 const AtomicString& getIdAttribute() const;521 inline const AtomicString& Element::getIdAttribute() const in getIdAttribute() function
58 name = element.getIdAttribute(); in nameForAutofill()
345 identifier = WTFStringToString16(form.getIdAttribute()); in GetFormIdentifier()
72 name = constUnwrap<HTMLFormControlElement>()->getIdAttribute(); in nameForAutofill()
170 if (element->getIdAttribute() == fontName) in getSVGFontById()
295 if (card->getIdAttribute() != cardName) in findNamedCardInDocument()
349 String resourceId = getIdAttribute(); in insertedIntoDocument()
656 if (element->hasID() && element->getIdAttribute() == id) in getElementById()
391 String elementId = element->getIdAttribute(); in dumpInstanceTree()
137 const AtomicString& idValue = element->getIdAttribute(); in drawElementTitle()
58 … stringByAppendingFormat:@" id=\"%@\"", (NSString *)static_cast<Element*>(node)->getIdAttribute()];
422 ts << " id=\"" + static_cast<Element*>(node)->getIdAttribute() + "\""; in writeRenderObject()