OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Quit
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/chromium/base/
message_pump_default.cc
18
DCHECK(keep_running_) << "
Quit
must have been called outside of Run!";
60
void MessagePumpDefault::
Quit
() {
message_loop_proxy_impl_unittest.cc
17
Quit
();
20
void
Quit
() const {
47
test->
Quit
();
71
test_->
Quit
();
/external/chromium_org/base/
run_loop.cc
56
void RunLoop::
Quit
() {
59
// This is the inner-most RunLoop, so
quit
now.
65
return base::Bind(&RunLoop::
Quit
, weak_factory_.GetWeakPtr());
72
// Allow
Quit
to be called before Run.
/external/chromium_org/mojo/apps/js/bindings/
threading.cc
17
void
Quit
() {
34
.SetMethod("
quit
",
Quit
)
/external/chromium_org/ppapi/c/private/
ppb_flash_message_loop.h
60
* <code>Run()</code>. In the callback, call <code>
Quit
()</code>.
70
* of other reasons (e.g., <code>
Quit
()</code> is called);
76
* Signals to
quit
the outermost nested message loop. Use this to exit and
79
* If <code>
Quit
()</code> is not called to balance the call to
85
void (*
Quit
)(PP_Resource flash_message_loop);
/external/chromium_org/ppapi/cpp/private/
flash_message_loop.cc
45
void MessageLoop::
Quit
() {
47
get_interface<PPB_Flash_MessageLoop>()->
Quit
(pp_resource());
/external/chromium_org/ppapi/thunk/
ppb_flash_message_loop_thunk.cc
36
void
Quit
(PP_Resource resource) {
39
enter.object()->
Quit
();
46
&
Quit
/external/chromium_org/base/message_loop/
message_pump_android.cc
74
// return true (it only returns false if the RunLoop has been
Quit
already).
88
void MessagePumpForUI::
Quit
() {
message_pump_default.cc
25
DCHECK(keep_running_) << "
Quit
must have been called outside of Run!";
70
void MessagePumpDefault::
Quit
() {
message_loop_proxy_impl_unittest.cc
21
Quit
();
24
void
Quit
() const {
55
test->
Quit
();
68
test_->
Quit
();
/external/chromium_org/chrome/test/chromedriver/chrome/
stub_chrome.cc
49
Status StubChrome::
Quit
() {
chrome_impl.cc
122
Status ChromeImpl::
Quit
() {
/external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc
64
// and
quit
the message loop when the redirect has completed. This expects
79
MessageLoopForUI::current(), &MessageLoop::
Quit
));
/external/chromium_org/net/tools/quic/test_tools/
server_thread.cc
82
void ServerThread::
Quit
() {
/external/chromium/chrome/browser/chromeos/login/
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/net/tools/flip_server/
acceptor_thread.h
69
void
Quit
() { quitting_.Notify(); }
/external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h
160
virtual void
Quit
() {
/external/chromium_org/base/test/
test_support_android.cc
56
void
Quit
() {
122
virtual void
Quit
() OVERRIDE {
123
Waitable::GetInstance()->
Quit
();
/external/chromium_org/chrome/browser/policy/cloud/
device_management_service_browsertest.cc
131
&base::MessageLoop::
Quit
)));
192
&base::MessageLoop::
Quit
)));
214
&base::MessageLoop::
Quit
));
235
&base::MessageLoop::
Quit
));
251
&base::MessageLoop::
Quit
));
/external/chromium_org/content/public/test/
nested_message_pump_android.cc
130
void NestedMessagePumpAndroid::
Quit
() {
136
base::MessagePumpForUI::
Quit
();
/external/chromium_org/content/renderer/pepper/
ppb_flash_message_loop_impl.cc
51
// It is a no-op if either Run() hasn't been called or
Quit
() has been called
75
void PPB_Flash_MessageLoop_Impl::
Quit
() {
/external/chromium_org/net/base/
network_change_notifier_win_unittest.cc
64
base::MessageLoop::current()->
Quit
();
170
Invoke(base::MessageLoop::current(), &base::MessageLoop::
Quit
));
/external/chromium_org/net/tools/flip_server/
acceptor_thread.h
72
void
Quit
() { quitting_.Notify(); }
/external/chromium_org/ppapi/proxy/
ppb_flash_message_loop_proxy.cc
34
virtual void
Quit
() OVERRIDE;
62
void FlashMessageLoop::
Quit
() {
153
enter.object()->
Quit
();
/external/chromium_org/remoting/base/
plugin_thread_task_runner.cc
77
void PluginThreadTaskRunner::
Quit
() {
116
// No tasks should be posted after
Quit
() has been called.
Completed in 1229 milliseconds
1
2
3