Searched refs:subResourceAttributeName (Results 1 - 25 of 32) sorted by last modified time

12

/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()));
H A DWebPageSerializer.cpp69 const QualifiedName& attributeName = element->subResourceAttributeName();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp994 const QualifiedName& Element::subResourceAttributeName() const function in class:Element
H A DElement.h281 virtual const QualifiedName& subResourceAttributeName() const;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp190 const QualifiedName& HTMLBodyElement::subResourceAttributeName() const function in class:blink::HTMLBodyElement
H A DHTMLBodyElement.h60 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLEmbedElement.cpp180 const QualifiedName& HTMLEmbedElement::subResourceAttributeName() const function in class:blink::HTMLEmbedElement
H A DHTMLEmbedElement.h47 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLImageElement.cpp475 const QualifiedName& HTMLImageElement::subResourceAttributeName() const function in class:blink::HTMLImageElement
H A DHTMLImageElement.h121 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLInputElement.cpp1220 const QualifiedName& HTMLInputElement::subResourceAttributeName() const function in class:blink::HTMLInputElement
1222 return m_inputType->subResourceAttributeName();
H A DHTMLInputElement.h315 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE FINAL;
H A DHTMLLinkElement.cpp402 const QualifiedName& HTMLLinkElement::subResourceAttributeName() const function in class:blink::HTMLLinkElement
410 return HTMLElement::subResourceAttributeName();
H A DHTMLLinkElement.h186 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLModElement.cpp49 const QualifiedName& HTMLModElement::subResourceAttributeName() const function in class:blink::HTMLModElement
H A DHTMLModElement.h41 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLObjectElement.cpp351 const QualifiedName& HTMLObjectElement::subResourceAttributeName() const function in class:blink::HTMLObjectElement
H A DHTMLObjectElement.h91 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLQuoteElement.cpp51 const QualifiedName& HTMLQuoteElement::subResourceAttributeName() const function in class:blink::HTMLQuoteElement
H A DHTMLQuoteElement.h42 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLScriptElement.cpp62 const QualifiedName& HTMLScriptElement::subResourceAttributeName() const function in class:blink::HTMLScriptElement
H A DHTMLScriptElement.h60 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLTableCellElement.cpp137 const QualifiedName& HTMLTableCellElement::subResourceAttributeName() const function in class:blink::HTMLTableCellElement
139 return hasTagName(tdTag) ? backgroundAttr : HTMLTablePartElement::subResourceAttributeName();
H A DHTMLTableCellElement.h64 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
H A DHTMLTableElement.cpp536 const QualifiedName& HTMLTableElement::subResourceAttributeName() const function in class:blink::HTMLTableElement

Completed in 977 milliseconds

12