Searched defs:command_line_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc275 std::string command_line_string; local
278 std::wstring wstr = CommandLine::ForCurrentProcess()->command_line_string();
279 command_line_string = WideToASCII(wstr);
281 command_line_string = CommandLine::ForCurrentProcess()->command_line_string();
284 render_view_host->SetWebUIProperty("commandLineString", command_line_string);
/external/chromium/base/
H A Dcommand_line.cc229 CommandLine::StringType CommandLine::command_line_string() const { function in class:CommandLine

Completed in 263 milliseconds