Searched refs:OnDestroy (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/host/win/
H A Drdp_client_window.h93 MSG_WM_DESTROY(OnDestroy)
104 void OnDestroy();
H A Drdp_client_window.cc384 void RdpClientWindow::OnDestroy() { function in class:remoting::RdpClientWindow
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.h57 CR_MSG_WM_DESTROY(OnDestroy)
68 void OnDestroy();
H A Dwin_window.cc150 void WinWindow::OnDestroy() { function in class:ui::WinWindow
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.h79 void OnDestroy();
H A Dgpu_video_decode_accelerator.h80 void OnDestroy();
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/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h95 void OnDestroy(HWND window);
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/chromium_org/content/common/gpu/
H A Dgpu_channel.h151 void OnDestroy();
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.h163 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to either
202 // Posts a call to OnDestroy() to the UI or FILE thread, depending on the
207 void OnDestroy();
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/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h45 virtual void OnDestroy();
H A DPWL_Edit.h34 virtual void OnDestroy();
H A DPWL_Wnd.h410 virtual void OnDestroy();
/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/ui/views/win/
H A Dhwnd_message_handler.h378 CR_MSG_WM_DESTROY(OnDestroy)
421 void OnDestroy();
H A Dhwnd_message_handler.cc1355 void HWNDMessageHandler::OnDestroy() { function in class:views::HWNDMessageHandler
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Console.h171 afx_msg void OnDestroy();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp280 void CPWL_Wnd::OnDestroy() function in class:CPWL_Wnd
288 OnDestroy();
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

Completed in 4399 milliseconds