Searched refs:InstantServiceFactory (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dinstant_service_factory.cc16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) {
25 InstantServiceFactory* InstantServiceFactory::GetInstance() {
26 return Singleton<InstantServiceFactory>::get();
29 InstantServiceFactory::InstantServiceFactory() function in class:InstantServiceFactory
39 InstantServiceFactory::~InstantServiceFactory() {
42 content::BrowserContext* InstantServiceFactory::GetBrowserContextToUse(
47 KeyedService* InstantServiceFactory
[all...]
H A Dinstant_service_factory.h17 class InstantServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
22 static InstantServiceFactory* GetInstance();
25 friend struct DefaultSingletonTraits<InstantServiceFactory>;
27 InstantServiceFactory();
28 virtual ~InstantServiceFactory();
36 DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory);
H A Dinstant_unittest_base.cc103 instant_service_ = InstantServiceFactory::GetForProfile(profile());
H A Dsearch.cc411 InstantServiceFactory::GetForProfile(profile);
H A Dsearch_unittest.cc99 InstantServiceFactory::GetForProfile(profile());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc36 InstantServiceFactory::GetForProfile(profile);
51 InstantServiceFactory::GetForProfile(profile());
59 InstantServiceFactory::GetForProfile(profile());
145 InstantServiceFactory::GetForProfile(profile());
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc109 InstantServiceFactory::GetForProfile(profile);
169 InstantServiceFactory::GetForProfile(
375 InstantServiceFactory::GetForProfile(profile());
H A Dinstant_controller.cc200 return InstantServiceFactory::GetForProfile(profile());
H A Dinstant_search_prerenderer.cc44 InstantServiceFactory::GetForProfile(profile);
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc200 InstantServiceFactory::GetInstance();
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc151 InstantServiceFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc319 InstantServiceFactory::GetForProfile(GetProfile());
444 InstantServiceFactory::GetForProfile(GetProfile());
469 InstantServiceFactory::GetForProfile(GetProfile());
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1020 InstantServiceFactory::GetForProfile(profile);
1093 InstantServiceFactory::GetForProfile(profile);
1296 InstantServiceFactory::GetForProfile(profile);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1417 InstantServiceFactory::GetForProfile(profile())->OnOmniboxStartMarginChanged(
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1173 InstantServiceFactory::GetForProfile(browser()->profile());

Completed in 204 milliseconds