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

  /external/chromium_org/chrome/browser/search/
instant_service_factory.h 13 class InstantService;
20 // Returns the InstantService for |profile|.
21 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.cc 68 InstantService::InstantService(Profile* profile)
122 base::Bind(&InstantService::OnDefaultSearchProviderChanged,
131 InstantService::~InstantService() {
134 void InstantService::AddInstantProcess(int process_id) {
146 bool InstantService::IsInstantProcess(int process_id) const {
150 void InstantService::AddObserver(InstantServiceObserver* observer) {
154 void InstantService::RemoveObserver(InstantServiceObserver* observer) {
158 void InstantService::DeleteMostVisitedItem(const GURL& url)
    [all...]
instant_service.h 47 class InstantService : public BrowserContextKeyedService,
50 explicit InstantService(Profile* profile);
51 virtual ~InstantService();
58 // Adds/Removes InstantService observers.
100 // Notifies InstantService about the creation of a BrowserInstantController
104 // Notifies InstantService about the destruction of a BrowserInstantController
191 base::WeakPtrFactory<InstantService> weak_ptr_factory_;
193 DISALLOW_COPY_AND_ASSIGN(InstantService);
instant_unittest_base.h 45 InstantService* instant_service_;
search.cc 168 const InstantService* instant_service =
623 const InstantService* instant_service =
search_unittest.cc 215 InstantService* instant_service =
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 37 InstantService* instant_service =
53 InstantService* instant_service =
62 InstantService* instant_service =
81 InstantService* instant_service =
226 InstantService* instant_service =
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 98 InstantService* instant_service =
100 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
120 InstantService* instant_service =
122 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
instant_ntp_prerenderer.h 20 class InstantService;
31 // InstantNTPPrerenderer is owned by InstantService.
37 InstantNTPPrerenderer(Profile* profile, InstantService* instant_service,
62 // Instant URL from InstantService.)
instant_test_utils.cc 77 InstantService* instant_service =
79 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
119 InstantService* instant_service =
121 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
162 InstantService* instant_service =
instant_controller.h 26 class InstantService;
177 // Returns the InstantService for the browser profile.
178 InstantService* GetInstantService() const;
search_tab_helper.h 29 class InstantService;
213 InstantService* instant_service_;
instant_ntp_prerenderer.cc 49 InstantService* instant_service,
70 InstantService* instant_service =
116 InstantService* instant_service =
instant_search_prerenderer.cc 43 InstantService* instant_service =
instant_controller.cc 282 InstantService* instant_service = GetInstantService();
310 InstantService* InstantController::GetInstantService() const {
instant_ntp_prerenderer_unittest.cc 63 InstantService* instant_service)
148 InstantService* instant_service_;
search_tab_helper.cc 106 InstantService* instant_service =
instant_extended_interactive_uitest.cc 373 InstantService* instant_service =
375 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
tab_contents_resource_provider.cc 241 const InstantService* instant_service =
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 115 const 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 82 milliseconds