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

  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js 17 function ImageLoaderClient() {
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.recordBinary = function(name, value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h 34 class ImageLoaderClient {
42 ImageLoaderClient() { }
84 void addClient(ImageLoaderClient*);
85 void removeClient(ImageLoaderClient*);
111 HashSet<ImageLoaderClient*> m_clients;

Completed in 801 milliseconds