Searched refs:GetCommandLineArgs (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc95 PP_Var GetCommandLineArgs(PP_Module /* pp_module */) { function in namespace:ppapi::thunk::__anon10274
172 &GetCommandLineArgs,
190 &GetCommandLineArgs,
209 &GetCommandLineArgs,
227 &GetCommandLineArgs,
/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()));
H A Dflash.h59 static Var GetCommandLineArgs(Module* module);
/external/chromium_org/ppapi/tests/
H A Dtest_flash.cc29 RUN_TEST(GetCommandLineArgs, filter);
73 Var result = Flash::GetCommandLineArgs(pp::Module::Get());
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl191 PP_Var GetCommandLineArgs(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2906 *_struct_result = iface->GetCommandLineArgs(module);
2985 *_struct_result = iface->GetCommandLineArgs(module);
3069 *_struct_result = iface->GetCommandLineArgs(module);
3148 *_struct_result = iface->GetCommandLineArgs(module);
5312 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Flash_GetCommandLineArgs,
5330 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M22_PPB_Flash_GetCommandLineArgs,
5349 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_0_PPB_Flash_GetCommandLineArgs,
5367 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_1_PPB_Flash_GetCommandLineArgs,

Completed in 4711 milliseconds