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 91 PostRun(PP_ERROR_ABORTED);
136 PostRun(result);
157 void TrackedCallback::PostRun(int32_t result) {
165 // 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 102 callback_->PostRun(result);
198 callback_->PostRun(static_cast<int32_t>(PP_ERROR_BADRESOURCE));
240 callback_->PostRun(static_cast<int32_t>(PP_ERROR_BADARGUMENT));
  /external/chromium_org/ppapi/proxy/
websocket_resource.cc 396 receive_callback_->PostRun(PP_ERROR_FAILED);
402 close_callback_->PostRun(params.result());

Completed in 64 milliseconds