Home
last modified time | relevance | path

Searched refs:command_line_ (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.cc45 : command_line_(command_line), in MainContextImpl()
53 DCHECK(command_line_.get()); in MainContextImpl()
56 if (command_line_->HasSwitch(switches::kUrl)) in MainContextImpl()
57 main_url_ = command_line_->GetSwitchValue(switches::kUrl); in MainContextImpl()
63 command_line_->HasSwitch(switches::kOffScreenRenderingEnabled); in MainContextImpl()
66 command_line_->HasSwitch(switches::kOffScreenFrameRate)) { in MainContextImpl()
68 atoi(command_line_->GetSwitchValue(switches::kOffScreenFrameRate) in MainContextImpl()
76 command_line_->HasSwitch(switches::kTransparentPaintingEnabled); in MainContextImpl()
82 command_line_->HasSwitch(switches::kSharedTextureEnabled); in MainContextImpl()
87 command_line_->HasSwitch(switches::kExternalBeginFrameEnabled); in MainContextImpl()
[all …]
Dmain_context_impl.h61 CefRefPtr<CefCommandLine> command_line_; variable
/third_party/cef/tests/ceftests/
Dtest_suite.cc91 command_line_ = CefCommandLine::CreateCommandLine(); in CefTestSuite()
93 command_line_->InitFromString(::GetCommandLineW()); in CefTestSuite()
95 command_line_->InitFromArgv(argc, argv); in CefTestSuite()
98 if (!command_line_->HasSwitch("type")) { in CefTestSuite()
101 command_line_->GetSwitchValue(client::switches::kCachePath); in CefTestSuite()
144 command_line_->HasSwitch(client::switches::kEnableChromeRuntime); in GetSettings()
155 command_line_->GetSwitchValue("js-flags"); in GetSettings()
Dtest_suite.h35 CefRefPtr<CefCommandLine> command_line() const { return command_line_; } in command_line()
48 CefRefPtr<CefCommandLine> command_line_; variable
/third_party/chromium/patch/
D0001-cve.patch143 DCHECK(command_line_);
144 command_line_->AppendSwitchASCII(
D0003-3.2-Beta3-1115.patch38100 base::CommandLine* command_line() const { return command_line_; }