Searched refs:ImageLoaderClient (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/resources/image_loader/
H A Dimage_loader_client.js17 function ImageLoaderClient() { class
33 * @type {ImageLoaderClient.Cache}
36 this.cache_ = new ImageLoaderClient.Cache();
44 ImageLoaderClient.EXTENSION_ID = 'pmfjbimdmchhbnneeidfognadeopoehp';
50 ImageLoaderClient.getInstance = function() {
51 if (!ImageLoaderClient.instance_)
52 ImageLoaderClient.instance_ = new ImageLoaderClient();
53 return ImageLoaderClient.instance_;
61 ImageLoaderClient
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.h34 class ImageLoaderClient { class in namespace:WebCore
42 ImageLoaderClient() { } function in class:WebCore::ImageLoaderClient
84 void addClient(ImageLoaderClient*);
85 void removeClient(ImageLoaderClient*);
111 HashSet<ImageLoaderClient*> m_clients;
H A DImageLoader.cpp430 void ImageLoader::addClient(ImageLoaderClient* client)
438 void ImageLoader::removeClient(ImageLoaderClient* client)
472 HashSet<ImageLoaderClient*>::iterator end = m_clients.end();
473 for (HashSet<ImageLoaderClient*>::iterator it = m_clients.begin(); it != end; ++it) {
474 ImageLoaderClient* handle = *it;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.h79 void addClient(ImageLoaderClient* client) { m_imageLoader.addClient(client); }
80 void removeClient(ImageLoaderClient* client) { m_imageLoader.removeClient(client); }
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.h21 class ImageBitmap : public RefCounted<ImageBitmap>, public ScriptWrappable, public ImageLoaderClient {
51 // ImageLoaderClient
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
H A Dutil.js917 return ImageLoaderClient.loadToImage(url,
930 ImageLoaderClient.getInstance().cancel(taskId);

Completed in 127 milliseconds