/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
D | ApplicationCache.cpp | 39 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 …]
|
D | ApplicationCache.h | 44 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*);
|
D | ApplicationCacheHost.h | 42 class ApplicationCache; variable 127 void setApplicationCache(ApplicationCache*); 146 ApplicationCache* m_domApplicationCache;
|
D | ApplicationCache.idl | 28 ] interface ApplicationCache : EventTarget {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorApplicationCacheAgent.cpp | 98 …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()
|
D | InspectorApplicationCacheAgent.h | 63 …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;
|
D | InspectorInstrumentation.idl | 432 [ApplicationCache, Inline=FastReturn] 435 [ApplicationCache, Inline=FastReturn]
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMWindow.h | 39 class ApplicationCache; variable 284 ApplicationCache* applicationCache() const; 285 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache() 368 mutable RefPtr<ApplicationCache> m_applicationCache;
|
D | Window.idl | 148 …[RuntimeEnabled=ApplicationCache, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] reado…
|
D | DOMWindow.cpp | 716 ApplicationCache* DOMWindow::applicationCache() const in applicationCache() 721 m_applicationCache = ApplicationCache::create(m_frame); in applicationCache()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ApplicationCacheHost.cpp | 153 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/ |
D | EventTargetFactory.in | 13 core/loader/appcache/ApplicationCache
|
D | EventTarget.h | 41 class ApplicationCache; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | RuntimeEnabledFeatures.in | 19 ApplicationCache status=stable
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 278 ../core/loader/appcache/ApplicationCache.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
|
D | interface_dependencies.target.darwin-arm.mk | 21 …me.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl $(LOCAL_P…
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core.gypi | 284 'loader/appcache/ApplicationCache.idl', 1211 'loader/appcache/ApplicationCache.cpp', 1212 'loader/appcache/ApplicationCache.h',
|
D | webcore_remaining.target.linux-arm.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 399 third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp \
|