HomeSort by relevance Sort by last modified time
    Searched defs:m_imageElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.h 34 PassRefPtrWillBeRawPtr<HTMLImageElement> imageElement() const { return m_imageElement; }
66 RefPtrWillBeMember<HTMLImageElement> m_imageElement;
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.h 49 HTMLImageElement* imageElement() const { return m_imageElement.get(); }
72 RefPtrWillBeMember<HTMLImageElement> m_imageElement;

Completed in 41 milliseconds