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

  /external/chromium_org/chrome_frame/ready_mode/internal/
ready_mode_web_browser_adapter.h 66 OnQuit, &kOnQuitInfo)
75 STDMETHOD_(void, OnQuit)();
ready_mode_web_browser_adapter.cc 80 STDMETHODIMP_(void) ReadyModeWebBrowserAdapter::OnQuit() {
  /external/chromium/chrome/browser/printing/
print_job_manager.h 30 void OnQuit();
print_job_manager.cc 28 void PrintJobManager::OnQuit() {
30 // OnQuit is too late to try to wait for jobs on the Mac, since the runloop
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 48 virtual void OnQuit() = 0;
87 virtual void OnQuit() {
155 virtual void OnQuit() OVERRIDE {
209 console_->OnQuit();
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.cc 50 IPC_MESSAGE_HANDLER(AppShimHostMsg_QuitApp, OnQuit)
101 void AppShimHost::OnQuit() {
app_shim_host_mac.h 66 void OnQuit();
  /external/chromium_org/chrome_frame/test/
ie_event_sink.h 46 virtual void OnQuit() {}
96 // Closes the web browser in such a way that the OnQuit notification will
188 OnQuit, &kVoidMethodInfo)
207 STDMETHOD_(void, OnQuit)();
delete_chrome_history_test.cc 225 EXPECT_CALL(ie_mock_, OnQuit());
304 EXPECT_CALL(ie_mock2_, OnQuit());
324 EXPECT_CALL(ie_mock3_, OnQuit())
navigation_test.cc 363 EXPECT_CALL(new_window_mock, OnQuit())
405 EXPECT_CALL(new_window_mock, OnQuit())
508 EXPECT_CALL(new_window_mock, OnQuit())
653 EXPECT_CALL(new_window_mock, OnQuit()).WillOnce(CloseBrowserMock(&ie_mock_));
    [all...]
mock_ie_event_sink_test.cc 211 EXPECT_CALL(ie_mock_, OnQuit())
mock_ie_event_sink_test.h 78 MOCK_METHOD0(OnQuit, void ()); // NOLINT
291 // |ie_mock_| receives OnQuit or the timeout is exceeded.
ui_test.cc 340 EXPECT_CALL(view_source_mock, OnQuit())
589 EXPECT_CALL(view_source_mock, OnQuit())
710 EXPECT_CALL(new_window_mock, OnQuit())
762 EXPECT_CALL(new_window_mock, OnQuit())
824 EXPECT_CALL(new_window_mock, OnQuit())
    [all...]
ie_event_sink.cc 75 { 253, "OnQuit" },
258 LOG(ERROR) << "OnQuit was not received for browser with url "
701 STDMETHODIMP_(void) IEEventSink::OnQuit() {
710 listener_->OnQuit();
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 113 MOCK_METHOD0(OnQuit, void ()); // NOLINT
219 EXPECT_CALL(load_listener, OnQuit()).WillOnce(QUIT_LOOP(message_loop));
  /external/chromium/chrome/browser/
browser_process_impl.cc 259 print_job_manager_->OnQuit();
    [all...]

Completed in 243 milliseconds