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

  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 87 void TrackedCallback::PostAbort() { PostRun(PP_ERROR_ABORTED); }
131 PostRun(result);
152 void TrackedCallback::PostRun(int32_t result) {
160 // should never try to PostRun more than once otherwise.
tracked_callback.h 83 // PostRun is like Run(), except it guarantees that the callback will be run
84 // later. In particular, if you invoke PostRun on the same thread on which the
86 void PostRun(int32_t result);
160 // Flag used by |PostAbort()| and |PostRun()| to check that we don't schedule
  /external/chromium_org/ppapi/thunk/
enter.cc 98 callback_->PostRun(result);
194 callback_->PostRun(static_cast<int32_t>(PP_ERROR_BADRESOURCE));
236 callback_->PostRun(static_cast<int32_t>(PP_ERROR_BADARGUMENT));
  /external/chromium_org/ppapi/proxy/
websocket_resource.cc 388 receive_callback_->PostRun(PP_ERROR_FAILED);
394 close_callback_->PostRun(params.result());

Completed in 97 milliseconds