Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc385 bool ptr_error_handler_called = false; in TEST_F() local
390 SetFlagAndRunClosure(&ptr_error_handler_called, run_loop.QuitClosure())); in TEST_F()
399 EXPECT_FALSE(ptr_error_handler_called); in TEST_F()
403 EXPECT_FALSE(ptr_error_handler_called); in TEST_F()
407 EXPECT_TRUE(ptr_error_handler_called); in TEST_F()