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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheModel.js 85 * @param {string} manifestURL
87 _manifestForFrameLoaded: function(frameId, error, manifestURL)
94 if (!manifestURL)
110 this._frameManifestUpdated(framesWithManifests[i].frameId, framesWithManifests[i].manifestURL, framesWithManifests[i].status);
115 * @param {string} manifestURL
118 _frameManifestUpdated: function(frameId, manifestURL, status)
125 if (!manifestURL)
128 if (this._manifestURLsByFrame[frameId] && manifestURL !== this._manifestURLsByFrame[frameId])
135 this._manifestURLsByFrame[frameId] = manifestURL;
151 var manifestURL = this._manifestURLsByFrame[frameId]
    [all...]
ResourcesPanel.js 664 var manifestURL = this._applicationCacheModel.frameManifestURL(frameId);
667 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL]
669 manifestTreeElement = new WebInspector.ApplicationCacheManifestTreeElement(this, manifestURL);
671 this._applicationCacheManifestElements[manifestURL] = manifestTreeElement;
674 var frameTreeElement = new WebInspector.ApplicationCacheFrameTreeElement(this, frameId, manifestURL);
687 var manifestURL = frameTreeElement.manifestURL;
692 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL];
696 delete this._applicationCacheManifestElements[manifestURL];
713 for (var manifestURL in this._applicationCacheViews
    [all...]
ApplicationCacheItemsView.js 159 if (!applicationCache || !applicationCache.manifestURL) {
173 this._manifest = applicationCache.manifestURL;
  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.h 49 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 84 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }
99 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));
110 String manifestURL = info.m_manifest.string();
111 if (!manifestURL.isEmpty()) {
114 .setManifestURL(manifestURL)
130 void InspectorApplicationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL)
137 *manifestURL = info.m_manifest.string();
InspectorApplicationCacheAgent.h 64 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL);
  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp 102 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
105 if (!m_internal->m_outerHost->selectCacheWithManifest(manifestURL)) {
179 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 159 - (NSString*)manifestURL;
195 - (id)initWithAppCacheManifestURL:(const std::string&)manifestURL;
  /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 53 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
web_application_cache_host_impl.cc 302 info->manifestURL = cache_info_.manifest_url;
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 112 void selectCacheWithManifest(const KURL& 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/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 271 milliseconds