Searched refs:UpdateUrl (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/component_updater/test/
H A Dtest_configurator.cc71 std::vector<GURL> TestConfigurator::UpdateUrl() const { function in class:component_updater::TestConfigurator
76 return UpdateUrl();
H A Dtest_configurator.h48 virtual std::vector<GURL> UpdateUrl() const OVERRIDE;
H A Dupdate_checker_unittest.cc201 EXPECT_EQ(config_->UpdateUrl().front(), original_url_);
234 EXPECT_EQ(config_->UpdateUrl().front(), original_url_);
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc43 UpdateUrl(pending_redirect_url_.c_str());
104 UpdateUrl(url.spec().c_str());
210 void PluginStreamUrl::UpdateUrl(const char* url) { function in class:content::PluginStreamUrl
H A Dplugin_stream_url.h70 void UpdateUrl(const char* url);
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_configurator.h59 virtual std::vector<GURL> UpdateUrl() const = 0;
H A Dupdate_checker.cc126 config_.UpdateUrl(),
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc123 virtual std::vector<GURL> UpdateUrl() const OVERRIDE;
214 std::vector<GURL> ChromeConfigurator::UpdateUrl() const { function in class:component_updater::__anon3495::ChromeConfigurator
228 return pings_enabled_ ? UpdateUrl() : std::vector<GURL>();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.h212 GURL UpdateUrl() const;
H A Dprotocol_manager.cc637 GURL update_url = UpdateUrl();
716 GURL SafeBrowsingProtocolManager::UpdateUrl() const { function in class:SafeBrowsingProtocolManager
H A Dprotocol_manager_unittest.cc277 "pver=3.0" + key_param_, pm->UpdateUrl().spec());
282 pm->UpdateUrl().spec());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_search_engines_sync_test.cc90 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, UpdateUrl) {

Completed in 3678 milliseconds