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

  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 192 status_ = (document_response_.appCacheID() == appcache::kAppCacheNoCacheId) ?
196 document_response_.appCacheID(),
210 if (document_response_.appCacheID() == appcache::kAppCacheNoCacheId) {
232 document_response_.appCacheID());
241 document_response_.appCacheID(),
255 if ((document_response_.appCacheID() != appcache::kAppCacheNoCacheId) ||
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 284 long long WebURLResponse::appCacheID() const
286 return m_private->m_resourceResponse->appCacheID();
289 void WebURLResponse::setAppCacheID(long long appCacheID)
291 m_private->m_resourceResponse->setAppCacheID(appCacheID);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 103 m_appCacheID = response.appCacheID();
121 long long appCacheID() const { return m_appCacheID; }
334 client()->selectAppCacheID(m_mainScriptLoader->appCacheID());
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 130 BLINK_PLATFORM_EXPORT long long appCacheID() const;
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 138 long long appCacheID() const { return m_appCacheID; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 443 // from appcache will have a non-zero appCacheID().
444 if (response.appCacheID())

Completed in 1576 milliseconds