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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGImageElement.h 76 SVGImageLoader m_imageLoader;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h 56 ImageResource* cachedImage() const { return m_imageLoader.image(); }
57 void setImageResource(ImageResource* i) { m_imageLoader.setImage(i); };
59 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); }
75 bool hasPendingActivity() const { return m_imageLoader.hasPendingActivity(); }
79 void addClient(ImageLoaderClient* client) { m_imageLoader.addClient(client); }
80 void removeClient(ImageLoaderClient* client) { m_imageLoader.removeClient(client); }
112 HTMLImageLoader m_imageLoader;
HTMLVideoElement.h 93 OwnPtr<HTMLImageLoader> m_imageLoader;
HTMLPlugInImageElement.h 82 OwnPtr<HTMLImageLoader> m_imageLoader;
HTMLInputElement.h 287 bool hasImageLoader() const { return m_imageLoader; }
414 OwnPtr<HTMLImageLoader> m_imageLoader;

Completed in 2676 milliseconds