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

  /external/chromium_org/chrome/browser/search/
instant_service_observer.cc 17 void InstantServiceObserver::GoogleURLUpdated() {
instant_service_observer.h 29 virtual void GoogleURLUpdated();
instant_service_unittest.cc 34 MOCK_METHOD0(GoogleURLUpdated, void());
96 EXPECT_CALL(*instant_service_observer_.get(), GoogleURLUpdated()).Times(1);
168 EXPECT_CALL(*instant_service_observer_.get(), GoogleURLUpdated()).Times(1);
instant_service.cc 456 FOR_EACH_OBSERVER(InstantServiceObserver, observers_, GoogleURLUpdated());
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.h 77 virtual void GoogleURLUpdated() OVERRIDE;
browser_instant_controller.cc 221 void BrowserInstantController::GoogleURLUpdated() {
  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer.h 132 virtual void GoogleURLUpdated() OVERRIDE;
instant_ntp_prerenderer.cc 267 void InstantNTPPrerenderer::GoogleURLUpdated() {

Completed in 1078 milliseconds