Searched defs:OnDestroyed (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h62 virtual void OnDestroyed() { } function in class:talk_base::Win32Window
/external/chromium_org/mojo/examples/sample_app/
H A Dnative_viewport_client_impl.cc38 void NativeViewportClientImpl::OnDestroyed() { function in class:mojo::examples::NativeViewportClientImpl
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvcmfactory.h51 void OnDestroyed(webrtc::VideoCaptureModule* module) { function in class:FakeWebRtcVcmFactory
60 factory_->OnDestroyed(this);
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc123 void NativeViewportImpl::OnDestroyed() { function in class:mojo::services::NativeViewportImpl
133 client_->OnDestroyed();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc398 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseDestroyed, OnDestroyed)
490 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDestroyed( function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost
788 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_CursorDestroyed, OnDestroyed)
866 void IndexedDBDispatcherHost::CursorDispatcherHost::OnDestroyed( function in class:content::IndexedDBDispatcherHost::CursorDispatcherHost
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc52 IPC_MESSAGE_HANDLER(GpuCommandBufferMsg_Destroyed, OnDestroyed);
67 OnDestroyed(gpu::error::kUnknown);
70 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) { function in class:content::CommandBufferProxyImpl
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc51 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event);
339 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) { function in class:GtkMainWnd
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc310 void MainWnd::OnDestroyed() { function in class:MainWnd
408 me->OnDestroyed();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc262 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
303 void OnDestroyed(Connection* conn) { function in class:TestChannel

Completed in 201 milliseconds