Home
last modified time | relevance | path

Searched refs:ApplicationCache (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCache.cpp39 ApplicationCache::ApplicationCache(Frame* frame) in ApplicationCache() function in WebCore::ApplicationCache
48 void ApplicationCache::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame()
55 ApplicationCacheHost* ApplicationCache::applicationCacheHost() const in applicationCacheHost()
62 unsigned short ApplicationCache::status() const in status()
70 void ApplicationCache::update(ExceptionState& exceptionState) in update()
77 void ApplicationCache::swapCache(ExceptionState& exceptionState) in swapCache()
84 void ApplicationCache::abort() in abort()
91 const AtomicString& ApplicationCache::interfaceName() const in interfaceName()
93 return EventTargetNames::ApplicationCache; in interfaceName()
96 ExecutionContext* ApplicationCache::executionContext() const in executionContext()
[all …]
DApplicationCache.h44 class ApplicationCache : public ScriptWrappable, public RefCounted<ApplicationCache>, public EventT…
45 REFCOUNTED_EVENT_TARGET(ApplicationCache);
47 …static PassRefPtr<ApplicationCache> create(Frame* frame) { return adoptRef(new ApplicationCache(fr… in create()
48 ~ApplicationCache() { ASSERT(!m_frame); } in ~ApplicationCache()
74 explicit ApplicationCache(Frame*);
DApplicationCacheHost.h42 class ApplicationCache; variable
127 void setApplicationCache(ApplicationCache*);
146 ApplicationCache* m_domApplicationCache;
DApplicationCache.idl28 ] interface ApplicationCache : EventTarget {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorApplicationCacheAgent.cpp98 …sWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithMan… in getFramesWithManifests()
100 result = TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest>::create(); in getFramesWithManifests()
112 …RefPtr<TypeBuilder::ApplicationCache::FrameWithManifest> value = TypeBuilder::ApplicationCache::Fr… in getFramesWithManifests()
140 …g* errorString, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& ap… in getApplicationCacheForFrame()
155 PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCache> InspectorApplicationCacheAgent::buildOb… in buildObjectForApplicationCache()
157 return TypeBuilder::ApplicationCache::ApplicationCache::create() in buildObjectForApplicationCache()
166 PassRefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > InspectorA… in buildArrayForApplicationCacheResources()
168 …er::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > resources = TypeBuilder::Arra… in buildArrayForApplicationCacheResources()
178 PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> InspectorApplicationCacheAgent:… in buildObjectForApplicationCacheResource()
196 …RefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> value = TypeBuilder::ApplicationCa… in buildObjectForApplicationCacheResource()
DInspectorApplicationCacheAgent.h63 …sWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithMan…
65 …ame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&);
69 …PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCache> buildObjectForApplicationCache(const A…
70 …PassRefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > buildArra…
71 …PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> buildObjectForApplicationCache…
76 InspectorFrontend::ApplicationCache* m_frontend;
DInspectorInstrumentation.idl432 [ApplicationCache, Inline=FastReturn]
435 [ApplicationCache, Inline=FastReturn]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h39 class ApplicationCache; variable
284 ApplicationCache* applicationCache() const;
285 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache()
368 mutable RefPtr<ApplicationCache> m_applicationCache;
DWindow.idl148 …[RuntimeEnabled=ApplicationCache, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] reado…
DDOMWindow.cpp716 ApplicationCache* DOMWindow::applicationCache() const in applicationCache()
721 m_applicationCache = ApplicationCache::create(m_frame); in applicationCache()
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHost.cpp153 void ApplicationCacheHost::setApplicationCache(ApplicationCache* domApplicationCache) in setApplicationCache()
210 const AtomicString& eventType = ApplicationCache::toEventType(id); in dispatchDOMEvent()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventTargetFactory.in13 core/loader/appcache/ApplicationCache
DEventTarget.h41 class ApplicationCache; variable
/external/chromium_org/third_party/WebKit/Source/platform/
DRuntimeEnabledFeatures.in19 ApplicationCache status=stable
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp278 ../core/loader/appcache/ApplicationCache.idl
Dinterface_dependencies.target.darwin-mips.mk21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-x86.mk21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-arm.mk21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi284 'loader/appcache/ApplicationCache.idl',
1211 'loader/appcache/ApplicationCache.cpp',
1212 'loader/appcache/ApplicationCache.h',
Dwebcore_remaining.target.linux-arm.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
Dwebcore_remaining.target.linux-x86.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
Dwebcore_remaining.target.linux-mips.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
Dwebcore_remaining.target.darwin-arm.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
Dwebcore_remaining.target.darwin-x86.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
Dwebcore_remaining.target.darwin-mips.mk399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \

12