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

  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 135 // 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) {
pepper_flash_menu_host.h 48 void SendMenuReply(int32_t result, int action);

Completed in 372 milliseconds