HomeSort by relevance Sort by last modified time
    Searched refs:OnDestroyed (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvcmfactory.h 51 void OnDestroyed(webrtc::VideoCaptureModule* module) {
60 factory_->OnDestroyed(this);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 62 virtual void OnDestroyed() { }
win32window.cc 125 that->OnDestroyed();
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h 74 void OnDestroyed(GtkWidget* widget, GdkEvent* event);
main_wnd.cc 51 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event);
339 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 164 void OnDestroyed(int32 ipc_database_id);
223 void OnDestroyed(int32 ipc_cursor_id);
indexed_db_dispatcher_host.cc 393 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseDestroyed, OnDestroyed)
490 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDestroyed(
777 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_CursorDestroyed, OnDestroyed)
    [all...]
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 52 IPC_MESSAGE_HANDLER(GpuCommandBufferMsg_Destroyed, OnDestroyed);
67 OnDestroyed(gpu::error::kUnknown);
70 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) {
command_buffer_proxy_impl.h 157 void OnDestroyed(gpu::error::ContextLostReason reason);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h 176 void OnDestroyed();
main_wnd.cc 310 void MainWnd::OnDestroyed() {
408 me->OnDestroyed();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 262 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
303 void OnDestroyed(Connection* conn) {
    [all...]

Completed in 254 milliseconds