HomeSort by relevance Sort by last modified time
    Searched refs:RunCompletionCallback (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc 60 // return RunCompletionCallback(callback, PP_ERROR_FUBAR);
63 // return RunCompletionCallback(callback, PP_OK);
64 int32_t RunCompletionCallback(PP_CompletionCallback* callback, int32_t result) {
327 return RunCompletionCallback(&callback, PP_ERROR_FILENOTFOUND);
333 return RunCompletionCallback(&callback, PP_ERROR_FILEEXISTS);
340 return RunCompletionCallback(&callback, node->SetLength(0));
342 return RunCompletionCallback(&callback, PP_OK);
354 return RunCompletionCallback(&callback, PP_ERROR_FAILED);
357 return RunCompletionCallback(&callback, PP_OK);
371 return RunCompletionCallback(&callback, PP_ERROR_FAILED)
    [all...]
fake_pepper_interface_url_loader.cc 107 // return RunCompletionCallback(callback, PP_ERROR_FUBAR);
110 // return RunCompletionCallback(callback, PP_OK);
111 int32_t RunCompletionCallback(PP_CompletionCallback* callback, int32_t result) {
299 return RunCompletionCallback(&callback, PP_OK);
310 return RunCompletionCallback(&callback, PP_OK);
321 return RunCompletionCallback(&callback, PP_OK);
364 return RunCompletionCallback(&callback, bytes_to_read);
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host_unittest.cc 46 void RunCompletionCallback(int error,
172 store_->RunCompletionCallback(net::OK, FAKE_CERTIFICATE, FAKE_PRIVATE_KEY);
178 store_->RunCompletionCallback(net::ERR_KEY_GENERATION_FAILED, "", "");
194 store_->RunCompletionCallback(net::OK, FAKE_CERTIFICATE, FAKE_PRIVATE_KEY);
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 121 // |RunCompletionCallback|.
125 void RunCompletionCallback(bool success);
218 base::Bind(&DriveWebContentsManager::RunCompletionCallback,
225 void DriveWebContentsManager::RunCompletionCallback(bool success) {

Completed in 780 milliseconds