Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/thunk/
Dppb_flash_thunk.cc95 PP_Var GetCommandLineArgs(PP_Module /* pp_module */) { in GetCommandLineArgs() function
172 &GetCommandLineArgs,
190 &GetCommandLineArgs,
209 &GetCommandLineArgs,
227 &GetCommandLineArgs,
/external/chromium_org/ppapi/c/private/
Dppb_flash.h187 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member
261 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member
292 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member
326 struct PP_Var (*GetCommandLineArgs)(PP_Module module); member
/external/chromium_org/ppapi/cpp/private/
Dflash.cc195 Var Flash::GetCommandLineArgs(Module* module) { in GetCommandLineArgs() function in pp::flash::Flash
198 return Var(PASS_REF, get_interface<PPB_Flash_13_0>()->GetCommandLineArgs( in GetCommandLineArgs()
201 if (flash_12_combined_interface.GetCommandLineArgs) { in GetCommandLineArgs()
204 flash_12_combined_interface.GetCommandLineArgs(module->pp_module())); in GetCommandLineArgs()
Dflash.h59 static Var GetCommandLineArgs(Module* module);
/external/chromium_org/ppapi/tests/
Dtest_flash.cc29 RUN_TEST(GetCommandLineArgs, filter); in RunTests()
73 Var result = Flash::GetCommandLineArgs(pp::Module::Get()); in TestGetCommandLineArgs()
/external/chromium_org/ppapi/api/private/
Dppb_flash.idl191 PP_Var GetCommandLineArgs(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2769 *_struct_result = iface->GetCommandLineArgs(module); in Pnacl_M21_PPB_Flash_GetCommandLineArgs()
2848 *_struct_result = iface->GetCommandLineArgs(module); in Pnacl_M22_PPB_Flash_GetCommandLineArgs()
2932 *_struct_result = iface->GetCommandLineArgs(module); in Pnacl_M24_0_PPB_Flash_GetCommandLineArgs()
3011 *_struct_result = iface->GetCommandLineArgs(module); in Pnacl_M24_1_PPB_Flash_GetCommandLineArgs()
5081 ….GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Flash_GetCommandLineArgs,
5099 ….GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M22_PPB_Flash_GetCommandLineArgs,
5118 ….GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_0_PPB_Flash_GetCommandLineAr…
5136 ….GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_1_PPB_Flash_GetCommandLineAr…