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

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_menu_host.cc135 // Note that all early returns must do a SendMenuReply. The sync result for
137 // additionally call SendMenuReply explicitly.
139 SendMenuReply(PP_ERROR_FAILED, -1);
143 SendMenuReply(PP_ERROR_INPROGRESS, -1);
184 SendMenuReply(PP_OK, menu_id_map_[saved_context_menu_action_]);
188 SendMenuReply(PP_ERROR_USERCANCEL, -1);
195 void PepperFlashMenuHost::SendMenuReply(int32_t result, int action) { function in class:PepperFlashMenuHost

Completed in 1885 milliseconds