HomeSort by relevance Sort by last modified time
    Searched defs:ApplicationCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.h 44 class ApplicationCache FINAL : public RefCountedWillBeRefCountedGarbageCollected<ApplicationCache>, public ScriptWrappable, public EventTargetWithInlineData, public DOMWindowProperty {
45 REFCOUNTED_EVENT_TARGET(ApplicationCache);
46 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ApplicationCache);
48 static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame)
50 return adoptRefWillBeRefCountedGarbageCollected(new ApplicationCache(frame));
52 virtual ~ApplicationCache() { ASSERT(!m_frame); }
78 explicit ApplicationCache(LocalFrame*);
ApplicationCache.cpp 27 #include "core/loader/appcache/ApplicationCache.h"
39 ApplicationCache::ApplicationCache(LocalFrame* frame)
48 void ApplicationCache::willDestroyGlobalObjectInFrame()
55 ApplicationCacheHost* ApplicationCache::applicationCacheHost() const
62 unsigned short ApplicationCache::status() const
70 void ApplicationCache::update(ExceptionState& exceptionState)
77 void ApplicationCache::swapCache(ExceptionState& exceptionState)
84 void ApplicationCache::abort()
91 const AtomicString& ApplicationCache::interfaceName() cons
    [all...]

Completed in 3443 milliseconds