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

  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 42 UpdateUrl(pending_redirect_url_.c_str());
89 UpdateUrl(url.spec().c_str());
193 void PluginStreamUrl::UpdateUrl(const char* url) {
plugin_stream_url.h 68 void UpdateUrl(const char* url);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.cc 104 virtual GURL UpdateUrl() OVERRIDE;
179 GURL ChromeConfigurator::UpdateUrl() {
component_updater_service.h 171 virtual GURL UpdateUrl() = 0;
component_updater_service.cc 780 config_->UpdateUrl(),
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 181 "pver=2.2", pm.UpdateUrl(false).spec());
185 pm.UpdateUrl(true).spec());
189 "pver=2.2&additional_query", pm.UpdateUrl(false).spec());
193 "9g==", pm.UpdateUrl(true).spec());
protocol_manager.h 236 GURL UpdateUrl(bool use_mac) const;
protocol_manager.cc 614 GURL update_url = UpdateUrl(use_mac);
739 GURL SafeBrowsingProtocolManager::UpdateUrl(bool use_mac) const {
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 77 virtual GURL UpdateUrl() OVERRIDE;
component_updater_service_unittest.cc 86 GURL TestConfigurator::UpdateUrl() {
92 return UpdateUrl();
    [all...]
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.h 115 void UpdateUrl(const wchar_t* url);
protocol_sink_wrap.cc 530 void ProtData::UpdateUrl(const wchar_t* url) {
698 prot_data->UpdateUrl(url);
779 prot_data->UpdateUrl(url);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 196 GURL UpdateUrl() const;
protocol_manager.cc 626 GURL update_url = UpdateUrl();
718 GURL SafeBrowsingProtocolManager::UpdateUrl() const {
protocol_manager_unittest.cc 228 "pver=2.2" + key_param_, pm->UpdateUrl().spec());
233 pm->UpdateUrl().spec());
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_search_engines_sync_test.cc 86 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, UpdateUrl) {

Completed in 517 milliseconds