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

  /external/chromium_org/chrome/browser/search/
instant_service_unittest.cc 59 instant_service_->AddObserver(instant_service_observer_.get());
63 instant_service_->GetNTPContents());
67 instant_service_->RemoveObserver(instant_service_observer_.get());
73 return instant_service_->instant_search_prerenderer();
84 WebContentsDestroyed(instant_service_->GetNTPContents()))
87 GURL ntp_url = instant_service_->GetNTPContents()->GetURL();
90 GURL new_ntp_url = instant_service_->GetNTPContents()->GetURL();
98 WebContentsDestroyed(instant_service_->GetNTPContents()))
101 GURL ntp_url = instant_service_->GetNTPContents()->GetURL();
104 GURL new_ntp_url = instant_service_->GetNTPContents()->GetURL()
    [all...]
instant_unittest_base.h 45 InstantService* instant_service_; member in class:InstantUnitTestBase
instant_unittest_base.cc 60 instant_service_ = InstantServiceFactory::GetForProfile(profile());
104 return instant_service_->observers_.HasObserver(observer);
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 137 instant_service_(NULL) {
141 instant_service_ =
144 if (instant_service_)
145 instant_service_->AddObserver(this);
149 if (instant_service_)
150 instant_service_->RemoveObserver(this);
476 if (instant_service_)
477 instant_service_->DeleteMostVisitedItem(url);
482 if (instant_service_)
483 instant_service_->UndoMostVisitedDeletion(url)
    [all...]
instant_ntp_prerenderer_unittest.cc 128 instant_service_ = InstantServiceFactory::GetForProfile(&profile_);
130 new TestableInstantNTPPrerenderer(&profile_, instant_service_));
148 InstantService* instant_service_; member in class:InstantNTPPrerendererTest
search_tab_helper.h 213 InstantService* instant_service_; member in class:SearchTabHelper
instant_search_prerenderer_unittest.cc 189 return instant_service_->instant_search_prerenderer();
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller_unittest.cc 110 instant_service_->IsInstantProcess(
127 instant_service_->IsInstantProcess(
148 instant_service_->IsInstantProcess(
165 instant_service_->IsInstantProcess(

Completed in 99 milliseconds