Searched refs:is_reentrant (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc236 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) { argument
238 if (is_reentrant)
257 bool is_reentrant) {
260 if (is_reentrant)
264 Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
279 bool is_reentrant) {
281 Bind(&RecursiveFunc, order, 1, 2, is_reentrant));
283 Bind(&MessageBoxFunc, order, 2, is_reentrant));
285 Bind(&RecursiveFunc, order, 3, 2, is_reentrant));
256 RecursiveFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument
275 RecursiveFuncWin(MessageLoop* target, HANDLE event, bool expect_window, TaskList* order, bool is_reentrant) argument
H A Dmessage_loop_test.cc461 bool is_reentrant) {
464 if (is_reentrant)
468 Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
515 bool is_reentrant) {
516 RecursiveFunc(order, cookie, depth, is_reentrant);
460 RecursiveFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument
514 RecursiveSlowFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument

Completed in 51 milliseconds