Searched defs:PostRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dtracked_callback.cc87 void TrackedCallback::PostAbort() { PostRun(PP_ERROR_ABORTED); }
131 PostRun(result);
152 void TrackedCallback::PostRun(int32_t result) { function in class:ppapi::TrackedCallback
160 // should never try to PostRun more than once otherwise.

Completed in 159 milliseconds