Home
last modified time | relevance | path

Searched refs:QuitCurrentDeprecated (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Drun_loop.h224 static void QuitCurrentDeprecated();
Drun_loop.cc204 void RunLoop::QuitCurrentDeprecated() { in QuitCurrentDeprecated() function in base::RunLoop
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc1342 base::RunLoop::QuitCurrentDeprecated(); in FuncThatQuitsNow()