Home | History | Annotate | Download | only in plugin

Lines Matching refs:pp_error

43 //     If the translation was successful, the pp_error argument is PP_OK.
109 void BitcodeStreamDidOpen(int32_t pp_error);
112 void ResourceInfoWasRead(int32_t pp_error);
115 void ResourcesDidLoad(int32_t pp_error);
118 void NexeFdDidOpen(int32_t pp_error);
120 void BitcodeStreamGotData(int32_t pp_error, FileStreamData data);
122 void BitcodeGotCompiled(int32_t pp_error, int64_t bytes_compiled);
124 void BitcodeStreamDidFinish(int32_t pp_error);
128 void RunTranslate(int32_t pp_error);
131 void TranslateFinished(int32_t pp_error);
134 void NexeReadDidOpen(int32_t pp_error);
147 int32_t pp_error, const nacl::string& message);
150 // Keeps track of the pp_error upon entry to TranslateFinished,