OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quit
(Results
51 - 75
of
136
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc
44
MessageLoop::current()->
Quit
(); // Allow exiting even if we mess up.
base_login_display_host.cc
151
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/download/
drag_download_file.cc
213
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc
35
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/net/
connection_tester_unittest.cc
54
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc
87
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/service/
service_process_control_browsertest.cc
64
MessageLoop::current()->
Quit
();
88
//
Quit
the current message. Post a QuitTask instead of just calling
Quit
()
96
//
Quit
the current message.
/external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc
32
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/ui/views/
uninstall_view.cc
34
MessageLoop::current()->
Quit
();
first_run_search_engine_view.cc
184
MessageLoop::current()->
Quit
();
212
MessageLoop::current()->
Quit
();
/external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc
117
Thread::Current()->
Quit
();
messagequeue.h
173
virtual void
Quit
();
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc
176
Quit
();
/external/chromium/base/
message_loop.h
207
// Use QuitTask if you need to
Quit
another thread's MessageLoop, but note
212
void
Quit
();
214
// This method is a variant of
Quit
, that does not wait for pending messages
218
// Invokes
Quit
on the current MessageLoop when run. Useful to schedule an
219
// arbitrary MessageLoop to
Quit
.
223
MessageLoop::current()->
Quit
();
339
// Used to record that
Quit
() was called, or that we should
quit
the pump
observer_list_unittest.cc
144
void
Quit
() {
310
threaded_observer[index]->
Quit
();
message_loop_unittest.cc
86
MessageLoop::current()->
Quit
();
115
scoped_refptr<QuitMsgLoop>
quit
(new QuitMsgLoop());
117
quit
.get(), &QuitMsgLoop::QuitNow));
146
scoped_refptr<QuitMsgLoop>
quit
(new QuitMsgLoop());
148
quit
.get(), &QuitMsgLoop::QuitNow));
168
MessageLoop::current()->
Quit
();
360
MessageLoop::current()->
Quit
();
472
MessageLoop::current()->
Quit
();
517
MessageLoop::current()->
Quit
();
791
MessageLoop::current()->
Quit
();
[
all
...]
message_pump_glib.cc
204
// callbacks. This is so we only
quit
our own loops, and we don't
quit
321
void MessagePumpForUI::
Quit
() {
325
NOTREACHED() << "
Quit
called outside Run!";
message_pump_glib_x.cc
164
Quit
();
message_pump_libevent.cc
212
DCHECK(keep_running_) << "
Quit
must have been called outside of Run!";
266
void MessagePumpLibevent::
Quit
() {
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc
160
msg_loop_.
Quit
();
166
msg_loop_.
Quit
();
/external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc
64
MessageLoopForUI::current()->
Quit
();
81
//
Quit
once the BackgroundContents has been loaded.
83
MessageLoopForUI::current()->
Quit
();
/external/chromium/chrome/browser/history/
history_unittest.cc
129
MessageLoop::current()->
Quit
();
133
MessageLoop::current()->
Quit
();
139
MessageLoop::current()->
Quit
();
215
MessageLoop::current()->
Quit
();
237
MessageLoop::current()->
Quit
();
809
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
82
MessageLoopForUI::current()->
Quit
();
171
MessageLoopForUI::current()->
Quit
();
173
MessageLoopForUI::current()->
Quit
();
/external/v8/samples/
shell.cc
66
v8::Handle<v8::Value>
Quit
(const v8::Arguments& args);
342
// Bind the '
quit
' function
343
global->Set(v8::String::New("
quit
"), v8::FunctionTemplate::New(
Quit
));
432
// The callback that is invoked by v8 whenever the JavaScript '
quit
'
434
v8::Handle<v8::Value>
Quit
(const v8::Arguments& args) {
/external/chromium/chrome/browser/prerender/
prerender_browsertest.cc
69
// In the event we are destroyed, say if the prerender was canceled,
quit
71
MessageLoopForUI::current()->
Quit
();
79
MessageLoopForUI::current()->
Quit
();
Completed in 794 milliseconds
1
2
3
4
5
6