Home
last modified time | relevance | path

Searched refs:ImageDocumentElement (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/loader/
DImageDocument.cpp79 class ImageDocumentElement : public HTMLImageElement { class
81 ImageDocumentElement(ImageDocument* doc) in ImageDocumentElement() function in WebCore::ImageDocumentElement
87 virtual ~ImageDocumentElement();
179 RefPtr<ImageDocumentElement> imageElement = new ImageDocumentElement(this); in createDocumentStructure()
359 ImageDocumentElement::~ImageDocumentElement() in ~ImageDocumentElement()
365 void ImageDocumentElement::willMoveToNewOwnerDocument() in willMoveToNewOwnerDocument()
DImageDocument.h32 class ImageDocumentElement; variable
42 ImageDocumentElement* imageElement() const { return m_imageElement; } in imageElement()
62 ImageDocumentElement* m_imageElement;
/external/webkit/WebCore/
DChangeLog-2008-08-1069489 (WebCore::ImageDocument::createDocumentStructure): Create an ImageDocumentElement
69496 (WebCore::ImageDocumentElement::~ImageDocumentElement): Call
69499 (WebCore::ImageDocumentElement::willMoveToNewOwnerDocument): Ditto.
69502 ImageDocumentElement instead of HTMLImageElement. Also added
DChangeLog-2009-06-1664864 (WebCore::ImageDocumentElement::ImageDocumentElement):