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

  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 26 const char kServiceUrl[] = "http://example.com/device_management";
93 DeviceManagementService service(kServiceUrl);
99 GURL(kServiceUrl), PROTO_STRING(kServiceResponseRegister));
112 GURL(kServiceUrl), PROTO_STRING(kServiceResponsePolicy));
128 GURL(kServiceUrl), PROTO_STRING(kServiceResponseUnregister));
device_management_service_unittest.cc 28 const char kServiceUrl[] = "https://example.com/management_service";
67 service_.reset(new DeviceManagementService(kServiceUrl));
113 GURL(kServiceUrl),
129 GURL(kServiceUrl),
149 GURL(kServiceUrl),
257 const GURL service_url(kServiceUrl);
316 GURL(kServiceUrl),
334 const GURL service_url(kServiceUrl);
358 GURL(kServiceUrl),
433 GURL(kServiceUrl),
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 27 const char kServiceUrl[] = "http://www.google.com/chrome/sync";
170 cache_invalidation_iq_packet->SetAttr(kQnServiceUrl, kServiceUrl);

Completed in 29 milliseconds