Home
last modified time | relevance | path

Searched defs:manifestURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DApplicationCacheModel.js91 _manifestForFrameLoaded: function(frameId, error, manifestURL) argument
122 _frameManifestUpdated: function(frameId, manifestURL, status) argument
193 _statusUpdated: function(frameId, manifestURL, status) argument
249 applicationCacheStatusUpdated: function(frameId, manifestURL, status) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorApplicationCacheAgent.cpp89 String manifestURL = info.m_manifest.string(); in updateApplicationCacheStatus() local
112 String manifestURL = info.m_manifest.string(); in getFramesWithManifests() local
132 …cheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL) in getManifestForFrame()
/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHost.h94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } in selectCacheWithManifest()
109 WebURL manifestURL; // Empty if there is no associated cache. member
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcookie_details.mm113 - (NSString*)manifestURL { method
/external/chromium_org/content/renderer/shared_worker/
Dembedded_shared_worker_stub.cc50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) { in selectCacheWithManifest()
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.cpp114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DResourcesPanel.js1988 WebInspector.ApplicationCacheManifestTreeElement = function(storagePanel, manifestURL) argument
2002 get manifestURL() getter in WebInspector.ApplicationCacheManifestTreeElement
2025 WebInspector.ApplicationCacheFrameTreeElement = function(storagePanel, frameId, manifestURL) argument
2044 get manifestURL() getter in WebInspector.ApplicationCacheFrameTreeElement
/external/chromium_org/third_party/WebKit/Source/web/
DWebDocument.cpp342 WebURL WebDocument::manifestURL() const in manifestURL() function in blink::WebDocument