Home
last modified time | relevance | path

Searched refs:CreateCommandLine (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc85 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST()
104 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST()
120 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST()
140 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST()
Dtest_suite.cc91 command_line_ = CefCommandLine::CreateCommandLine(); in CefTestSuite()
/third_party/cef/tests/shared/
Dprocess_helper_mac.cc37 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in RunMain()
/third_party/cef/tests/cefsimple/
Dcefsimple_win.cc56 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in wWinMain()
Dcefsimple_linux.cc57 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in main()
Dcefsimple_mac.mm134 CefCommandLine::CreateCommandLine();
/third_party/cef/include/
Dcef_command_line.h66 static CefRefPtr<CefCommandLine> CreateCommandLine();
/third_party/cef/tests/cefclient/
Dcefclient_win.cc53 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in RunMain()
Dcefclient_gtk.cc62 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in RunMain()
Dcefclient_mac.mm373 CefCommandLine::CreateCommandLine();
/third_party/cef/libcef/common/
Dcommand_line_impl.cc160 CefRefPtr<CefCommandLine> CefCommandLine::CreateCommandLine() { in CreateCommandLine() function in CefCommandLine
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc22 CefRefPtr<CefCommandLine> CefCommandLine::CreateCommandLine() { in CreateCommandLine() function in CefCommandLine
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc24 CefRefPtr<CefCommandLine> _retval = CefCommandLine::CreateCommandLine(); in cef_command_line_create()