Searched refs:applicationCache (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
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 …]
|
D | ApplicationCacheModel.js | 120 if (status === applicationCache.UNCACHED) { 173 return this._statuses[frameId] || applicationCache.UNCACHED; 204 function callbackWrapper(error, applicationCache) argument 212 callback(applicationCache);
|
D | resourcesPanel.css | 353 content: url(Images/applicationCache.png);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorApplicationCacheAgent.cpp | 140 …, 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/ |
D | DOMWindow.h | 284 ApplicationCache* applicationCache() const;
|
D | Window.idl | 148 …ngs, ActivityLogging=GetterForIsolatedWorlds] readonly attribute ApplicationCache applicationCache;
|
D | DOMWindow.cpp | 716 ApplicationCache* DOMWindow::applicationCache() const in applicationCache() function in WebCore::DOMWindow
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
D | generate_devtools_grd.target.linux-mips.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-arm.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-x86.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.linux-arm.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-x86.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | generate_devtools_grd.target.darwin-mips.mk | 36 …g $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Images/applicationCache.png $(LOCAL_P…
|
D | devtools.gypi | 376 'front_end/Images/applicationCache.png',
|