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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 99 // Run |translate_notify_callback_| with an error condition that is not
103 // plugin by invoking the |translate_notify_callback_|.
108 // |translate_notify_callback_|. This does not set the ErrorInfo report,
214 pp::CompletionCallback translate_notify_callback_; member in class:plugin::PnaclCoordinator
262 // True if an error was already reported, and translate_notify_callback_
pnacl_coordinator.cc 261 translate_notify_callback_(translate_notify_callback),
324 // translate_notify_callback_, which has already been freed.
328 translate_notify_callback_.Run(PP_ERROR_FAILED);
668 translate_notify_callback_.Run(pp_error);
    [all...]

Completed in 758 milliseconds