HomeSort by relevance Sort by last modified time
    Searched defs:OnGoogleURLUpdated (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/
navigation_correction_tab_observer.cc 45 base::Bind(&NavigationCorrectionTabObserver::OnGoogleURLUpdated,
72 void NavigationCorrectionTabObserver::OnGoogleURLUpdated(GURL old_url,
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc 133 void OnGoogleURLUpdated(GURL old_url, GURL new_url);
155 &GoogleURLObserver::OnGoogleURLUpdated, base::Unretained(this)));
160 void GoogleURLObserver::OnGoogleURLUpdated(GURL old_url, GURL new_url) {
template_url_service.cc     [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 42 void OnGoogleURLUpdated(GURL old_url, GURL new_url);
54 void TestCallbackListener::OnGoogleURLUpdated(GURL old_url, GURL new_url) {
66 &TestCallbackListener::OnGoogleURLUpdated, base::Unretained(this)));
    [all...]

Completed in 128 milliseconds