Searched defs:LocalPolicyTestServer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.h25 class LocalPolicyTestServer : public net::LocalTestServer { class in namespace:policy
29 LocalPolicyTestServer();
33 explicit LocalPolicyTestServer(const base::FilePath& config_file);
37 explicit LocalPolicyTestServer(const std::string& test_name);
39 virtual ~LocalPolicyTestServer();
98 DISALLOW_COPY_AND_ASSIGN(LocalPolicyTestServer);
H A Dlocal_policy_test_server.cc59 LocalPolicyTestServer::LocalPolicyTestServer() function in class:policy::LocalPolicyTestServer
67 LocalPolicyTestServer::LocalPolicyTestServer(const base::FilePath& config_file) function in class:policy::LocalPolicyTestServer
73 LocalPolicyTestServer::LocalPolicyTestServer(const std::string& test_name) function in class:policy::LocalPolicyTestServer
88 LocalPolicyTestServer::~LocalPolicyTestServer() {}
90 bool LocalPolicyTestServer::SetSigningKeyAndSignature(
118 void LocalPolicyTestServer
[all...]

Completed in 610 milliseconds