HomeSort by relevance Sort by last modified time
    Searched defs:WaitForResult (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
testable_callback.cc 19 int32_t TestableCallback::WaitForResult() {
43 // "WaitForResult"
  /external/chromium_org/chrome/browser/ui/webui/
web_ui_test_handler.cc 50 return WaitForResult();
93 bool WebUITestHandler::WaitForResult() {
94 SCOPED_TRACE("WebUITestHandler::WaitForResult");
  /external/chromium_org/net/base/
test_completion_callback.cc 23 void TestCompletionCallbackBaseInternal::WaitForResult() {
test_completion_callback.h 17 // tests involving asynchronous operations. Just call WaitForResult to wait
21 // there could be other side-effects resulting from WaitForResult. For this
38 void WaitForResult();
53 R WaitForResult() {
54 TestCompletionCallbackBaseInternal::WaitForResult();
61 return WaitForResult();
file_stream_unittest.cc 79 EXPECT_EQ(OK, callback.WaitForResult());
83 EXPECT_EQ(OK, callback.WaitForResult());
96 EXPECT_EQ(OK, callback.WaitForResult());
124 ASSERT_EQ(0, callback64.WaitForResult());
143 ASSERT_EQ(0, callback64.WaitForResult());
186 EXPECT_EQ(OK, callback.WaitForResult());
195 rv = callback.WaitForResult();
217 EXPECT_EQ(OK, callback.WaitForResult());
242 EXPECT_EQ(OK, callback.WaitForResult());
248 int64 new_offset = callback64.WaitForResult();
    [all...]
  /external/chromium_org/media/midi/
midi_manager_unittest.cc 76 MidiResult WaitForResult() {
157 EXPECT_EQ(MIDI_OK, client->WaitForResult());
167 EXPECT_EQ(MIDI_INITIALIZATION_ERROR, client->WaitForResult());
183 EXPECT_EQ(MIDI_OK, client1->WaitForResult());
184 EXPECT_EQ(MIDI_OK, client2->WaitForResult());
185 EXPECT_EQ(MIDI_OK, client3->WaitForResult());
220 EXPECT_EQ(MIDI_OK, many_existing_clients[i]->WaitForResult());
251 MidiResult result = client->WaitForResult();
  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win_unittest.cc 150 void WaitForResult(int expected_error) {
151 EXPECT_EQ(expected_error, callback_.WaitForResult());
174 client.WaitForResult(ERR_PAC_NOT_IN_DHCP);
183 client.WaitForResult(OK);
205 client.WaitForResult(ERR_TIMED_OUT);
252 client.WaitForResult(OK);
304 client.WaitForResult(OK);
  /external/chromium_org/net/http/
http_response_body_drainer_unittest.cc 39 int WaitForResult() {
240 EXPECT_FALSE(result_waiter_.WaitForResult());
247 EXPECT_FALSE(result_waiter_.WaitForResult());
253 EXPECT_FALSE(result_waiter_.WaitForResult());
263 EXPECT_FALSE(result_waiter_.WaitForResult());
271 EXPECT_FALSE(result_waiter_.WaitForResult());
278 EXPECT_FALSE(result_waiter_.WaitForResult());
285 EXPECT_TRUE(result_waiter_.WaitForResult());
302 EXPECT_TRUE(result_waiter_.WaitForResult());
  /external/chromium_org/ppapi/tests/
test_utils.cc 145 callback.WaitForResult(
309 void TestCompletionCallback::WaitForResult(int32_t result) {
340 WaitForResult(result);
test_utils.h 115 // as a parameter. If |result| is PP_OK_COMPLETIONPENDING, WaitForResult will
118 // For any other values, WaitForResult will simply set its internal "result_"
131 // callback.WaitForResult(foo.DoSomething(callback));
137 // callback.WaitForResult(foo.DoSomething(callback));
141 void WaitForResult(int32_t result);
175 // Used to check that WaitForResult is only called once for each usage of the
222 void WaitForResult(int32_t result) { callback_.WaitForResult(result); }
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 266 int WaitForResult() {
548 EXPECT_EQ(OK, req->WaitForResult());
561 EXPECT_EQ(ERR_NAME_NOT_RESOLVED, req->WaitForResult());
573 EXPECT_EQ(ERR_NAME_NOT_RESOLVED, req->WaitForResult());
599 EXPECT_EQ(OK, req1->WaitForResult());
686 EXPECT_EQ(OK, requests_[i]->WaitForResult()) << i;
705 EXPECT_EQ(OK, requests_[3]->WaitForResult());
729 EXPECT_EQ(OK, requests_[num_requests - 1]->WaitForResult());
754 EXPECT_EQ(OK, requests_[0]->WaitForResult());
758 EXPECT_EQ(OK, final_request->WaitForResult());
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 433 void WaitForResult() { callback_.WaitForResult(); }
    [all...]
websocket_job_test.cc 421 int WaitForResult() {
422 return sync_test_callback_.WaitForResult();
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 667 int WaitForResult() {
806 EXPECT_EQ(ERR_TIMED_OUT, delegate.WaitForResult());
    [all...]

Completed in 478 milliseconds