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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ApplicationCacheModel.js 89 * @param {string} manifestURL
91 _manifestForFrameLoaded: function(frameId, error, manifestURL)
98 if (!manifestURL)
114 this._frameManifestUpdated(framesWithManifests[i].frameId, framesWithManifests[i].manifestURL, framesWithManifests[i].status);
119 * @param {string} manifestURL
122 _frameManifestUpdated: function(frameId, manifestURL, status)
129 if (!manifestURL)
132 if (this._manifestURLsByFrame[frameId] && manifestURL !== this._manifestURLsByFrame[frameId])
139 this._manifestURLsByFrame[frameId] = manifestURL;
155 var manifestURL = this._manifestURLsByFrame[frameId]
    [all...]
  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.h 31 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }
109 WebURL manifestURL; // Empty if there is no associated cache.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorApplicationCacheAgent.cpp 89 String manifestURL = info.m_manifest.string();
90 m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<int>(status));
112 String manifestURL = info.m_manifest.string();
113 if (!manifestURL.isEmpty()) {
116 .setManifestURL(manifestURL)
132 void InspectorApplicationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL)
139 *manifestURL = info.m_manifest.string();
InspectorApplicationCacheAgent.h 64 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 161 - (NSString*)manifestURL;
196 - (id)initWithAppCacheManifestURL:(const std::string&)manifestURL;
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 47 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
web_application_cache_host_impl.cc 297 info->manifestURL = cache_info_.manifest_url;
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
116 if (m_host && !m_host->selectCacheWithManifest(manifestURL)) {
187 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
ApplicationCacheHost.h 112 void selectCacheWithManifest(const KURL& manifestURL);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js 672 var manifestURL = this._applicationCacheModel.frameManifestURL(frameId);
675 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL]
677 manifestTreeElement = new WebInspector.ApplicationCacheManifestTreeElement(this, manifestURL);
679 this._applicationCacheManifestElements[manifestURL] = manifestTreeElement;
682 var frameTreeElement = new WebInspector.ApplicationCacheFrameTreeElement(this, frameId, manifestURL);
695 var manifestURL = frameTreeElement.manifestURL;
700 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL];
704 delete this._applicationCacheManifestElements[manifestURL];
721 for (var manifestURL in this._applicationCacheViews
    [all...]
ApplicationCacheItemsView.js 159 if (!applicationCache || !applicationCache.manifestURL) {
173 this._manifest = applicationCache.manifestURL;
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_stub.cc 50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 474 milliseconds