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

/external/chromium_org/ppapi/cpp/private/
H A Dflash_menu.cc35 int32_t* selected_id,
42 selected_id,
34 Show(const Point& location, int32_t* selected_id, const CompletionCallback& cc) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_menu_thunk.cc33 int32_t* selected_id,
38 return enter.SetResult(enter.object()->Show(location, selected_id,
31 Show(PP_Resource resource, const PP_Point* location, int32_t* selected_id, PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/proxy/
H A Dflash_menu_resource.cc37 int32_t* selected_id,
42 selected_id_dest_ = selected_id;
76 int32_t selected_id; local
78 msg, &selected_id))
79 OnShowReply(params, selected_id);
87 int32_t selected_id) {
91 *selected_id_dest_ = selected_id;
35 Show( const PP_Point* location, int32_t* selected_id, scoped_refptr<TrackedCallback> callback) argument
85 OnShowReply( const proxy::ResourceMessageReplyParams& params, int32_t selected_id) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3340 static int32_t Pnacl_M14_PPB_Flash_Menu_Show(PP_Resource menu_id, const struct PP_Point* location, int32_t* selected_id, struct PP_CompletionCallback* callback) { argument
3342 return iface->Show(menu_id, location, selected_id, *callback);
5426 .Show = (int32_t (*)(PP_Resource menu_id, const struct PP_Point* location, int32_t* selected_id, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_Flash_Menu_Show

Completed in 161 milliseconds