Home
last modified time | relevance | path

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

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