Searched refs:GetCommandLineString (Results 1 – 11 of 11) sorted by relevance
72 CefString CefCommandLineImpl::GetCommandLineString() { in GetCommandLineString() function in CefCommandLineImpl74 return const_value().GetCommandLineString(); in GetCommandLineString()
33 CefString GetCommandLineString() override;
129 virtual CefString GetCommandLineString() = 0;
45 CefString GetCommandLineString() override;
173 CefString CefCommandLineCToCpp::GetCommandLineString() { in GetCommandLineString() function in CefCommandLineCToCpp
259 "\nCommand: " + FilePathToUTF8(cmdline.GetCommandLineString()) +
134 return base::UTF16ToUTF8(cmdline.GetCommandLineString()); in GetSelfInvocationCommand()136 return cmdline.GetCommandLineString(); in GetSelfInvocationCommand()
42 return ExecProcess(cmdline.GetCommandLineString(), startup_dir, std_out, in ExecProcess()
112 StringType GetCommandLineString() const { in GetCommandLineString() function
165 CefString _retval = CefCommandLineCppToC::Get(self)->GetCommandLineString(); in command_line_get_command_line_string()
215 base::CommandLine::ForCurrentProcess()->GetCommandLineString()); in GetCommandLine()