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

  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 143 int32_t rv = file_system_.Open(1024 * 1024, pp::BlockUntilComplete());
167 pp::BlockUntilComplete());
186 pp::BlockUntilComplete());
196 int32_t flush_result = file.Flush(pp::BlockUntilComplete());
213 file.Open(ref, PP_FILEOPENFLAG_READ, pp::BlockUntilComplete());
222 int32_t query_result = file.Query(&info, pp::BlockUntilComplete());
240 pp::BlockUntilComplete());
263 int32_t result = ref.Delete(pp::BlockUntilComplete());
313 int32_t result = ref.MakeDirectory(pp::BlockUntilComplete());
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h 52 file_open_notify_callback_(pp::BlockUntilComplete()),
53 stream_finish_callback_(pp::BlockUntilComplete()),
plugin.cc 539 pp::BlockUntilComplete(),
540 pp::BlockUntilComplete())) {
    [all...]
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 149 int32_t BlockUntilComplete();
tracked_callback.cc 128 // Wake up the blocked thread. See BlockUntilComplete for where the thread
204 int32_t TrackedCallback::BlockUntilComplete() {
209 // BlockUntilComplete should never be called for in-process plugins, where
  /external/chromium_org/ppapi/cpp/
completion_callback.h 369 /// BlockUntilComplete() is used in place of an actual completion callback
375 inline CompletionCallback BlockUntilComplete() {
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 116 int32_t result = url_loader.Open(url_request, pp::BlockUntilComplete());
143 buffer_, kReadBufferSize, pp::BlockUntilComplete());
  /external/chromium_org/ppapi/thunk/
enter.cc 92 retval_ = callback_->BlockUntilComplete();
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 627 int32_t rv = dc.Flush(pp::BlockUntilComplete());

Completed in 125 milliseconds