Searched defs:AppendSwitch (Results 1 – 3 of 3) sorted by relevance
111 void CefCommandLineImpl::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineImpl
305 void CefCommandLineCToCpp::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineCToCpp
320 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine