Searched refs:kServiceUrl (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/policy/ |
D | device_management_service_browsertest.cc | 26 const char kServiceUrl[] = "http://example.com/device_management"; variable 93 DeviceManagementService service(kServiceUrl); in IN_PROC_BROWSER_TEST_F() 99 GURL(kServiceUrl), PROTO_STRING(kServiceResponseRegister)); in IN_PROC_BROWSER_TEST_F() 112 GURL(kServiceUrl), PROTO_STRING(kServiceResponsePolicy)); in IN_PROC_BROWSER_TEST_F() 128 GURL(kServiceUrl), PROTO_STRING(kServiceResponseUnregister)); in IN_PROC_BROWSER_TEST_F()
|
D | device_management_service_unittest.cc | 28 const char kServiceUrl[] = "https://example.com/management_service"; variable 67 service_.reset(new DeviceManagementService(kServiceUrl)); in ResetService() 113 GURL(kServiceUrl), in TEST_P() 129 GURL(kServiceUrl), in TEST_P() 149 GURL(kServiceUrl), in TEST_P() 257 const GURL service_url(kServiceUrl); in CheckURLAndQueryParams() 316 GURL(kServiceUrl), in TEST_F() 334 const GURL service_url(kServiceUrl); in TEST_F() 358 GURL(kServiceUrl), in TEST_F() 433 GURL(kServiceUrl), in TEST_F() [all …]
|
/external/chromium/chrome/browser/sync/notifier/ |
D | cache_invalidation_packet_handler.cc | 27 const char kServiceUrl[] = "http://www.google.com/chrome/sync"; variable 170 cache_invalidation_iq_packet->SetAttr(kQnServiceUrl, kServiceUrl); in MakeCacheInvalidationIqPacket()
|