HomeSort by relevance Sort by last modified time
    Searched refs:BlockUntilComplete (Results 1 - 8 of 8) 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());
241 pp::BlockUntilComplete());
264 int32_t result = ref.Delete(pp::BlockUntilComplete());
316 PP_MAKEDIRECTORYFLAG_NONE, pp::BlockUntilComplete());
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 149 int32_t BlockUntilComplete();
tracked_callback.cc 123 // Wake up the blocked thread. See BlockUntilComplete for where the thread
205 int32_t TrackedCallback::BlockUntilComplete() {
210 // BlockUntilComplete should never be called for in-process plugins, where
  /external/chromium_org/ppapi/cpp/
completion_callback.h 261 /// BlockUntilComplete() is used in place of an actual completion callback
267 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 94 retval_ = callback_->BlockUntilComplete();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 69 pp::BlockUntilComplete());
95 // We can't use pp::BlockUntilComplete() inside an in-process plugin, so we
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 616 int32_t rv = dc.Flush(pp::BlockUntilComplete());

Completed in 3536 milliseconds