HomeSort by relevance Sort by last modified time
    Searched refs:SetPythonPath (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.h 23 virtual bool SetPythonPath() const OVERRIDE;
https_forwarder.cc 25 bool HTTPSForwarder::SetPythonPath() const {
26 if (!net::LocalTestServer::SetPythonPath())
  /external/chromium_org/chrome/browser/safe_browsing/
local_safebrowsing_test_server.h 22 virtual bool SetPythonPath() const OVERRIDE;
local_safebrowsing_test_server.cc 41 bool LocalSafeBrowsingTestServer::SetPythonPath() const {
42 if (!net::LocalTestServer::SetPythonPath())
  /external/chromium_org/sync/test/
local_sync_test_server.h 31 virtual bool SetPythonPath() const OVERRIDE;
local_sync_test_server.cc 71 bool LocalSyncTestServer::SetPythonPath() const {
72 if (!LocalTestServer::SetPythonPath())
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.h 70 virtual bool SetPythonPath() const WARN_UNUSED_RESULT;
local_test_server.cc 103 if (!SetPythonPath())
165 bool LocalTestServer::SetPythonPath() const {
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h 83 virtual bool SetPythonPath() const OVERRIDE;
local_policy_test_server.cc 169 bool LocalPolicyTestServer::SetPythonPath() const {
170 if (!net::LocalTestServer::SetPythonPath())
  /external/chromium_org/sync/tools/testserver/
run_sync_testserver.cc 28 if (!test_server->SetPythonPath()) {

Completed in 239 milliseconds