Home
last modified time | relevance | path

Searched refs:applicationCache (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DApplicationCacheItemsView.js118 … statusInformation[applicationCache.UNCACHED] = { className: "red-ball", text: "UNCACHED" };
119 statusInformation[applicationCache.IDLE] = { className: "green-ball", text: "IDLE" };
120 … statusInformation[applicationCache.CHECKING] = { className: "orange-ball", text: "CHECKING" };
121 …statusInformation[applicationCache.DOWNLOADING] = { className: "orange-ball", text: "DOWNLOADING"…
122 …statusInformation[applicationCache.UPDATEREADY] = { className: "green-ball", text: "UPDATEREADY" …
123 …statusInformation[applicationCache.OBSOLETE] = { className: "red-ball", text: "OBSOLETE" };
125 var info = statusInformation[status] || statusInformation[applicationCache.UNCACHED];
130 …if (this.isShowing() && this._status === applicationCache.IDLE && (oldStatus === applicationCache.…
157 _updateCallback: function(applicationCache) argument
159 if (!applicationCache || !applicationCache.manifestURL) {
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DApplicationCacheModel.js124 if (status === applicationCache.UNCACHED) {
177 return this._statuses[frameId] || applicationCache.UNCACHED;
208 function callbackWrapper(error, applicationCache) argument
216 callback(applicationCache);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorApplicationCacheAgent.cpp142 …, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& applicationCache) in getApplicationCacheForFrame() argument
154 applicationCache = buildObjectForApplicationCache(resources, info); in getApplicationCacheForFrame()
/external/chromium_org/third_party/WebKit/Source/devtools/
Ddevtools_frontend_resources.target.linux-mips.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.linux-arm.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.linux-x86_64.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.darwin-x86_64.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.darwin-mips.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.darwin-arm64.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.darwin-x86.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.darwin-arm.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.linux-x86.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Ddevtools_frontend_resources.target.linux-arm64.mk45 …ources/inspector/Images/applicationCache.png: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/fro…
350 …dIcon.png $(gyp_shared_intermediate_dir)/resources/inspector/Images/applicationCache.png $(gyp_sha…
Dgenerate_devtools_grd.target.darwin-arm64.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-x86.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-x86.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-x86_64.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-x86_64.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-arm64.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-arm.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-arm.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-mips.mk26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h290 ApplicationCache* applicationCache() const;
DWindow.idl156 …led=ApplicationCache, LogActivity=GetterOnly] readonly attribute ApplicationCache applicationCache;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DresourcesPanel.css355 content: url(Images/applicationCache.png);

12