Searched refs:GetCmdLine (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp58 void GetCmdLine(int& aArgc, char**& aArgv) function
93 GetCmdLine(argc, argv);
/external/chromium_org/ppapi/shared_impl/
H A Dtest_globals.cc43 std::string TestGlobals::GetCmdLine() { return std::string(); } function in class:ppapi::TestGlobals
H A Dppapi_globals.h124 virtual std::string GetCmdLine() = 0;
H A Dtest_globals.h71 virtual std::string GetCmdLine() OVERRIDE;
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.h43 virtual std::string GetCmdLine() OVERRIDE;
H A Dhost_globals.cc137 std::string HostGlobals::GetCmdLine() { function in class:content::HostGlobals
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dmojo_ppapi_globals.h67 virtual std::string GetCmdLine() OVERRIDE;
H A Dmojo_ppapi_globals.cc174 std::string MojoPpapiGlobals::GetCmdLine() { function in class:mojo::examples::MojoPpapiGlobals
/external/chromium_org/ppapi/proxy/
H A Dplugin_globals.cc137 std::string PluginGlobals::GetCmdLine() { function in class:ppapi::proxy::PluginGlobals
H A Dplugin_globals.h65 virtual std::string GetCmdLine() OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc98 return StringVar::StringToPPVar(PpapiGlobals::Get()->GetCmdLine());

Completed in 168 milliseconds