Searched refs:manifestURL (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DApplicationCacheModel.js89 * @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
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h94 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; } argument
109 WebURL manifestURL; // Empty if there is no associated cache. member in struct:blink::WebApplicationCacheHost::CacheInfo
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp89 String manifestURL = info.m_manifest.string(); local
90 m_frontend->applicationCacheStatusUpdated(m_pageAgent->frameId(frame), manifestURL, static_cast<int>(status));
112 String manifestURL = info.m_manifest.string(); local
113 if (!manifestURL.isEmpty()) {
116 .setManifestURL(manifestURL)
132 void InspectorApplicationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL) argument
139 *manifestURL = info.m_manifest.string();
H A DInspectorApplicationCacheAgent.h66 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h173 - (NSString*)manifestURL;
209 - (id)initWithAppCacheManifestURL:(const std::string&)manifestURL;
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.h47 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
H A Dweb_application_cache_host_impl.cc295 info->manifestURL = cache_info_.manifest_url;
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.cpp114 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) argument
116 if (m_host && !m_host->selectCacheWithManifest(manifestURL)) {
200 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
H A DApplicationCacheHost.h111 void selectCacheWithManifest(const KURL& manifestURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DResourcesPanel.js693 var manifestURL = this._applicationCacheModel.frameManifestURL(frameId);
696 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL]
698 manifestTreeElement = new WebInspector.ApplicationCacheManifestTreeElement(this, manifestURL);
700 this._applicationCacheManifestElements[manifestURL] = manifestTreeElement;
703 var frameTreeElement = new WebInspector.ApplicationCacheFrameTreeElement(this, frameId, manifestURL);
716 var manifestURL = frameTreeElement.manifestURL;
721 var manifestTreeElement = this._applicationCacheManifestElements[manifestURL];
725 delete this._applicationCacheManifestElements[manifestURL];
742 for (var manifestURL i
[all...]
H A DApplicationCacheItemsView.js159 if (!applicationCache || !applicationCache.manifestURL) {
173 this._manifest = applicationCache.manifestURL;
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_manager.cc99 GURL url(render_frame()->GetWebFrame()->document().manifestURL());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDocument.h146 BLINK_EXPORT WebURL manifestURL() const;
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc50 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL) { argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp342 WebURL WebDocument::manifestURL() const function in class:blink::WebDocument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2821 FetchManifest(web_view_, web_view_->mainFrame()->document().manifestURL(),
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 5515 milliseconds