Home
last modified time | relevance | path

Searched refs:UpdateUrl (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_stream_url.cc43 UpdateUrl(pending_redirect_url_.c_str()); in URLRedirectResponse()
104 UpdateUrl(url.spec().c_str()); in WillSendRequest()
210 void PluginStreamUrl::UpdateUrl(const char* url) { in UpdateUrl() function in content::PluginStreamUrl
Dplugin_stream_url.h70 void UpdateUrl(const char* url);
/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_configurator.cc103 virtual GURL UpdateUrl() OVERRIDE;
179 GURL ChromeConfigurator::UpdateUrl() { in UpdateUrl() function in component_updater::ChromeConfigurator
Dcomponent_updater_service.h121 virtual GURL UpdateUrl() = 0;
Dcomponent_updater_service.cc631 UpdateChecker::Create(config_->UpdateUrl(), in CheckForUpdates()
/external/chromium_org/chrome/browser/component_updater/test/
Dcomponent_updater_service_unittest.h88 virtual GURL UpdateUrl() OVERRIDE;
Dcomponent_updater_service_unittest.cc94 GURL TestConfigurator::UpdateUrl() { in UpdateUrl() function in component_updater::TestConfigurator
100 return UpdateUrl(); in PingUrl()
/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_search_engines_sync_test.cc90 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, UpdateUrl) { in IN_PROC_BROWSER_TEST_F() argument
/external/chromium_org/chrome/browser/safe_browsing/
Dprotocol_manager.h212 GURL UpdateUrl() const;
Dprotocol_manager.cc632 GURL update_url = UpdateUrl(); in OnGetChunksComplete()
711 GURL SafeBrowsingProtocolManager::UpdateUrl() const { in UpdateUrl() function in SafeBrowsingProtocolManager
Dprotocol_manager_unittest.cc260 "pver=3.0" + key_param_, pm->UpdateUrl().spec()); in TEST_F()
265 pm->UpdateUrl().spec()); in TEST_F()