Searched refs:contextDestroyed (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRespondWithObserver.h27 virtual void contextDestroyed() OVERRIDE;
H A DRespondWithObserver.cpp71 void RespondWithObserver::contextDestroyed() function in class:blink::RespondWithObserver
73 ContextLifecycleObserver::contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseContext.cpp58 // Note that paired deref() is called from contextDestroyed().
74 // stop() and contextDestroyed() to give us a chance to clean these up from
129 void DatabaseContext::contextDestroyed() function in class:blink::DatabaseContext
134 ActiveDOMObject::contextDestroyed();
H A DDatabaseContext.h57 virtual void contextDestroyed() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleContextTest.cpp65 virtual void contextDestroyed() OVERRIDE
67 LifecycleObserver<DummyContext>::contextDestroyed();
H A DLifecycleObserver.h59 virtual void contextDestroyed() { m_lifecycleContext = 0; } function in class:blink::LifecycleObserver
H A DLifecycleNotifier.h94 observer->contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMTimer.h52 virtual void contextDestroyed() OVERRIDE;
H A DDOMTimer.cpp166 void DOMTimer::contextDestroyed() function in class:blink::DOMTimer
168 SuspendableTimer::contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeys.h63 virtual void contextDestroyed() OVERRIDE;
H A DMediaKeys.cpp244 void MediaKeys::contextDestroyed() function in class:blink::MediaKeys
246 ContextLifecycleObserver::contextDestroyed();
/external/chromium_org/tools/ubsan_vptr/
H A Dblacklist.txt49 fun:*DatabaseContext*contextDestroyed*
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DUserMediaRequest.h72 virtual void contextDestroyed() OVERRIDE;
H A DUserMediaRequest.cpp178 void UserMediaRequest::contextDestroyed() function in class:blink::UserMediaRequest
185 ContextLifecycleObserver::contextDestroyed();
H A DMediaStream.h98 virtual void contextDestroyed() OVERRIDE;
H A DMediaStream.cpp292 void MediaStream::contextDestroyed() function in class:blink::MediaStream
294 ContextLifecycleObserver::contextDestroyed();
/external/chromium_org/webkit/common/gpu/
H A Dgrcontext_for_webgraphicscontext3d.cc78 gr_context_->contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImpl.h147 virtual void contextDestroyed() OVERRIDE
159 ContextLifecycleObserver::contextDestroyed();
H A DDOMWebSocket.h108 virtual void contextDestroyed() OVERRIDE;
H A DDOMWebSocket.cpp553 void DOMWebSocket::contextDestroyed() function in class:blink::DOMWebSocket
555 WTF_LOG(Network, "WebSocket %p contextDestroyed()", this);
558 ActiveDOMObject::contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DAsyncCallStackTracker.h91 virtual void contextDestroyed() OVERRIDE;
H A DAsyncCallStackTracker.cpp59 void AsyncCallStackTracker::ExecutionContextData::contextDestroyed() function in class:blink::AsyncCallStackTracker::ExecutionContextData
64 ContextLifecycleObserver::contextDestroyed();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h92 virtual void contextDestroyed() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h276 virtual void contextDestroyed() OVERRIDE FINAL;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h112 void contextDestroyed() { this->abandonContext(); } // legacy alias function in class:GrContext

Completed in 7045 milliseconds

12