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

  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 43 UpdateUrl(pending_redirect_url_.c_str());
104 UpdateUrl(url.spec().c_str());
210 void PluginStreamUrl::UpdateUrl(const char* url) {
plugin_stream_url.h 70 void UpdateUrl(const char* url);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.cc 103 virtual GURL UpdateUrl() OVERRIDE;
179 GURL ChromeConfigurator::UpdateUrl() {
component_updater_service.h 121 virtual GURL UpdateUrl() = 0;
component_updater_service.cc 631 UpdateChecker::Create(config_->UpdateUrl(),
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 88 virtual GURL UpdateUrl() OVERRIDE;
component_updater_service_unittest.cc 94 GURL TestConfigurator::UpdateUrl() {
100 return UpdateUrl();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 212 GURL UpdateUrl() const;
protocol_manager.cc 632 GURL update_url = UpdateUrl();
711 GURL SafeBrowsingProtocolManager::UpdateUrl() const {
protocol_manager_unittest.cc 260 "pver=3.0" + key_param_, pm->UpdateUrl().spec());
265 pm->UpdateUrl().spec());
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_search_engines_sync_test.cc 90 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, UpdateUrl) {

Completed in 670 milliseconds