Searched refs:completion_state (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | test_handler.cc | 115 TestHandler::Collection::Collection(CompletionState* completion_state) in Collection() argument 116 : completion_state_(completion_state) { in Collection() 173 TestHandler::TestHandler(CompletionState* completion_state) in TestHandler() argument 179 if (completion_state) { in TestHandler() 180 completion_state_ = completion_state; in TestHandler()
|
D | request_handler_unittest.cc | 43 NetNotifyTestHandler(CompletionState* completion_state, in NetNotifyTestHandler() argument 46 : TestHandler(completion_state), in NetNotifyTestHandler() 463 TestHandler::CompletionState completion_state(static_cast<int>(count)); in RunNetNotifyTest() 464 TestHandler::Collection collection(&completion_state); in RunNetNotifyTest() 469 new NetNotifyTestHandler(&completion_state, test_type, same_origin); in RunNetNotifyTest()
|
D | routing_test_handler.cc | 60 RoutingTestHandler::RoutingTestHandler(CompletionState* completion_state) in RoutingTestHandler() argument 61 : TestHandler(completion_state) {} in RoutingTestHandler()
|
D | frame_handler_unittest.cc | 508 OrderMainTestHandler(CompletionState* completion_state = nullptr) in OrderMainTestHandler() argument 509 : RoutingTestHandler(completion_state) {} in OrderMainTestHandler() 1454 PopupOrderMainTestHandler(CompletionState* completion_state, in PopupOrderMainTestHandler() argument 1456 : OrderMainTestHandler(completion_state), cross_origin_(cross_origin) { in PopupOrderMainTestHandler() 1616 ParentOrderMainTestHandler(CompletionState* completion_state, in ParentOrderMainTestHandler() argument 1618 : OrderMainTestHandler(completion_state), popup_handler_(popup_handler) {} in ParentOrderMainTestHandler() 1671 TestHandler::CompletionState completion_state(/*count=*/2); in RunOrderMainPopupTest() local 1672 TestHandler::Collection collection(&completion_state); in RunOrderMainPopupTest() 1675 new PopupOrderMainTestHandler(&completion_state, cross_origin); in RunOrderMainPopupTest() 1677 new ParentOrderMainTestHandler(&completion_state, popup_handler); in RunOrderMainPopupTest()
|
D | routing_test_handler.h | 18 RoutingTestHandler(CompletionState* completion_state = nullptr);
|
D | test_handler.h | 86 explicit Collection(CompletionState* completion_state); 132 explicit TestHandler(CompletionState* completion_state = nullptr);
|