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

/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h187 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member in struct:PPB_Flash_13_0
261 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member in struct:PPB_Flash_12_4
292 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member in struct:PPB_Flash_12_5
326 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member in struct:PPB_Flash_12_6
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc195 Var Flash::GetCommandLineArgs(Module* module) { function in class:pp::flash::Flash
198 return Var(PASS_REF, get_interface<PPB_Flash_13_0>()->GetCommandLineArgs(
201 if (flash_12_combined_interface.GetCommandLineArgs) {
204 flash_12_combined_interface.GetCommandLineArgs(module->pp_module()));
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc95 PP_Var GetCommandLineArgs(PP_Module /* pp_module */) { function in namespace:ppapi::thunk::__anon10323
172 &GetCommandLineArgs,
190 &GetCommandLineArgs,
209 &GetCommandLineArgs,
227 &GetCommandLineArgs,

Completed in 52 milliseconds