Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtest_server_unittest.cc25 TrackCallback got_shutdown_; member
33 EXPECT_TRUE(got_shutdown_); in ExpectAll()
35 got_response_ && got_disconnected_ && got_shutdown_; in ExpectAll()
65 EXPECT_FALSE(state_->got_shutdown_); in OnInitialized()
93 EXPECT_FALSE(state_->got_shutdown_); in OnClientConnected()
116 EXPECT_FALSE(state_->got_shutdown_); in OnHttpRequest()
135 EXPECT_FALSE(state_->got_shutdown_); in OnRequestResponse()
164 EXPECT_FALSE(state_->got_shutdown_); in OnClientDisconnected()
179 EXPECT_FALSE(state_->got_shutdown_); in OnShutdown()
181 state_->got_shutdown_.yes(); in OnShutdown()
Durlrequest_unittest.cc1301 EXPECT_FALSE(got_shutdown_); in OnShutdown()
1302 got_shutdown_.yes(); in OnShutdown()
1377 EXPECT_TRUE(got_shutdown_); in VerifyResults()
1527 TrackCallback got_shutdown_; member in __anon2283f3400111::RequestServerHandler