ApplicationCache 42 Source/core/events/EventTarget.h class ApplicationCache; ApplicationCache 702 Source/core/frame/DOMWindow.cpp ApplicationCache* DOMWindow::applicationCache() const ApplicationCache 707 Source/core/frame/DOMWindow.cpp m_applicationCache = ApplicationCache::create(m_frame); ApplicationCache 41 Source/core/frame/DOMWindow.h class ApplicationCache; ApplicationCache 287 Source/core/frame/DOMWindow.h ApplicationCache* applicationCache() const; ApplicationCache 288 Source/core/frame/DOMWindow.h ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } ApplicationCache 370 Source/core/frame/DOMWindow.h mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache; ApplicationCache 98 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result) ApplicationCache 100 Source/core/inspector/InspectorApplicationCacheAgent.cpp result = TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest>::create(); ApplicationCache 112 Source/core/inspector/InspectorApplicationCacheAgent.cpp RefPtr<TypeBuilder::ApplicationCache::FrameWithManifest> value = TypeBuilder::ApplicationCache::FrameWithManifest::create() ApplicationCache 140 Source/core/inspector/InspectorApplicationCacheAgent.cpp void InspectorApplicationCacheAgent::getApplicationCacheForFrame(ErrorString* errorString, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& applicationCache) ApplicationCache 155 Source/core/inspector/InspectorApplicationCacheAgent.cpp PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCache> InspectorApplicationCacheAgent::buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList& applicationCacheResources, const ApplicationCacheHost::CacheInfo& applicationCacheInfo) ApplicationCache 157 Source/core/inspector/InspectorApplicationCacheAgent.cpp return TypeBuilder::ApplicationCache::ApplicationCache::create() ApplicationCache 166 Source/core/inspector/InspectorApplicationCacheAgent.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > InspectorApplicationCacheAgent::buildArrayForApplicationCacheResources(const ApplicationCacheHost::ResourceInfoList& applicationCacheResources) ApplicationCache 168 Source/core/inspector/InspectorApplicationCacheAgent.cpp RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > resources = TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource>::create(); ApplicationCache 178 Source/core/inspector/InspectorApplicationCacheAgent.cpp PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> InspectorApplicationCacheAgent::buildObjectForApplicationCacheResource(const ApplicationCacheHost::ResourceInfo& resourceInfo) ApplicationCache 196 Source/core/inspector/InspectorApplicationCacheAgent.cpp RefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> value = TypeBuilder::ApplicationCache::ApplicationCacheResource::create() ApplicationCache 63 Source/core/inspector/InspectorApplicationCacheAgent.h virtual void getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result) OVERRIDE; ApplicationCache 65 Source/core/inspector/InspectorApplicationCacheAgent.h virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&) OVERRIDE; ApplicationCache 69 Source/core/inspector/InspectorApplicationCacheAgent.h PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCache> buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList&, const ApplicationCacheHost::CacheInfo&); ApplicationCache 70 Source/core/inspector/InspectorApplicationCacheAgent.h PassRefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > buildArrayForApplicationCacheResources(const ApplicationCacheHost::ResourceInfoList&); ApplicationCache 71 Source/core/inspector/InspectorApplicationCacheAgent.h PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> buildObjectForApplicationCacheResource(const ApplicationCacheHost::ResourceInfo&); ApplicationCache 76 Source/core/inspector/InspectorApplicationCacheAgent.h InspectorFrontend::ApplicationCache* m_frontend; ApplicationCache 39 Source/core/loader/appcache/ApplicationCache.cpp ApplicationCache::ApplicationCache(LocalFrame* frame) ApplicationCache 48 Source/core/loader/appcache/ApplicationCache.cpp void ApplicationCache::willDestroyGlobalObjectInFrame() ApplicationCache 55 Source/core/loader/appcache/ApplicationCache.cpp ApplicationCacheHost* ApplicationCache::applicationCacheHost() const ApplicationCache 62 Source/core/loader/appcache/ApplicationCache.cpp unsigned short ApplicationCache::status() const ApplicationCache 70 Source/core/loader/appcache/ApplicationCache.cpp void ApplicationCache::update(ExceptionState& exceptionState) ApplicationCache 77 Source/core/loader/appcache/ApplicationCache.cpp void ApplicationCache::swapCache(ExceptionState& exceptionState) ApplicationCache 84 Source/core/loader/appcache/ApplicationCache.cpp void ApplicationCache::abort() ApplicationCache 91 Source/core/loader/appcache/ApplicationCache.cpp const AtomicString& ApplicationCache::interfaceName() const ApplicationCache 93 Source/core/loader/appcache/ApplicationCache.cpp return EventTargetNames::ApplicationCache; ApplicationCache 96 Source/core/loader/appcache/ApplicationCache.cpp ExecutionContext* ApplicationCache::executionContext() const ApplicationCache 103 Source/core/loader/appcache/ApplicationCache.cpp const AtomicString& ApplicationCache::toEventType(ApplicationCacheHost::EventID id) ApplicationCache 44 Source/core/loader/appcache/ApplicationCache.h class ApplicationCache FINAL : public RefCountedWillBeRefCountedGarbageCollected<ApplicationCache>, public ScriptWrappable, public EventTargetWithInlineData, public DOMWindowProperty { ApplicationCache 45 Source/core/loader/appcache/ApplicationCache.h DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedWillBeRefCountedGarbageCollected<ApplicationCache>); ApplicationCache 47 Source/core/loader/appcache/ApplicationCache.h static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame) ApplicationCache 49 Source/core/loader/appcache/ApplicationCache.h return adoptRefWillBeRefCountedGarbageCollected(new ApplicationCache(frame)); ApplicationCache 51 Source/core/loader/appcache/ApplicationCache.h virtual ~ApplicationCache() { ASSERT(!m_frame); } ApplicationCache 79 Source/core/loader/appcache/ApplicationCache.h explicit ApplicationCache(LocalFrame*); ApplicationCache 161 Source/core/loader/appcache/ApplicationCacheHost.cpp void ApplicationCacheHost::setApplicationCache(ApplicationCache* domApplicationCache) ApplicationCache 218 Source/core/loader/appcache/ApplicationCacheHost.cpp const AtomicString& eventType = ApplicationCache::toEventType(id); ApplicationCache 43 Source/core/loader/appcache/ApplicationCacheHost.h class ApplicationCache; ApplicationCache 127 Source/core/loader/appcache/ApplicationCacheHost.h void setApplicationCache(ApplicationCache*); ApplicationCache 165 Source/core/loader/appcache/ApplicationCacheHost.h ApplicationCache* m_domApplicationCache;