OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quit
(Results
1 - 25
of
136
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/chromeos/login/
mock_login_status_consumer.h
34
MessageLoop::current()->
Quit
();
39
MessageLoop::current()->
Quit
();
48
MessageLoop::current()->
Quit
();
57
MessageLoop::current()->
Quit
();
62
MessageLoop::current()->
Quit
();
67
MessageLoop::current()->
Quit
();
73
MessageLoop::current()->
Quit
();
79
MessageLoop::current()->
Quit
();
owner_manager_unittest.h
54
MessageLoop::current()->
Quit
();
59
MessageLoop::current()->
Quit
();
94
MessageLoop::current()->
Quit
();
109
MessageLoop::current()->
Quit
();
132
MessageLoop::current()->
Quit
();
online_attempt_unittest.cc
89
static void
Quit
() {
127
.WillOnce(Invoke(OnlineAttemptTest::
Quit
))
154
.WillOnce(Invoke(OnlineAttemptTest::
Quit
))
185
.WillOnce(Invoke(OnlineAttemptTest::
Quit
))
211
.WillOnce(Invoke(OnlineAttemptTest::
Quit
))
/external/chromium/base/
message_pump.h
95
// to see if it should
quit
. The
Quit
method is responsible for setting this
96
// flag. No further work is done once the
quit
flag is set.
109
//
Quit
immediately from the most recently entered run loop. This method may
111
virtual void
Quit
() = 0;
message_pump_default.h
22
virtual void
Quit
();
message_pump_mac.h
14
// own DoRun and
Quit
implementations.
195
virtual void
Quit
();
200
// True if
Quit
is called to stop the innermost MessagePump
214
virtual void
Quit
();
218
// attached to the run loop. This source will be signalled when
Quit
222
// False after
Quit
is called.
233
virtual void
Quit
();
240
// False after
Quit
is called.
message_loop_proxy_impl_unittest.cc
17
Quit
();
20
void
Quit
() const {
47
test->
Quit
();
71
test_->
Quit
();
message_pump_default.cc
18
DCHECK(keep_running_) << "
Quit
must have been called outside of Run!";
60
void MessagePumpDefault::
Quit
() {
message_pump_glib_unittest.cc
139
MessageLoop::current()->
Quit
();
185
// Checks that
Quit
works and that the basic infrastructure is working.
187
//
Quit
from a task
193
//
Quit
from an event
236
//
quit
.
252
//
quit
.
277
// And then
quit
(relies on the condition tested by TestEventTaskInterleave).
287
// It will
quit
the main loop once enough tasks and events have been processed,
302
MessageLoop::current()->
Quit
();
314
MessageLoop::current()->
Quit
();
[
all
...]
message_pump_glib.h
44
// The nested loop is exited by either posting a
quit
, or returning false
88
virtual void
Quit
();
message_pump_libevent.h
120
virtual void
Quit
();
/external/chromium/chrome/browser/first_run/
first_run_import_observer.cc
24
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/
browsing_data_helper_browsertest.h
36
MessageLoop::current()->
Quit
();
plugin_data_remover_browsertest.cc
42
MessageLoop::current()->
Quit
();
/external/chromium/net/base/
test_completion_callback.cc
39
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/search_engines/
template_url_scraper_unittest.cc
41
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/webdata/
web_data_service_test_util.h
28
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/extensions/
crx_installer_browsertest.cc
31
MessageLoopForUI::current()->
Quit
();
35
MessageLoopForUI::current()->
Quit
();
extension_test_message_listener.cc
56
MessageLoopForUI::current()->
Quit
();
extension_browsertest.cc
176
MessageLoopForUI::current()->
Quit
();
386
MessageLoopForUI::current()->
Quit
();
391
MessageLoopForUI::current()->
Quit
();
396
MessageLoopForUI::current()->
Quit
();
402
MessageLoopForUI::current()->
Quit
();
407
MessageLoopForUI::current()->
Quit
();
412
MessageLoopForUI::current()->
Quit
();
417
MessageLoopForUI::current()->
Quit
();
428
MessageLoopForUI::current()->
Quit
();
442
MessageLoopForUI::current()->
Quit
();
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.cc
41
MessageLoop::current()->
Quit
();
/external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc
71
// worker is already quitting, no need to explicitly
quit
90
worker()->
Quit
();
101
worker()->
Quit
();
/external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc
80
MessageLoop::current()->
Quit
();
87
MessageLoop::current()->
Quit
();
108
MessageLoop::current()->
Quit
();
160
MessageLoop::current()->
Quit
();
172
// This relies on the IPC listener class to
quit
the message loop itself when
232
MessageLoop::current()->
Quit
();
247
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/sync/
profile_sync_test_util.h
34
MessageLoop::current()->
Quit
();
/external/chromium/net/tools/flip_server/
acceptor_thread.h
69
void
Quit
() { quitting_.Notify(); }
Completed in 378 milliseconds
1
2
3
4
5
6