/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
D | ApplicationCacheItemsView.js | 118 … 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/ |
D | ApplicationCacheModel.js | 124 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/ |
D | InspectorApplicationCacheAgent.cpp | 142 …, 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/ |
D | devtools_frontend_resources.target.linux-mips.mk | 45 …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…
|
D | devtools_frontend_resources.target.linux-arm.mk | 45 …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…
|
D | devtools_frontend_resources.target.linux-x86_64.mk | 45 …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…
|
D | devtools_frontend_resources.target.darwin-x86_64.mk | 45 …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…
|
D | devtools_frontend_resources.target.darwin-mips.mk | 45 …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…
|
D | devtools_frontend_resources.target.darwin-arm64.mk | 45 …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…
|
D | devtools_frontend_resources.target.darwin-x86.mk | 45 …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…
|
D | devtools_frontend_resources.target.darwin-arm.mk | 45 …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…
|
D | devtools_frontend_resources.target.linux-x86.mk | 45 …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…
|
D | devtools_frontend_resources.target.linux-arm64.mk | 45 …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…
|
D | generate_devtools_grd.target.darwin-arm64.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-x86.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-x86.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-x86_64.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-x86_64.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-arm64.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-arm.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-arm.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-mips.mk | 26 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalDOMWindow.h | 290 ApplicationCache* applicationCache() const;
|
D | Window.idl | 156 …led=ApplicationCache, LogActivity=GetterOnly] readonly attribute ApplicationCache applicationCache;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | resourcesPanel.css | 355 content: url(Images/applicationCache.png);
|