/external/chromium_org/components/policy/core/common/cloud/ |
D | policy_header_io_helper.cc | 16 const std::string& server_url, in PolicyHeaderIOHelper() argument 19 : server_url_(server_url), in PolicyHeaderIOHelper() 53 void PolicyHeaderIOHelper::SetServerURLForTest(const std::string& server_url) { in SetServerURLForTest() argument 57 base::Unretained(this), server_url)); in SetServerURLForTest() 62 const std::string& server_url) { in SetServerURLOnIOThread() argument 64 server_url_ = server_url; in SetServerURLOnIOThread()
|
D | policy_header_io_helper.h | 30 const std::string& server_url, 49 void SetServerURLForTest(const std::string& server_url);
|
D | policy_header_service.cc | 22 const std::string& server_url, in PolicyHeaderService() argument 26 : server_url_(server_url), in PolicyHeaderService()
|
D | device_management_service.cc | 153 GURL GetURL(const std::string& server_url); 286 const std::string& server_url) { in GetURL() argument 287 std::string result(server_url); in GetURL() 469 std::string server_url = GetServerUrl(); in StartJob() local 471 kURLFetcherID, job->GetURL(server_url), net::URLFetcher::POST, this); in StartJob()
|
D | mock_device_management_service.cc | 129 MockDeviceManagementServiceConfiguration(const std::string& server_url) in MockDeviceManagementServiceConfiguration() argument 130 : server_url_(server_url) {} in MockDeviceManagementServiceConfiguration()
|
/external/chromium_org/chrome/browser/chromeos/timezone/ |
D | timezone_request.cc | 149 void PrintTimeZoneError(const GURL& server_url, in PrintTimeZoneError() argument 155 server_url.GetOrigin().spec().c_str(), in PrintTimeZoneError() 164 bool ParseServerResponse(const GURL& server_url, in ParseServerResponse() argument 170 PrintTimeZoneError(server_url, "Server returned empty response", timezone); in ParseServerResponse() 182 PrintTimeZoneError(server_url, "JSONReader failed: " + error_msg, timezone); in ParseServerResponse() 189 PrintTimeZoneError(server_url, in ParseServerResponse() 200 PrintTimeZoneError(server_url, "Missing status attribute.", timezone); in ParseServerResponse() 217 server_url, "Bad status attribute value: '" + status + "'", timezone); in ParseServerResponse() 227 PrintTimeZoneError(server_url, "Missing dstOffset attribute.", timezone); in ParseServerResponse() 235 PrintTimeZoneError(server_url, "Missing rawOffset attribute.", timezone); in ParseServerResponse() [all …]
|
/external/chromium_org/chrome/browser/chromeos/geolocation/ |
D | simple_geolocation_request.cc | 139 void PrintGeolocationError(const GURL& server_url, in PrintGeolocationError() argument 145 server_url.GetOrigin().spec().c_str(), in PrintGeolocationError() 154 bool ParseServerResponse(const GURL& server_url, in ParseServerResponse() argument 161 server_url, "Server returned empty response", position); in ParseServerResponse() 174 server_url, "JSONReader failed: " + error_msg, position); in ParseServerResponse() 182 server_url, in ParseServerResponse() 215 PrintGeolocationError(server_url, "Missing 'lat' attribute.", position); in ParseServerResponse() 221 PrintGeolocationError(server_url, "Missing 'lon' attribute.", position); in ParseServerResponse() 228 server_url, "Missing 'accuracy' attribute.", position); in ParseServerResponse() 248 const GURL& server_url, in GetGeolocationFromResponse() argument [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | abstractlocalservercommand.py | 48 server_url = "http://localhost:%d%s" % (options.httpd_port, self.launch_path) 49 print "Starting server at %s" % server_url 50 print "Use the 'Exit' link in the UI, %squitquitquit or Ctrl-C to stop" % server_url 54 threading.Timer(0.1, lambda: self._tool.user.open_url(server_url)).start()
|
/external/chromium_org/components/rappor/ |
D | rappor_service.cc | 52 std::string server_url = variations::GetVariationParamValue( in GetServerUrl() local 55 if (!server_url.empty()) in GetServerUrl() 56 return GURL(server_url); in GetServerUrl() 93 const GURL server_url = GetServerUrl(metrics_enabled); in Start() local 94 if (!server_url.is_valid()) { in Start() 95 DVLOG(1) << server_url.spec() << " is invalid. " in Start() 99 DVLOG(1) << "RapporService started. Reporting to " << server_url.spec(); in Start() 103 uploader_.reset(new LogUploader(server_url, kMimeType, request_context)); in Start()
|
D | log_uploader.cc | 42 LogUploader::LogUploader(const GURL& server_url, in LogUploader() argument 45 : server_url_(server_url), in LogUploader()
|
/external/chromium_org/sync/engine/net/ |
D | server_connection_manager.cc | 329 void ServerConnectionManager::GetServerParameters(string* server_url, in GetServerParameters() argument 332 if (server_url != NULL) in GetServerParameters() 333 *server_url = sync_server_; in GetServerParameters() 341 string server_url; in GetServerHost() local 344 GetServerParameters(&server_url, &port, &use_ssl); in GetServerHost() 346 if (server_url.empty()) in GetServerHost() 349 server_url = "http://" + server_url; in GetServerHost() 350 GURL gurl(server_url); in GetServerHost()
|
/external/chromium_org/chromecast/shell/browser/geolocation/ |
D | cast_access_token_store.cc | 44 const GURL& server_url, const base::string16& access_token) { in SaveAccessToken() argument 45 if (access_token_set_[server_url] != access_token) { in SaveAccessToken() 46 access_token_set_[server_url] = access_token; in SaveAccessToken()
|
/external/chromium_org/content/browser/geolocation/ |
D | fake_access_token_store.cc | 48 const GURL& server_url, const base::string16& access_token) { in DefaultSaveAccessToken() argument 49 DCHECK(server_url.is_valid()); in DefaultSaveAccessToken() 50 access_token_set_[server_url] = access_token; in DefaultSaveAccessToken()
|
D | network_location_request.cc | 84 const GURL& server_url, 275 void FormatPositionError(const GURL& server_url, in FormatPositionError() argument 280 position->error_message += server_url.GetOrigin().spec(); in FormatPositionError() 292 const GURL& server_url, in GetLocationFromResponse() argument 301 FormatPositionError(server_url, "No response received", position); in GetLocationFromResponse() 308 FormatPositionError(server_url, message, position); in GetLocationFromResponse() 316 FormatPositionError(server_url, "Response was malformed", position); in GetLocationFromResponse() 323 FormatPositionError(server_url, in GetLocationFromResponse()
|
D | fake_access_token_store.h | 26 void(const GURL& server_url, 31 void DefaultSaveAccessToken(const GURL& server_url,
|
/external/chromium_org/chrome/browser/geolocation/ |
D | chrome_access_token_store.cc | 115 static void SetAccessTokenOnUIThread(const GURL& server_url, in SetAccessTokenOnUIThread() argument 122 server_url.spec(), new base::StringValue(token)); in SetAccessTokenOnUIThread() 126 const GURL& server_url, in SaveAccessToken() argument 130 base::Bind(&SetAccessTokenOnUIThread, server_url, access_token)); in SaveAccessToken()
|
/external/chromium_org/tools/auto_bisect/ |
D | request_build.py | 241 server_url = _GetBuildBotUrl(builder_host, builder_port) 243 'server_url': server_url, 251 'server_url': server_url, 283 server_url = _GetBuildBotUrl(builder_host, builder_port) 285 'server_url': server_url,
|
/external/chromium_org/chrome/service/cloud_print/ |
D | connector_settings_unittest.cc | 88 settings.server_url().spec()); in TEST_F() 101 EXPECT_EQ("https://www.google.com/cloudprint", settings.server_url().spec()); in TEST_F() 121 EXPECT_EQ(settings1.server_url(), settings2.server_url()); in TEST_F()
|
D | cloud_print_connector.cc | 149 settings_.server_url(), settings_.proxy_id()); in UpdatePrinterSettings() 363 GURL url = GetUrlForUserMessage(settings_.server_url(), message_id); in ReportUserMessage() 437 settings_.server_url(), in InitJobHandlerForPrinter() 537 settings_.server_url(), settings_.proxy_id()); in OnPrintersAvailable() 574 settings_.server_url(), printer_id, "printer_deleted"); in OnPrinterDelete() 645 GURL post_url = GetUrlForPrinterRegistration(settings_.server_url()); in OnReceivePrinterCaps()
|
/external/chromium_org/components/metrics/ |
D | metrics_log_uploader.cc | 10 const std::string& server_url, in MetricsLogUploader() argument 13 : server_url_(server_url), in MetricsLogUploader()
|
/external/chromium_org/components/metrics/net/ |
D | net_metrics_log_uploader.cc | 16 const std::string& server_url, in NetMetricsLogUploader() argument 19 : MetricsLogUploader(server_url, mime_type, on_upload_complete), in NetMetricsLogUploader()
|
/external/chromium_org/chrome/browser/metrics/variations/ |
D | variations_service.cc | 379 GURL server_url = GURL(server_url_string); in GetVariationsServerURL() local 384 server_url = net::AppendOrReplaceQueryParameter(server_url, in GetVariationsServerURL() 389 server_url = net::AppendOrReplaceQueryParameter(server_url, "osname", in GetVariationsServerURL() 392 DCHECK(server_url.is_valid()); in GetVariationsServerURL() 393 return server_url; in GetVariationsServerURL()
|
/external/chromium_org/chrome/browser/policy/ |
D | device_management_service_configuration.cc | 21 const std::string& server_url) in DeviceManagementServiceConfiguration() argument 22 : server_url_(server_url) { in DeviceManagementServiceConfiguration()
|
/external/chromium_org/chrome/test/chromedriver/client/ |
D | command_executor.py | 148 def __init__(self, server_url): argument 149 self._server_url = server_url 150 port = int(server_url.split(':')[2].split('/')[0])
|
/external/chromium_org/chromecast/metrics/ |
D | cast_metrics_service_client.cc | 89 const std::string& server_url, in CreateUploader() argument 92 std::string uma_server_url(server_url); in CreateUploader()
|