Searched refs:ForwardErrorHandler (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | multiplex_router_unittest.cc | 222 void ForwardErrorHandler(bool* called, const base::Closure& callback) { in ForwardErrorHandler() function 237 base::Bind(&ForwardErrorHandler, &error_handler_called0, in TEST_F() 248 base::Bind(&ForwardErrorHandler, &error_handler_called1, in TEST_F()
|
D | connector_unittest.cc | 408 void ForwardErrorHandler(bool* called, const base::Closure& callback) { in ForwardErrorHandler() function 419 &ForwardErrorHandler, &error_handler_called0, run_loop.QuitClosure())); in TEST_F() 425 &ForwardErrorHandler, &error_handler_called1, run_loop2.QuitClosure())); in TEST_F()
|