Searched refs:SetPythonPath (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dhttps_forwarder.cc25 bool HTTPSForwarder::SetPythonPath() const { function in class:chromeos::HTTPSForwarder
26 if (!net::LocalTestServer::SetPythonPath())
H A Dhttps_forwarder.h23 virtual bool SetPythonPath() const OVERRIDE;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.cc41 bool LocalSafeBrowsingTestServer::SetPythonPath() const { function in class:LocalSafeBrowsingTestServer
42 if (!net::LocalTestServer::SetPythonPath())
H A Dlocal_safebrowsing_test_server.h22 virtual bool SetPythonPath() const OVERRIDE;
/external/chromium_org/sync/test/
H A Dlocal_sync_test_server.h31 virtual bool SetPythonPath() const OVERRIDE;
H A Dlocal_sync_test_server.cc71 bool LocalSyncTestServer::SetPythonPath() const { function in class:syncer::LocalSyncTestServer
72 if (!LocalTestServer::SetPythonPath())
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.h83 virtual bool SetPythonPath() const OVERRIDE;
H A Dlocal_policy_test_server.cc169 bool LocalPolicyTestServer::SetPythonPath() const { function in class:policy::LocalPolicyTestServer
170 if (!net::LocalTestServer::SetPythonPath())
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.h70 virtual bool SetPythonPath() const WARN_UNUSED_RESULT;
H A Dlocal_test_server.cc103 if (!SetPythonPath())
165 bool LocalTestServer::SetPythonPath() const { function in class:net::LocalTestServer
/external/chromium_org/sync/tools/testserver/
H A Drun_sync_testserver.cc28 if (!test_server->SetPythonPath()) {

Completed in 161 milliseconds