Searched refs:GetServerCommandLine (Results 1 – 4 of 4) sorted by relevance
30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
18 virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
34 if (!server_config_->GetServerCommandLine(&command_line)) { in Start()
39 bool WVTestLicenseServerConfig::GetServerCommandLine( in GetServerCommandLine() function in WVTestLicenseServerConfig