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

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc516 bool is_reentrant) {
519 if (is_reentrant)
523 Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
567 bool is_reentrant) {
568 RecursiveFunc(order, cookie, depth, is_reentrant);
515 RecursiveFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument
566 RecursiveSlowFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument
H A Dmessage_loop_unittest.cc237 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) { argument
239 if (is_reentrant)
258 bool is_reentrant) {
261 if (is_reentrant)
265 Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
280 bool is_reentrant) {
282 Bind(&RecursiveFunc, order, 1, 2, is_reentrant));
284 Bind(&MessageBoxFunc, order, 2, is_reentrant));
286 Bind(&RecursiveFunc, order, 3, 2, is_reentrant));
257 RecursiveFunc(TaskList* order, int cookie, int depth, bool is_reentrant) argument
276 RecursiveFuncWin(MessageLoop* target, HANDLE event, bool expect_window, TaskList* order, bool is_reentrant) argument

Completed in 100 milliseconds