Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
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 …]
DApplicationCacheModel.js120 if (status === applicationCache.UNCACHED) {
173 return this._statuses[frameId] || applicationCache.UNCACHED;
204 function callbackWrapper(error, applicationCache) argument
212 callback(applicationCache);
DresourcesPanel.css353 content: url(Images/applicationCache.png);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorApplicationCacheAgent.cpp140 …, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& applicationCache) in getApplicationCacheForFrame() argument
152 applicationCache = buildObjectForApplicationCache(resources, info); in getApplicationCacheForFrame()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h284 ApplicationCache* applicationCache() const;
DWindow.idl148 …ngs, ActivityLogging=GetterForIsolatedWorlds] readonly attribute ApplicationCache applicationCache;
DDOMWindow.cpp716 ApplicationCache* DOMWindow::applicationCache() const in applicationCache() function in WebCore::DOMWindow
/external/chromium_org/third_party/WebKit/Source/devtools/
Dgenerate_devtools_grd.target.linux-mips.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-arm.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-x86.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.linux-arm.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-x86.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Dgenerate_devtools_grd.target.darwin-mips.mk36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
Ddevtools.gypi376 'front_end/Images/applicationCache.png',