Searched defs:DOMApplicationCache (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/loader/appcache/
H A DDOMApplicationCache.h48 class DOMApplicationCache : public RefCounted<DOMApplicationCache>, public EventTarget { class in namespace:WebCore
50 static PassRefPtr<DOMApplicationCache> create(Frame* frame) { return adoptRef(new DOMApplicationCache(frame)); }
51 ~DOMApplicationCache() { ASSERT(!m_frame); }
61 using RefCounted<DOMApplicationCache>::ref;
62 using RefCounted<DOMApplicationCache>::deref;
76 DOMApplicationCache* toDOMApplicationCache() { return this; }
81 DOMApplicationCache(Frame*);
H A DDOMApplicationCache.cpp27 #include "DOMApplicationCache.h"
42 DOMApplicationCache::DOMApplicationCache(Frame* frame) function in class:WebCore::DOMApplicationCache
50 void DOMApplicationCache::disconnectFrame()
58 ApplicationCacheHost* DOMApplicationCache::applicationCacheHost() const
65 unsigned short DOMApplicationCache::status() const
73 void DOMApplicationCache::update(ExceptionCode& ec)
80 void DOMApplicationCache::swapCache(ExceptionCode& ec)
87 ScriptExecutionContext* DOMApplicationCache::scriptExecutionContext() const
94 const AtomicString& DOMApplicationCache
[all...]

Completed in 60 milliseconds