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

  /external/webkit/Source/WebCore/loader/appcache/
DOMApplicationCache.cpp 45 ApplicationCacheHost* cacheHost = applicationCacheHost();
46 if (cacheHost)
47 cacheHost->setDOMApplicationCache(this);
52 ApplicationCacheHost* cacheHost = applicationCacheHost();
53 if (cacheHost)
54 cacheHost->setDOMApplicationCache(0);
67 ApplicationCacheHost* cacheHost = applicationCacheHost();
68 if (!cacheHost)
70 return cacheHost->status();
75 ApplicationCacheHost* cacheHost = applicationCacheHost()
    [all...]
ApplicationCacheStorage.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 243 ApplicationCacheHost* cacheHost = frame ? frame->loader()->documentLoader()->applicationCacheHost() : 0;
245 if (cacheHost && cacheHost->shouldLoadResourceFromApplicationCache(ResourceRequest(m_assetURL), resource) && resource)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 378 ApplicationCacheHost* cacheHost = frame ? frame->loader()->documentLoader()->applicationCacheHost() : 0;
380 if (cacheHost && cacheHost->shouldLoadResourceFromApplicationCache(ResourceRequest(url), resource) && resource && !resource->path().isEmpty())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 704 ApplicationCacheHost* cacheHost = frame ? frame->loader()->documentLoader()->applicationCacheHost() : NULL;
706 if (cacheHost && cacheHost->shouldLoadResourceFromApplicationCache(ResourceRequest(url), resource) && resource)
    [all...]

Completed in 1005 milliseconds