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

/external/chromium_org/ppapi/c/
H A Dpp_errors.h36 PP_OK = 0, enumerator in enum:__anon9878
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource_unittest.cc38 PP_OK, local
175 PP_OK, local
H A Dvideo_decoder_resource_unittest.cc130 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_InitializeReply());
141 &sink(), PpapiHostMsg_VideoDecoder_GetShm::ID, PP_OK, shm_msg_reply); local
214 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_DecodeReply(shm_id));
222 PP_OK,
227 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_FlushReply());
231 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_ResetReply());
236 PP_OK,
245 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_NotifyError(error));
366 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_InitializeReply());
368 ASSERT_EQ(PP_OK, c
[all...]

Completed in 241 milliseconds