Home
last modified time | relevance | path

Searched refs:willDestroyGlobalObjectInFrame (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DDOMWindowIndexedDatabase.cpp62 void DOMWindowIndexedDatabase::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame() function in WebCore::DOMWindowIndexedDatabase
65 DOMWindowProperty::willDestroyGlobalObjectInFrame(); in willDestroyGlobalObjectInFrame()
DDOMWindowIndexedDatabase.h44 virtual void willDestroyGlobalObjectInFrame() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DDOMWindowNotifications.cpp70 void DOMWindowNotifications::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame() function in WebCore::DOMWindowNotifications
73 DOMWindowProperty::willDestroyGlobalObjectInFrame(); in willDestroyGlobalObjectInFrame()
DDOMWindowNotifications.h48 virtual void willDestroyGlobalObjectInFrame() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCache.cpp48 void ApplicationCache::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame() function in WebCore::ApplicationCache
52 DOMWindowProperty::willDestroyGlobalObjectInFrame(); in willDestroyGlobalObjectInFrame()
DApplicationCache.h50 virtual void willDestroyGlobalObjectInFrame() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindowProperty.h38 virtual void willDestroyGlobalObjectInFrame();
DDOMWindowProperty.cpp58 void DOMWindowProperty::willDestroyGlobalObjectInFrame() in willDestroyGlobalObjectInFrame() function in WebCore::DOMWindowProperty
DDOMWindow.cpp556 properties[i]->willDestroyGlobalObjectInFrame(); in willDestroyDocumentInFrame()