Searched refs:GetInstance (Results 176 - 200 of 2630) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/
H A Dchrome_device_client.cc17 return device::UsbService::GetInstance(
23 return device::HidService::GetInstance(
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc20 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStop();
25 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStart(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_iterator.cc10 : current_browser_list_(BrowserList::GetInstance(HOST_DESKTOP_TYPE_FIRST)),
29 current_browser_list_ = BrowserList::GetInstance(next_desktop_type_);
/external/chromium_org/content/browser/
H A Dbrowser_main.cc16 base::debug::TraceLog::GetInstance()->SetProcessName("Browser");
17 base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
H A Dtime_zone_monitor_chromeos.cc16 chromeos::system::TimezoneSettings::GetInstance()->AddObserver(this);
20 chromeos::system::TimezoneSettings::GetInstance()->RemoveObserver(this);
H A Dtime_zone_monitor_win.cc18 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
22 gfx::SingletonHwnd::GetInstance()->RemoveObserver(this);
/external/chromium_org/content/browser/geolocation/
H A Dlocation_provider_android.cc28 return AndroidLocationApiAdapter::GetInstance()->Start(this, high_accuracy);
32 AndroidLocationApiAdapter::GetInstance()->Stop();
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_broker_main.cc25 base::debug::TraceLog::GetInstance()->SetProcessName("PPAPI Broker Process");
26 base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_service_factories.cc33 ExtensionPrefsFactory::GetInstance();
34 RendererStartupHelperFactory::GetInstance();
/external/chromium_org/extensions/shell/browser/
H A Dshell_device_client.cc19 return device::UsbService::GetInstance(
25 return device::HidService::GetInstance(
/external/chromium_org/net/cert/
H A Dx509_util_android.cc16 CertDatabase::GetInstance()->OnAndroidKeyChainChanged();
24 if (base::android::BuildInfo::GetInstance()->sdk_int() >= 17) {
/external/chromium_org/sandbox/win/src/
H A Dsandbox.cc27 return BrokerServicesBase::GetInstance();
40 return TargetServicesBase::GetInstance();
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.cc56 Shell::GetInstance()->metrics()->
58 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
62 Shell::GetInstance()->metrics()->
64 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
68 Shell::GetInstance()->metrics()->
70 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager_factory.cc22 GetInstance()->GetServiceForBrowserContext(context, true));
25 VolumeManagerFactory* VolumeManagerFactory::GetInstance() { function in class:file_manager::VolumeManagerFactory
50 chromeos::disks::DiskMountManager::GetInstance(),
59 BrowserContextDependencyManager::GetInstance()) {
60 DependsOn(drive::DriveIntegrationServiceFactory::GetInstance());
61 DependsOn(chromeos::file_system_provider::ServiceFactory::GetInstance());
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_factory.cc38 BrowserContextDependencyManager::GetInstance()) {
39 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
40 DependsOn(SigninManagerFactory::GetInstance());
41 DependsOn(UserCloudPolicyManagerFactory::GetInstance());
50 GetInstance()->GetServiceForBrowserContext(profile, true));
54 UserPolicySigninServiceFactory* UserPolicySigninServiceFactory::GetInstance() { function in class:policy::UserPolicySigninServiceFactory
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.cc19 GetInstance()->GetServiceForBrowserContext(profile, true));
31 GetInstance()->GetServiceForBrowserContext(profile, false));
42 GetInstance()->Disassociate(profile);
55 SessionServiceFactory* factory = GetInstance();
65 SessionServiceFactory* SessionServiceFactory::GetInstance() { function in class:SessionServiceFactory
72 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/signin/
H A Dabout_signin_internals_factory.cc25 BrowserContextDependencyManager::GetInstance()) {
26 DependsOn(SigninManagerFactory::GetInstance());
27 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
28 DependsOn(ChromeSigninClientFactory::GetInstance());
37 GetInstance()->GetServiceForBrowserContext(profile, true));
41 AboutSigninInternalsFactory* AboutSigninInternalsFactory::GetInstance() { function in class:AboutSigninInternalsFactory
H A Dsignin_manager_factory.cc21 BrowserContextDependencyManager::GetInstance()) {
22 DependsOn(ChromeSigninClientFactory::GetInstance());
23 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
34 GetInstance()->GetServiceForBrowserContext(profile, false));
41 GetInstance()->GetServiceForBrowserContext(profile, true));
48 GetInstance()->GetServiceForBrowserContext(profile, true));
54 GetInstance()->GetServiceForBrowserContext(profile, false));
59 SigninManagerFactory* SigninManagerFactory::GetInstance() { function in class:SigninManagerFactory
123 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile);
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc39 Shell::GetInstance()->overlay_filter()->Activate(this);
43 Shell::GetInstance()->overlay_filter()->Deactivate(this);
54 Shell::GetInstance()->ShowAppList(NULL);
58 Shell::GetInstance()->DismissAppList();
73 app_list::AppListView* view = Shell::GetInstance()->GetAppListView();
90 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
95 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
101 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
106 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
112 SystemTray* tray = Shell::GetInstance()
[all...]
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc58 Shell::GetInstance()->ShowAppList(NULL);
59 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
64 EXPECT_FALSE(Shell::GetInstance()->GetAppListTargetVisibility());
70 Shell::GetInstance()->ShowAppList(NULL);
71 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
79 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
84 Shell* shell = Shell::GetInstance();
107 Shell* shell = Shell::GetInstance();
142 Shell::GetInstance()->ShowAppList(secondary_window);
143 EXPECT_TRUE(Shell::GetInstance()
[all...]
H A Dpower_button_controller.cc36 Shell::GetInstance()->display_configurator()->AddObserver(this);
38 Shell::GetInstance()->PrependPreTargetHandler(this);
43 Shell::GetInstance()->display_configurator()->RemoveObserver(this);
45 Shell::GetInstance()->RemovePreTargetHandler(this);
66 Shell::GetInstance()->maximize_mode_controller()->
68 Shell::GetInstance()->accelerator_controller()->PerformAction(
74 Shell::GetInstance()->session_state_delegate();
96 if (Shell::GetInstance()->maximize_mode_controller()->
118 Shell::GetInstance()->session_state_delegate();
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.cc65 GetInstance()->GetServiceForBrowserContext(profile, true));
70 ProfileInvalidationProviderFactory::GetInstance() { function in class:invalidation::ProfileInvalidationProviderFactory
77 BrowserContextDependencyManager::GetInstance()),
80 DependsOn(SigninManagerFactory::GetInstance());
81 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
82 DependsOn(gcm::GCMProfileServiceFactory::GetInstance());
83 DependsOn(LoginUIServiceFactory::GetInstance());
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_download_manager.cc17 TranslateDownloadManager* TranslateDownloadManager::GetInstance() { function in class:translate::TranslateDownloadManager
35 TranslateLanguageList* language_list = GetInstance()->language_list();
60 TranslateLanguageList* language_list = GetInstance()->language_list();
71 TranslateLanguageList* language_list = GetInstance()->language_list();
83 TranslateLanguageList* language_list = GetInstance()->language_list();
95 TranslateLanguageList* language_list = GetInstance()->language_list();
106 TranslateLanguageList* language_list = GetInstance()->language_list();
/external/chromium_org/content/browser/devtools/
H A Ddevtools_power_handler.cc32 PowerProfilerService::GetInstance()->RemoveObserver(this);
60 if (PowerProfilerService::GetInstance()->IsAvailable()) {
61 PowerProfilerService::GetInstance()->AddObserver(this);
71 if (PowerProfilerService::GetInstance()->IsAvailable()) {
72 PowerProfilerService::GetInstance()->RemoveObserver(this);
85 PowerProfilerService::GetInstance()->IsAvailable());
93 if (PowerProfilerService::GetInstance()->IsAvailable()) {
97 PowerProfilerService::GetInstance()->GetAccuracyLevel());
105 PowerProfilerService::GetInstance()->RemoveObserver(this);
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.cc44 Shell::GetInstance()->AddShellObserver(this);
48 Shell::GetInstance()->RemoveShellObserver(this);
58 Shell::GetInstance()->window_selector_controller();
113 SetVisible(Shell::GetInstance()->maximize_mode_controller()->
115 Shell::GetInstance()->window_selector_controller()->CanSelect());

Completed in 8019 milliseconds

1234567891011>>