Searched defs:HTMLImageElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp24 #include "core/html/HTMLImageElement.h"
42 HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form) function in class:WebCore::HTMLImageElement
54 PassRefPtr<HTMLImageElement> HTMLImageElement::create(Document* document)
56 return adoptRef(new HTMLImageElement(imgTag, document));
59 PassRefPtr<HTMLImageElement> HTMLImageElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
61 return adoptRef(new HTMLImageElement(tagName, document, form));
64 HTMLImageElement
[all...]

Completed in 288 milliseconds