Home
last modified time | relevance | path

Searched refs:DOMApplicationCache (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/loader/appcache/
DDOMApplicationCache.cpp42 DOMApplicationCache::DOMApplicationCache(Frame* frame) in DOMApplicationCache() function in WebCore::DOMApplicationCache
50 void DOMApplicationCache::disconnectFrame() in disconnectFrame()
58 ApplicationCacheHost* DOMApplicationCache::applicationCacheHost() const in applicationCacheHost()
65 unsigned short DOMApplicationCache::status() const in status()
73 void DOMApplicationCache::update(ExceptionCode& ec) in update()
80 void DOMApplicationCache::swapCache(ExceptionCode& ec) in swapCache()
87 ScriptExecutionContext* DOMApplicationCache::scriptExecutionContext() const in scriptExecutionContext()
94 const AtomicString& DOMApplicationCache::toEventType(ApplicationCacheHost::EventID id) in toEventType()
118 EventTargetData* DOMApplicationCache::eventTargetData() in eventTargetData()
123 EventTargetData* DOMApplicationCache::ensureEventTargetData() in ensureEventTargetData()
DDOMApplicationCache.h47 class DOMApplicationCache : public RefCounted<DOMApplicationCache>, public EventTarget {
49 …static PassRefPtr<DOMApplicationCache> create(Frame* frame) { return adoptRef(new DOMApplicationCa… in create()
50 ~DOMApplicationCache() { ASSERT(!m_frame); } in ~DOMApplicationCache()
61 using RefCounted<DOMApplicationCache>::ref;
62 using RefCounted<DOMApplicationCache>::deref;
76 DOMApplicationCache* toDOMApplicationCache() { return this; } in toDOMApplicationCache()
81 DOMApplicationCache(Frame*);
DApplicationCacheHost.h44 class DOMApplicationCache; variable
147 void setDOMApplicationCache(DOMApplicationCache*);
175 DOMApplicationCache* m_domApplicationCache;
DApplicationCacheHost.cpp237 void ApplicationCacheHost::setDOMApplicationCache(DOMApplicationCache* domApplicationCache) in setDOMApplicationCache()
308 const AtomicString& eventType = DOMApplicationCache::toEventType(id); in dispatchDOMEvent()
DDOMApplicationCache.idl33 ] DOMApplicationCache {
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventTarget.cpp111 ConvertTo(DOMApplicationCache) in ConvertTo()
167 if (WebCore::DOMApplicationCache* cache = value->toDOMApplicationCache()) in toWebKit()
/external/webkit/LayoutTests/http/tests/appcache/
Ddestroyed-frame-expected.txt1 Test for bug 33813: Crash when using DOMApplicationCache from a destroyed frame.
Ddynamic-entries-no-cache-expected.txt1 Test the behavior of DOMApplicationCache methods related to dynamic entries when the context is not…
Ddynamic-entries-no-cache.html-disabled2 <p>Test the behavior of DOMApplicationCache methods related to dynamic entries when the context
/external/webkit/Source/WebCore/bindings/js/
DJSEventTarget.cpp136 if (DOMApplicationCache* cache = target->toDOMApplicationCache()) in toJS()
215 CONVERT_TO_EVENT_TARGET(DOMApplicationCache) in toEventTarget()
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp203 void ApplicationCacheHost::setDOMApplicationCache(DOMApplicationCache* domApplicationCache) in setDOMApplicationCache()
269 const AtomicString& eventType = DOMApplicationCache::toEventType(id); in dispatchDOMEvent()
/external/webkit/Source/WebCore/page/
DDOMWindow.h42 class DOMApplicationCache; variable
412 DOMApplicationCache* applicationCache() const;
413 DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache()
489 mutable RefPtr<DOMApplicationCache> m_applicationCache;
DDOMWindow.cpp597 DOMApplicationCache* DOMWindow::applicationCache() const in applicationCache()
600 m_applicationCache = DOMApplicationCache::create(m_frame); in applicationCache()
DDOMWindow.idl165 readonly attribute [EnabledAtRuntime] DOMApplicationCache applicationCache;
/external/webkit/Source/WebCore/dom/
DEventTarget.h46 class DOMApplicationCache; variable
111 virtual DOMApplicationCache* toDOMApplicationCache();
DEventTarget.cpp108 DOMApplicationCache* EventTarget::toDOMApplicationCache() in toDOMApplicationCache()
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp428 if (DOMApplicationCache* domAppCache = target->toDOMApplicationCache()) in convertEventTargetToV8Object()
/external/webkit/Source/WebCore/
DDerivedSources.make138 DOMApplicationCache \
DCodeGenerators.pri313 loader/appcache/DOMApplicationCache.idl \
DCMakeLists.txt320 loader/appcache/DOMApplicationCache.idl
970 loader/appcache/DOMApplicationCache.cpp
DAndroid.mk470 loader/appcache/DOMApplicationCache.cpp \
DChangeLog-2010-01-296085 * loader/appcache/DOMApplicationCache.cpp:
6086 (WebCore::DOMApplicationCache::DOMApplicationCache):
8912 <rdar://problem/7545104> Crash when using DOMApplicationCache from a destroyed frame
8916 * loader/appcache/DOMApplicationCache.cpp:
8917 (WebCore::DOMApplicationCache::scriptExecutionContext): Return null when there is no frame.
18084 * loader/appcache/DOMApplicationCache.idl:
55547 * loader/appcache/DOMApplicationCache.cpp:
55548 (WebCore::DOMApplicationCache::eventTargetData):
55549 (WebCore::DOMApplicationCache::ensureEventTargetData):
55550 * loader/appcache/DOMApplicationCache.h:
[all …]
DChangeLog-2009-06-1610766 * loader/appcache/DOMApplicationCache.idl:
10939 * loader/appcache/DOMApplicationCache.idl:
44964 * loader/appcache/DOMApplicationCache.cpp:
44965 (WebCore::DOMApplicationCache::items):
47059 * loader/appcache/DOMApplicationCache.cpp: (WebCore::DOMApplicationCache::update):
52631 * loader/appcache/DOMApplicationCache.h:
52632 (WebCore::DOMApplicationCache::Status):
52633 (WebCore::DOMApplicationCache::setOnobsolete):
52634 (WebCore::DOMApplicationCache::onobsolete):
52635 * loader/appcache/DOMApplicationCache.idl:
[all …]
DWebCore.pro1799 loader/appcache/DOMApplicationCache.h \
3414 loader/appcache/DOMApplicationCache.cpp \
/external/webkit/Source/WebCore/WebCore.gyp/
DWebCore.gyp1544 ['include', 'loader/appcache/DOMApplicationCache\.(cpp|h)$'],

12