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 190 status_ = (document_response_.appCacheID() == kAppCacheNoCacheId) ?
194 document_response_.appCacheID(),
208 if (document_response_.appCacheID() == kAppCacheNoCacheId) {
230 document_response_.appCacheID());
239 document_response_.appCacheID(),
253 if ((document_response_.appCacheID() != kAppCacheNoCacheId) ||
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 282 long long WebURLResponse::appCacheID() const
284 return m_private->m_resourceResponse->appCacheID();
287 void WebURLResponse::setAppCacheID(long long appCacheID)
289 m_private->m_resourceResponse->setAppCacheID(appCacheID);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 102 m_appCacheID = response.appCacheID();
120 long long appCacheID() const { return m_appCacheID; }
351 client()->selectAppCacheID(m_mainScriptLoader->appCacheID());
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 127 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 451 // from appcache will have a non-zero appCacheID().
452 if (response.appCacheID())

Completed in 194 milliseconds