Home
last modified time | relevance | path

Searched defs:AppendSwitch (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dcommand_line_impl.cc111 void CefCommandLineImpl::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineImpl
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc305 void CefCommandLineCToCpp::AppendSwitch(const CefString& name) { in AppendSwitch() function in CefCommandLineCToCpp
/third_party/gn/src/base/
Dcommand_line.cc320 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine