Home
last modified time | relevance | path

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

/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
/external/chromium_org/ppapi/thunk/
Dppb_flash_thunk.cc95 PP_Var GetCommandLineArgs(PP_Module /* pp_module */) { in GetCommandLineArgs() function