Home
last modified time | relevance | path

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

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