Searched refs:forAttributeValue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoaderClient.h38 virtual String forAttributeValue() const = 0;
H A DTreeScope.h81 void addLabel(const AtomicString& forAttributeValue, HTMLLabelElement*);
82 void removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement*);
83 HTMLLabelElement* labelElementForId(const AtomicString& forAttributeValue);
H A DTreeScope.cpp281 void TreeScope::addLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) argument
284 m_labelsByForAttribute->add(forAttributeValue, element);
287 void TreeScope::removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) argument
290 m_labelsByForAttribute->remove(forAttributeValue, element);
293 HTMLLabelElement* TreeScope::labelElementForId(const AtomicString& forAttributeValue) argument
295 if (forAttributeValue.isEmpty())
308 return toHTMLLabelElement(m_labelsByForAttribute->getElementByLabelForAttribute(forAttributeValue, this));
H A DScriptLoader.cpp419 String forAttribute = client()->forAttributeValue();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h66 virtual String forAttributeValue() const OVERRIDE;
H A DHTMLScriptElement.cpp159 String HTMLScriptElement::forAttributeValue() const function in class:blink::HTMLScriptElement
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.h71 virtual String forAttributeValue() const OVERRIDE;
H A DSVGScriptElement.cpp169 String SVGScriptElement::forAttributeValue() const function in class:blink::SVGScriptElement

Completed in 121 milliseconds