Home
last modified time | relevance | path

Searched refs:GetCommandLineStringInternal (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcommand_line.h115 return GetCommandLineStringInternal(false); in GetCommandLineString()
127 return GetCommandLineStringInternal(true); in GetCommandLineStringWithPlaceholders()
226 StringType GetCommandLineStringInternal(bool quote_placeholders) const;
Dcommand_line.cc442 CommandLine::StringType CommandLine::GetCommandLineStringInternal( in GetCommandLineStringInternal() function in base::CommandLine