OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:applicationcache
(Results
76 - 100
of
134
) sorted by null
1
2
3
4
5
6
/external/webkit/LayoutTests/http/tests/appcache/
foreign-fallback.html
13
applicationCache
.addEventListener('cached', test, false);
14
applicationCache
.addEventListener('noupdate', test, false);
simple.html
48
applicationCache
.addEventListener('cached', cached, false);
49
applicationCache
.addEventListener('noupdate', cached, false);
deferred-events-delete-while-raising.html
19
window.
applicationCache
.onchecking = function() {
online-whitelist.html
72
applicationCache
.addEventListener('cached', test, false);
73
applicationCache
.addEventListener('noupdate', test, false);
destroyed-frame.html
27
ifrCache = frames[0].
applicationCache
;
/external/webkit/LayoutTests/http/tests/appcache/resources/
access-via-redirect.html
42
applicationCache
.addEventListener('cached', cached, false);
43
applicationCache
.addEventListener('noupdate', cached, false);
/cts/tests/tests/webkitsecurity/assets/
dispatchEvent-crash.html
7
var eventTargets = [new XMLHttpRequest, (new XMLHttpRequest).upload, window.
applicationCache
, new Worker("about:blank"), document.body];
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp
31
#include "
ApplicationCache
.h"
99
ApplicationCache
* ApplicationCacheGroup::cacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
101
if (!
ApplicationCache
::requestIsHTTPOrHTTPSGet(request))
118
ApplicationCache
* ApplicationCacheGroup::fallbackCacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
120
if (!
ApplicationCache
::requestIsHTTPOrHTTPSGet(request))
145
ASSERT(!documentLoader->applicationCacheHost()->
applicationCache
());
156
ApplicationCache
* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache();
188
if (!
ApplicationCache
::requestIsHTTPOrHTTPSGet(request))
218
ASSERT(!documentLoader->applicationCacheHost()->
applicationCache
());
220
ApplicationCache
* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache()
[
all
...]
ManifestParser.h
31
#include "
ApplicationCache
.h"
ApplicationCacheStorage.cpp
31
#include "
ApplicationCache
.h"
50
static const char flatFileSubdirectory[] = "
ApplicationCache
";
122
RefPtr<
ApplicationCache
> cache = loadCache(newestCacheStorageID);
208
if (
ApplicationCache
* cache = group->newestCache()) {
239
RefPtr<
ApplicationCache
> cache = loadCache(newestCacheID);
276
if (
ApplicationCache
* cache = group->newestCache()) {
310
RefPtr<
ApplicationCache
> cache = loadCache(newestCacheID);
358
if (
ApplicationCache
* newestCache = group->newestCache())
483
bool ApplicationCacheStorage::remainingSizeForOriginExcludingCache(const SecurityOrigin* origin,
ApplicationCache
* cache, int64_t& remainingSize)
601
m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "
ApplicationCache
.db")
[
all
...]
/external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js
71
this.updateStatus(
applicationCache
.UNCACHED);
107
statusInformation[
applicationCache
.UNCACHED] = { src: "Images/warningOrangeDot.png", text: "UNCACHED" };
108
statusInformation[
applicationCache
.IDLE] = { src: "Images/warningOrangeDot.png", text: "IDLE" };
109
statusInformation[
applicationCache
.CHECKING] = { src: "Images/successGreenDot.png", text: "CHECKING" };
110
statusInformation[
applicationCache
.DOWNLOADING] = { src: "Images/successGreenDot.png", text: "DOWNLOADING" };
111
statusInformation[
applicationCache
.UPDATEREADY] = { src: "Images/successGreenDot.png", text: "UPDATEREADY" };
112
statusInformation[
applicationCache
.OBSOLETE] = { src: "Images/errorRedDot.png", text: "OBSOLETE" };
300
InspectorBackend.registerDomainDispatcher("
ApplicationCache
", new WebInspector.ApplicationCacheDispatcher());
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCache.mm
31
#import <WebCore/
ApplicationCache
.h>
68
ApplicationCache
::deleteCacheForOrigin([origin _core]);
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp
33
#include <WebCore/
ApplicationCache
.h>
95
ApplicationCache
::deleteCacheForOrigin(origin.get());
/external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.h
72
InspectorFrontend::
ApplicationCache
* m_frontend;
InspectorApplicationCacheAgent.cpp
54
m_frontend = frontend->
applicationcache
();
generate-inspector-idl
89
"
ApplicationCache
": "OFFLINE_WEB_APPLICATIONS",
/external/webkit/Source/WebKit2/
DerivedSources.make
27
$(WebKit2)/WebProcess/
ApplicationCache
\
WebKit2.pri
41
$$SOURCE_DIR/WebKit2/WebProcess/
ApplicationCache
\
DerivedSources.pro
78
WebProcess/
ApplicationCache
\
WebKit2.pro
232
WebProcess/
ApplicationCache
/WebApplicationCacheManager.h \
444
WebProcess/
ApplicationCache
/WebApplicationCacheManager.cpp \
GNUmakefile.am
493
Source/WebKit2/WebProcess/
ApplicationCache
/WebApplicationCacheManager.h \
494
Source/WebKit2/WebProcess/
ApplicationCache
/WebApplicationCacheManager.cpp \
[
all
...]
/cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java
587
" window.
applicationCache
.onnoupdate = " +
589
" window.
applicationCache
.oncached = " +
591
" window.
applicationCache
.onupdateready = " +
593
" window.
applicationCache
.onobsolete = " +
595
" window.
applicationCache
.onerror = " +
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java
39
"/com.android.browser/app_appcache/
ApplicationCache
.db",
/external/webkit/Source/WebKit2/win/
WebKit2Common.vsprops
9
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\..";"$(ProjectDir)\..\Platform";"$(ProjectDir)\..\Platform\cg";"$(ProjectDir)\..\Platform\CoreIPC";"$(ProjectDir)\..\PluginProcess";"$(ProjectDir)\..\Shared";"$(ProjectDir)\..\Shared\win";"$(ProjectDir)\..\Shared\cf";"$(ProjectDir)\..\Shared\API\c";"$(ProjectDir)\..\Shared\API\c\cf";"$(ProjectDir)\..\Shared\API\c\win";"$(ProjectDir)\..\Shared\CoreIPCSupport";"$(ProjectDir)\..\Shared\Plugins";"$(ProjectDir)\..\Shared\Plugins\Netscape";"$(ProjectDir)\..\UIProcess";"$(ProjectDir)\..\UIProcess\API\C";"$(ProjectDir)\..\UIProcess\API\C\win";"$(ProjectDir)\..\UIProcess\API\cpp";"$(ProjectDir)\..\UIProcess\API\win";"$(ProjectDir)\..\UIProcess\Authentication";"$(ProjectDir)\..\UIProcess\Downloads";"$(ProjectDir)\..\UIProcess\Launcher";"$(ProjectDir)\..\UIProcess\Plugins";"$(ProjectDir)\..\UIProcess\win";"$(ProjectDir)\..\WebProcess";"$(ProjectDir)\..\WebProcess\WebCoreSupport";"$(ProjectDir)\..\WebProcess\WebCoreSupport\win";"$(ProjectDir)\..\WebProcess\WebPage";"$(ProjectDir)\..\WebProcess\WebPage\win";"$(ProjectDir)\..\WebProcess\IconDatabase";"$(ProjectDir)\..\WebProcess\InjectedBundle";"$(ProjectDir)\..\WebProcess\InjectedBundle\API\c";"$(ProjectDir)\..\WebProcess\InjectedBundle\DOM";"$(ProjectDir)\..\WebProcess\InjectedBundle\win";"$(ProjectDir)\..\WebProcess\Plugins";"$(ProjectDir)\..\WebProcess\Plugins\Netscape";"$(ProjectDir)\..\WebProcess\win";"$(ProjectDir)\..\WebProcess\
ApplicationCache
";"$(ProjectDir)\..\WebProcess\Authentication";"$(ProjectDir)\..\WebProcess\Cookies";"$(ProjectDir)\..\WebProcess\Cookies\cf";"$(ProjectDir)\..\WebProcess\Downloads";"$(ProjectDir)\..\WebProcess\Downloads\cf";"$(ProjectDir)\..\WebProcess\FullScreen";"$(ProjectDir)\..\WebProcess\Geolocation";"$(ProjectDir)\..\WebProcess\KeyValueStorage";"$(ProjectDir)\..\WebProcess\MediaCache";"$(ProjectDir)\..\WebProcess\ResourceCache";"$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources";"$(ConfigurationBuildDir)\Include";"$(ConfigurationBuildDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitLibrariesDir)\Include\pthreads";"$(ConfigurationBuildDir)\Include\JavaScriptCore";"$(ConfigurationBuildDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders""
/frameworks/base/core/java/android/webkit/
WebStorageClassic.java
278
* Sets the maximum size of the
ApplicationCache
.
Completed in 871 milliseconds
1
2
3
4
5
6