OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnQuit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome_frame/ready_mode/internal/
ready_mode_web_browser_adapter.cc
80
STDMETHODIMP_(void) ReadyModeWebBrowserAdapter::
OnQuit
() {
/external/chromium/chrome/browser/printing/
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/apps/app_shim/
app_shim_host_mac.cc
50
IPC_MESSAGE_HANDLER(AppShimHostMsg_QuitApp,
OnQuit
)
101
void AppShimHost::
OnQuit
() {
/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/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
)();
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
();
Completed in 553 milliseconds