HomeSort by relevance Sort by last modified time
    Searched defs:GetCommandLineArgs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/cpp/private/
flash.cc 195 Var Flash::GetCommandLineArgs(Module* module) {
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()));
  /frameworks/compile/slang/tests/
test.py 50 def GetCommandLineArgs(filename):
87 extra_args_str += GetCommandLineArgs(rs_file)
  /external/chromium_org/ppapi/thunk/
ppb_flash_thunk.cc 95 PP_Var GetCommandLineArgs(PP_Module /* pp_module */) {
172 &GetCommandLineArgs,
190 &GetCommandLineArgs,
209 &GetCommandLineArgs,
227 &GetCommandLineArgs,
  /external/chromium_org/ppapi/c/private/
ppb_flash.h 187 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
261 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
292 struct PP_Var (*GetCommandLineArgs)(PP_Module module);
326 struct PP_Var (*GetCommandLineArgs)(PP_Module module);

Completed in 703 milliseconds