OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_imageElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.h
44
HTMLImageElement* imageElement() const { return
m_imageElement
.get(); }
63
RefPtr<HTMLImageElement>
m_imageElement
;
/external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.h
32
PassRefPtr<HTMLImageElement> imageElement() const { return
m_imageElement
; }
57
RefPtr<HTMLImageElement>
m_imageElement
;
Completed in 463 milliseconds