Searched refs:forAttributeValue (Results 1 – 8 of 8) sorted by relevance
81 void addLabel(const AtomicString& forAttributeValue, HTMLLabelElement*);82 void removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement*);83 HTMLLabelElement* labelElementForId(const AtomicString& forAttributeValue);
281 void TreeScope::addLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) in addLabel() argument284 m_labelsByForAttribute->add(forAttributeValue, element); in addLabel()287 void TreeScope::removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) in removeLabel() argument290 m_labelsByForAttribute->remove(forAttributeValue, element); in removeLabel()293 HTMLLabelElement* TreeScope::labelElementForId(const AtomicString& forAttributeValue) in labelElementForId() argument295 if (forAttributeValue.isEmpty()) in labelElementForId()308 …toHTMLLabelElement(m_labelsByForAttribute->getElementByLabelForAttribute(forAttributeValue, this)); in labelElementForId()
38 virtual String forAttributeValue() const = 0;
419 String forAttribute = client()->forAttributeValue(); in isScriptForEventSupported()
66 virtual String forAttributeValue() const OVERRIDE;
159 String HTMLScriptElement::forAttributeValue() const in forAttributeValue() function in blink::HTMLScriptElement
71 virtual String forAttributeValue() const OVERRIDE;
169 String SVGScriptElement::forAttributeValue() const in forAttributeValue() function in blink::SVGScriptElement