Searched defs:expected_crx_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.h76 const char expected_crx_url[] = member in namespace:component_updater
/external/chromium_org/components/component_updater/test/
H A Dcrx_downloader_unittest.cc180 const GURL expected_crx_url = local
184 get_interceptor_->SetResponse(expected_crx_url, test_file);
186 crx_downloader_->StartDownloadFromUrl(expected_crx_url, callback_);
214 const GURL expected_crx_url = local
218 get_interceptor_->SetResponse(expected_crx_url, test_file);
221 urls.push_back(expected_crx_url);
222 urls.push_back(expected_crx_url);
245 const GURL expected_crx_url = local
249 get_interceptor_->SetResponse(expected_crx_url, test_file);
267 const GURL expected_crx_url local
293 const GURL expected_crx_url = local
325 const GURL expected_crx_url = local
356 const GURL expected_crx_url = local
[all...]

Completed in 105 milliseconds