Searched defs:OnQuit (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome_frame/ready_mode/internal/
H A Dready_mode_web_browser_adapter.cc80 STDMETHODIMP_(void) ReadyModeWebBrowserAdapter::OnQuit() { function in class:ReadyModeWebBrowserAdapter
/external/chromium/chrome/browser/printing/
H A Dprint_job_manager.cc28 void PrintJobManager::OnQuit() { function in class:printing::PrintJobManager
30 // OnQuit is too late to try to wait for jobs on the Mac, since the runloop
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac.cc50 IPC_MESSAGE_HANDLER(AppShimHostMsg_QuitApp, OnQuit)
99 void AppShimHost::OnQuit() { function in class:AppShimHost
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_manager.cc26 void PrintJobManager::OnQuit() { function in class:printing::PrintJobManager
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_writer.cc48 virtual void OnQuit() = 0;
87 virtual void OnQuit() { function in class:diagnostics::__anon4709::WinConsole
155 virtual void OnQuit() OVERRIDE {
209 console_->OnQuit();
/external/chromium_org/chrome_frame/test/
H A Die_event_sink.h46 virtual void OnQuit() {} function in class:chrome_frame_test::IEEventListener
96 // Closes the web browser in such a way that the OnQuit notification will
188 OnQuit, &kVoidMethodInfo)
207 STDMETHOD_(void, OnQuit)();
H A Die_event_sink.cc75 { 253, "OnQuit" },
259 LOG(ERROR) << "OnQuit was not received for browser with url "
702 STDMETHODIMP_(void) IEEventSink::OnQuit() { function in class:chrome_frame_test::IEEventSink
711 listener_->OnQuit();

Completed in 454 milliseconds