Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtest_handler.h57 class CompletionState {
61 explicit CompletionState(int total);
86 explicit Collection(CompletionState* completion_state);
102 CompletionState* completion_state_;
132 explicit TestHandler(CompletionState* completion_state = nullptr);
271 CompletionState* completion_state_;
Dtest_handler.cc90 TestHandler::CompletionState::CompletionState(int total) in CompletionState() function in TestHandler::CompletionState
95 void TestHandler::CompletionState::TestComplete() { in TestComplete()
105 void TestHandler::CompletionState::WaitForTests() { in WaitForTests()
115 TestHandler::Collection::Collection(CompletionState* completion_state) in Collection()
173 TestHandler::TestHandler(CompletionState* completion_state) in TestHandler()
183 completion_state_ = new CompletionState(1); in TestHandler()
Drouting_test_handler.h18 RoutingTestHandler(CompletionState* completion_state = nullptr);
Drouting_test_handler.cc60 RoutingTestHandler::RoutingTestHandler(CompletionState* completion_state) in RoutingTestHandler()
Drequest_handler_unittest.cc43 NetNotifyTestHandler(CompletionState* completion_state, in NetNotifyTestHandler()
463 TestHandler::CompletionState completion_state(static_cast<int>(count)); in RunNetNotifyTest()
Dframe_handler_unittest.cc508 OrderMainTestHandler(CompletionState* completion_state = nullptr) in OrderMainTestHandler()
1454 PopupOrderMainTestHandler(CompletionState* completion_state, in PopupOrderMainTestHandler()
1616 ParentOrderMainTestHandler(CompletionState* completion_state, in ParentOrderMainTestHandler()
1671 TestHandler::CompletionState completion_state(/*count=*/2); in RunOrderMainPopupTest()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompletion.h42 enum CompletionState { enum
52 enum CompletionState state;