Searched defs:OnDestroy (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.cc129 IPC_MESSAGE_HANDLER(AcceleratedVideoEncoderMsg_Destroy, OnDestroy)
279 void GpuVideoEncodeAccelerator::OnDestroy() { function in class:content::GpuVideoEncodeAccelerator
280 DVLOG(2) << "GpuVideoEncodeAccelerator::OnDestroy()";
H A Dgpu_video_decode_accelerator.cc159 IPC_MESSAGE_HANDLER(AcceleratedVideoDecoderMsg_Destroy, OnDestroy)
433 void GpuVideoDecodeAccelerator::OnDestroy() { function in class:content::GpuVideoDecodeAccelerator
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc150 void WinWindow::OnDestroy() { function in class:ui::WinWindow
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc58 MESSAGE_HANDLER(WM_DESTROY, OnDestroy)
75 LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
275 LRESULT SetupDialog::OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, function in class:SetupDialog
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc384 void RdpClientWindow::OnDestroy() { function in class:remoting::RdpClientWindow
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc132 return HANDLE_WM_DESTROY(window, wparam, lparam, host->OnDestroy);
274 void MainUIWindow::OnDestroy(HWND window) { function in class:MainUIWindow
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp124 void CPWL_ListBox::OnDestroy() function in class:CPWL_ListBox
H A DPWL_Edit.cpp35 void CPWL_Edit::OnDestroy() function in class:CPWL_Edit
H A DPWL_Wnd.cpp280 void CPWL_Wnd::OnDestroy() function in class:CPWL_Wnd
288 OnDestroy();
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc643 void GpuChannel::OnDestroy() { function in class:content::GpuChannel
644 TRACE_EVENT0("gpu", "GpuChannel::OnDestroy");
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc211 // Delegate::OnDestroy(), while running on the UI thread. However
212 // on exiting the process, it may happen that Delegate::OnDestroy()
534 // Delegate::OnDestroy(), while running on the UI thread. However
536 // Delegate::OnDestroy() task is left pending on the glib loop
921 // Delegate::OnDestroy(), while running on the file thread. However
922 // on exiting the process, it may happen that Delegate::OnDestroy()
1736 OnDestroy();
1741 &ProxyConfigServiceLinux::Delegate::OnDestroy, this));
1744 void ProxyConfigServiceLinux::Delegate::OnDestroy() { function in class:ProxyConfigServiceLinux::Delegate
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1355 void HWNDMessageHandler::OnDestroy() { function in class:views::HWNDMessageHandler

Completed in 2600 milliseconds