OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuitThread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/base/
auto_thread.cc
158
void AutoThread::
QuitThread
(
161
task_runner->PostTask(FROM_HERE, base::Bind(&AutoThread::
QuitThread
,
194
base::Bind(&AutoThread::
QuitThread
,
210
// Assert that MessageLoop::Quit was called by AutoThread::
QuitThread
.
auto_thread.h
82
void
QuitThread
(scoped_refptr<base::SingleThreadTaskRunner> task_runner);
/external/chromium_org/remoting/protocol/
jingle_session_unittest.cc
59
ACTION(
QuitThread
) {
439
.WillOnce(
QuitThread
());
Completed in 758 milliseconds