Searched refs:command_line_ (Results 1 – 6 of 6) sorted by relevance
45 : 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 …]
61 CefRefPtr<CefCommandLine> command_line_; variable
91 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()
35 CefRefPtr<CefCommandLine> command_line() const { return command_line_; } in command_line()48 CefRefPtr<CefCommandLine> command_line_; variable
143 DCHECK(command_line_);144 command_line_->AppendSwitchASCII(
38100 base::CommandLine* command_line() const { return command_line_; }