Home
last modified time | relevance | path

Searched refs:GetServerCommandLine (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media/
Dtest_license_server_config.h30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
Dwv_test_license_server_config.h18 virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
Dtest_license_server.cc34 if (!server_config_->GetServerCommandLine(&command_line)) { in Start()
Dwv_test_license_server_config.cc39 bool WVTestLicenseServerConfig::GetServerCommandLine( in GetServerCommandLine() function in WVTestLicenseServerConfig