HomeSort by relevance Sort by last modified time
    Searched defs:WaitForResult (Results 1 - 17 of 17) 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 80 EXPECT_EQ(OK, callback.WaitForResult());
84 EXPECT_EQ(OK, callback.WaitForResult());
97 EXPECT_EQ(OK, callback.WaitForResult());
126 ASSERT_EQ(0, callback64.WaitForResult());
146 ASSERT_EQ(0, callback64.WaitForResult());
218 EXPECT_EQ(OK, callback.WaitForResult());
243 EXPECT_EQ(OK, callback.WaitForResult());
249 int64 new_offset = callback64.WaitForResult();
259 rv = callback.WaitForResult();
277 EXPECT_EQ(OK, callback.WaitForResult());
    [all...]
  /external/chromium_org/device/usb/
usb_device_handle_unittest.cc 66 void WaitForResult() { run_loop_.Run(); }
106 out_completion.WaitForResult();
111 in_completion.WaitForResult();
148 out_completion.WaitForResult();
153 in_completion.WaitForResult();
  /external/chromium_org/device/hid/
hid_connection_unittest.cc 47 bool WaitForResult() {
143 ASSERT_TRUE(write_callback.WaitForResult());
147 ASSERT_TRUE(read_callback.WaitForResult());
  /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/http/
disk_based_cert_cache_unittest.cc 55 // store the returned certificate handle and allow users to WaitForResult of
66 void WaitForResult() { cb_.WaitForResult(); }
92 // store the returned key and allow a user to WaitForResult of
100 void WaitForResult() { cb_.WaitForResult(); }
201 set_callback.WaitForResult();
217 get_callback.WaitForResult();
238 set_callback.WaitForResult();
258 get_callback.WaitForResult();
    [all...]
http_response_body_drainer_unittest.cc 40 int WaitForResult() {
244 EXPECT_FALSE(result_waiter_.WaitForResult());
251 EXPECT_FALSE(result_waiter_.WaitForResult());
257 EXPECT_FALSE(result_waiter_.WaitForResult());
267 EXPECT_FALSE(result_waiter_.WaitForResult());
275 EXPECT_FALSE(result_waiter_.WaitForResult());
282 EXPECT_FALSE(result_waiter_.WaitForResult());
289 EXPECT_TRUE(result_waiter_.WaitForResult());
306 EXPECT_TRUE(result_waiter_.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/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 423 int WaitForResult() {
424 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 380 milliseconds