/external/webkit/Source/WebCore/loader/appcache/ |
D | DOMApplicationCache.cpp | 42 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()
|
D | DOMApplicationCache.h | 47 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*);
|
D | ApplicationCacheHost.h | 44 class DOMApplicationCache; variable 147 void setDOMApplicationCache(DOMApplicationCache*); 175 DOMApplicationCache* m_domApplicationCache;
|
D | ApplicationCacheHost.cpp | 237 void ApplicationCacheHost::setDOMApplicationCache(DOMApplicationCache* domApplicationCache) in setDOMApplicationCache() 308 const AtomicString& eventType = DOMApplicationCache::toEventType(id); in dispatchDOMEvent()
|
D | DOMApplicationCache.idl | 33 ] DOMApplicationCache {
|
/external/webkit/Source/WebCore/bindings/cpp/ |
D | WebDOMEventTarget.cpp | 111 ConvertTo(DOMApplicationCache) in ConvertTo() 167 if (WebCore::DOMApplicationCache* cache = value->toDOMApplicationCache()) in toWebKit()
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | destroyed-frame-expected.txt | 1 Test for bug 33813: Crash when using DOMApplicationCache from a destroyed frame.
|
D | dynamic-entries-no-cache-expected.txt | 1 Test the behavior of DOMApplicationCache methods related to dynamic entries when the context is not…
|
D | dynamic-entries-no-cache.html-disabled | 2 <p>Test the behavior of DOMApplicationCache methods related to dynamic entries when the context
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSEventTarget.cpp | 136 if (DOMApplicationCache* cache = target->toDOMApplicationCache()) in toJS() 215 CONVERT_TO_EVENT_TARGET(DOMApplicationCache) in toEventTarget()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ApplicationCacheHost.cpp | 203 void ApplicationCacheHost::setDOMApplicationCache(DOMApplicationCache* domApplicationCache) in setDOMApplicationCache() 269 const AtomicString& eventType = DOMApplicationCache::toEventType(id); in dispatchDOMEvent()
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.h | 42 class DOMApplicationCache; variable 412 DOMApplicationCache* applicationCache() const; 413 DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache() 489 mutable RefPtr<DOMApplicationCache> m_applicationCache;
|
D | DOMWindow.cpp | 597 DOMApplicationCache* DOMWindow::applicationCache() const in applicationCache() 600 m_applicationCache = DOMApplicationCache::create(m_frame); in applicationCache()
|
D | DOMWindow.idl | 165 readonly attribute [EnabledAtRuntime] DOMApplicationCache applicationCache;
|
/external/webkit/Source/WebCore/dom/ |
D | EventTarget.h | 46 class DOMApplicationCache; variable 111 virtual DOMApplicationCache* toDOMApplicationCache();
|
D | EventTarget.cpp | 108 DOMApplicationCache* EventTarget::toDOMApplicationCache() in toDOMApplicationCache()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8DOMWrapper.cpp | 428 if (DOMApplicationCache* domAppCache = target->toDOMApplicationCache()) in convertEventTargetToV8Object()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 138 DOMApplicationCache \
|
D | CodeGenerators.pri | 313 loader/appcache/DOMApplicationCache.idl \
|
D | CMakeLists.txt | 320 loader/appcache/DOMApplicationCache.idl 970 loader/appcache/DOMApplicationCache.cpp
|
D | Android.mk | 470 loader/appcache/DOMApplicationCache.cpp \
|
D | ChangeLog-2010-01-29 | 6085 * 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 …]
|
D | ChangeLog-2009-06-16 | 10766 * 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 …]
|
D | WebCore.pro | 1799 loader/appcache/DOMApplicationCache.h \ 3414 loader/appcache/DOMApplicationCache.cpp \
|
/external/webkit/Source/WebCore/WebCore.gyp/ |
D | WebCore.gyp | 1544 ['include', 'loader/appcache/DOMApplicationCache\.(cpp|h)$'],
|