HomeSort by relevance Sort by last modified time
    Searched refs:contextDestroyed (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.h 26 virtual void contextDestroyed() OVERRIDE;
RespondWithObserver.cpp 68 void RespondWithObserver::contextDestroyed()
70 ContextLifecycleObserver::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleContextTest.cpp 65 virtual void contextDestroyed() OVERRIDE
67 LifecycleObserver<DummyContext>::contextDestroyed();
LifecycleObserver.h 59 virtual void contextDestroyed() { m_lifecycleContext = 0; }
LifecycleNotifier.h 96 observer->contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.h 52 virtual void contextDestroyed() OVERRIDE;
DOMTimer.cpp 159 void DOMTimer::contextDestroyed()
161 SuspendableTimer::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.h 60 virtual void contextDestroyed() OVERRIDE;
DatabaseContext.cpp 58 // Note that paired deref() is called from contextDestroyed().
74 // stop() and contextDestroyed() to give us a chance to clean these up from
130 void DatabaseContext::contextDestroyed()
137 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 56 gr_context_->contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.cpp 194 void MediaKeys::contextDestroyed()
196 ContextLifecycleObserver::contextDestroyed();
MediaKeys.h 70 virtual void contextDestroyed() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaRequest.h 73 virtual void contextDestroyed() OVERRIDE;
UserMediaRequest.cpp 184 void UserMediaRequest::contextDestroyed()
193 ContextLifecycleObserver::contextDestroyed();
MediaStream.h 95 virtual void contextDestroyed() OVERRIDE;
MediaStream.cpp 297 void MediaStream::contextDestroyed()
299 ContextLifecycleObserver::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h 149 virtual void contextDestroyed() OVERRIDE { ASSERT_NOT_REACHED(); }
WebSocket.h 110 virtual void contextDestroyed() OVERRIDE;
WebSocket.cpp 567 void WebSocket::contextDestroyed()
569 WTF_LOG(Network, "WebSocket %p contextDestroyed()", this);
572 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
AsyncCallStackTracker.cpp 65 virtual void contextDestroyed() OVERRIDE
70 ContextLifecycleObserver::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 93 virtual void contextDestroyed() OVERRIDE;
XMLHttpRequest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 273 virtual void contextDestroyed() OVERRIDE FINAL;
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 105 void contextDestroyed();
    [all...]
  /external/skia/include/gpu/
GrContext.h 105 void contextDestroyed();
    [all...]

Completed in 378 milliseconds

1 2