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

  /external/chromium_org/chrome/browser/search/
instant_service_factory.h 13 class InstantService;
19 // Returns the InstantService for |profile|.
20 static InstantService* GetForProfile(Profile* profile);
instant_service_factory.cc 16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) {
20 return static_cast<InstantService*>(
31 "InstantService",
50 new InstantService(static_cast<Profile*>(profile)) : NULL;
instant_service.h 36 class InstantService : public KeyedService,
40 explicit InstantService(Profile* profile);
41 virtual ~InstantService();
48 // Adds/Removes InstantService observers.
140 // InstantService due to the dependency declared in InstantServiceFactory.
171 base::WeakPtrFactory<InstantService> weak_ptr_factory_;
173 DISALLOW_COPY_AND_ASSIGN(InstantService);
instant_service.cc 56 InstantService::InstantService(Profile* profile)
133 InstantService::~InstantService() {
138 void InstantService::AddInstantProcess(int process_id) {
149 bool InstantService::IsInstantProcess(int process_id) const {
153 void InstantService::AddObserver(InstantServiceObserver* observer) {
157 void InstantService::RemoveObserver(InstantServiceObserver* observer) {
161 void InstantService::DeleteMostVisitedItem(const GURL& url) {
169 void InstantService::UndoMostVisitedDeletion(const GURL& url)
    [all...]
instant_unittest_base.h 47 InstantService* instant_service_;
search.cc 410 const InstantService* instant_service =
search_unittest.cc 98 InstantService* instant_service =
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 35 InstantService* instant_service =
50 InstantService* instant_service =
58 InstantService* instant_service =
144 InstantService* instant_service =
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.h 23 class InstantService;
138 // Returns the InstantService for the browser profile.
139 InstantService* GetInstantService() const;
instant_controller.cc 191 InstantService* instant_service = GetInstantService();
199 InstantService* InstantController::GetInstantService() const {
search_tab_helper.h 30 class InstantService;
229 InstantService* instant_service_;
instant_search_prerenderer.cc 43 InstantService* instant_service =
search_tab_helper.cc 108 InstantService* instant_service =
374 InstantService* instant_service =
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc 150 InstantService* instant_service =
152 // Android and iOS have no InstantService.
  /external/chromium_org/chrome/browser/android/
tab_android.cc 318 InstantService* instant_service =
443 InstantService* instant_service =
468 InstantService* instant_service =
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]

Completed in 95 milliseconds