Searched refs:subResourceAttributeName (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp475 const QualifiedName& HTMLImageElement::subResourceAttributeName() const function in class:blink::HTMLImageElement
H A DHTMLTableElement.cpp536 const QualifiedName& HTMLTableElement::subResourceAttributeName() const function in class:blink::HTMLTableElement
H A DHTMLInputElement.cpp1220 const QualifiedName& HTMLInputElement::subResourceAttributeName() const function in class:blink::HTMLInputElement
1222 return m_inputType->subResourceAttributeName();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.cpp683 const QualifiedName& InputType::subResourceAttributeName() const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h281 virtual const QualifiedName& subResourceAttributeName() const;
H A DElement.cpp994 const QualifiedName& Element::subResourceAttributeName() const function in class:Element
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp1588 // FIXME: Using subResourceAttributeName as fallback is not a perfect
1589 // solution. subResourceAttributeName returns just one attribute name. The
1592 RefPtrWillBeRawPtr<LocalFrame> child = webframeChild->initializeCoreFrame(frame()->host(), ownerElement, request.frameName(), ownerElement->getAttribute(ownerElement->subResourceAttributeName()));

Completed in 98 milliseconds

12