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 42 class ApplicationCache FINAL : public RefCountedWillBeGarbageCollectedFinalized<ApplicationCache>, public EventTargetWithInlineData, public DOMWindowProperty {
44 REFCOUNTED_EVENT_TARGET(ApplicationCache);
45 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ApplicationCache);
47 static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame)
49 return adoptRefWillBeNoop(new ApplicationCache(frame));
51 virtual ~ApplicationCache()
84 explicit ApplicationCache(LocalFrame*);
ApplicationCache.cpp 27 #include "core/loader/appcache/ApplicationCache.h"
39 ApplicationCache::ApplicationCache(LocalFrame* frame)
47 void ApplicationCache::trace(Visitor* visitor)
53 void ApplicationCache::willDestroyGlobalObjectInFrame()
60 ApplicationCacheHost* ApplicationCache::applicationCacheHost() const
67 unsigned short ApplicationCache::status() const
75 void ApplicationCache::update(ExceptionState& exceptionState)
82 void ApplicationCache::swapCache(ExceptionState& exceptionState)
89 void ApplicationCache::abort(
    [all...]

Completed in 180 milliseconds