Searched refs:GetInstance (Results 26 - 50 of 2630) sorted by path

1234567891011>>

/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc127 content::ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(id,
/external/chromium_org/apps/
H A Dapp_lifetime_monitor_factory.cc18 GetInstance()->GetServiceForBrowserContext(profile, false));
21 AppLifetimeMonitorFactory* AppLifetimeMonitorFactory::GetInstance() { function in class:apps::AppLifetimeMonitorFactory
28 BrowserContextDependencyManager::GetInstance()) {
29 DependsOn(extensions::AppWindowRegistry::Factory::GetInstance());
H A Dapp_lifetime_monitor_factory.h24 static AppLifetimeMonitorFactory* GetInstance();
H A Dapp_load_service_factory.cc21 GetInstance()->GetServiceForBrowserContext(profile, true));
24 AppLoadServiceFactory* AppLoadServiceFactory::GetInstance() { function in class:apps::AppLoadServiceFactory
31 BrowserContextDependencyManager::GetInstance()) {
32 DependsOn(extensions::AppWindowRegistry::Factory::GetInstance());
33 DependsOn(extensions::ExtensionPrefsFactory::GetInstance());
34 DependsOn(extensions::ExtensionRegistryFactory::GetInstance());
H A Dapp_load_service_factory.h21 static AppLoadServiceFactory* GetInstance();
H A Dapp_restore_service_factory.cc17 GetInstance()->GetServiceForBrowserContext(profile, true));
20 AppRestoreServiceFactory* AppRestoreServiceFactory::GetInstance() { function in class:apps::AppRestoreServiceFactory
27 BrowserContextDependencyManager::GetInstance()) {
28 DependsOn(AppLifetimeMonitorFactory::GetInstance());
H A Dapp_restore_service_factory.h24 static AppRestoreServiceFactory* GetInstance();
H A Dbrowser_context_keyed_service_factories.cc14 apps::AppLoadServiceFactory::GetInstance();
15 apps::AppRestoreServiceFactory::GetInstance();
16 extensions::AppWindowGeometryCache::Factory::GetInstance();
H A Dsaved_devices_service_factory.cc17 GetInstance()->GetServiceForBrowserContext(profile, true));
21 SavedDevicesServiceFactory* SavedDevicesServiceFactory::GetInstance() { function in class:apps::SavedDevicesServiceFactory
28 BrowserContextDependencyManager::GetInstance()) {
H A Dsaved_devices_service_factory.h22 static SavedDevicesServiceFactory* GetInstance();
H A Dsaved_files_service_factory.cc16 GetInstance()->GetServiceForBrowserContext(profile, true));
20 SavedFilesServiceFactory* SavedFilesServiceFactory::GetInstance() { function in class:apps::SavedFilesServiceFactory
27 BrowserContextDependencyManager::GetInstance()) {}
H A Dsaved_files_service_factory.h22 static SavedFilesServiceFactory* GetInstance();
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc24 Shell::GetInstance()->mru_window_tracker()->BuildMruWindowList());
H A Daccelerator_controller.cc102 if (!Shell::GetInstance()->accessibility_delegate()->
130 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
139 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
146 Shell::GetInstance()->window_selector_controller()->ToggleOverview();
151 Shell* shell = Shell::GetInstance();
171 if (ash::Shell::GetInstance()->magnification_controller()->IsEnabled()) {
174 ash::Shell::GetInstance()->magnification_controller()->GetScale();
181 ash::Shell::GetInstance()->magnification_controller()->
183 } else if (ash::Shell::GetInstance()->
186 ash::Shell::GetInstance()
[all...]
H A Daccelerator_controller_unittest.cc246 test::DisplayManagerTestApi(Shell::GetInstance()->display_manager()).
277 return Shell::GetInstance()->accelerator_controller();
711 ash::Shell::GetInstance()->system_tray_delegate()->SetVolumeControlDelegate(
728 ash::Shell::GetInstance()->system_tray_delegate()->SetVolumeControlDelegate(
878 ash::Shell::GetInstance()->accessibility_delegate();
879 EXPECT_FALSE(ash::Shell::GetInstance()->GetAppListTargetVisibility());
889 EXPECT_TRUE(ash::Shell::GetInstance()->GetAppListTargetVisibility());
898 EXPECT_TRUE(ash::Shell::GetInstance()->GetAppListTargetVisibility());
904 EXPECT_FALSE(ash::Shell::GetInstance()->GetAppListTargetVisibility());
913 EXPECT_FALSE(ash::Shell::GetInstance()
[all...]
H A Daccelerator_delegate.cc32 Shell::GetInstance()->accelerator_controller()->Process(accelerator);
37 return Shell::GetInstance()->accelerator_controller()->Process(accelerator);
63 Shell* shell = Shell::GetInstance();
H A Ddebug_commands.cc40 Shell::GetInstance()->desktop_background_controller();
43 ash::Shell::GetInstance()->user_wallpaper_delegate()->
H A Dexit_warning_handler.cc111 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate();
117 Shell::GetInstance()->
124 Shell::GetInstance()->
H A Dfocus_manager_factory.cc25 Shell::GetInstance()->accelerator_controller();
35 Shell::GetInstance()->accelerator_controller();
H A Dmagnifier_key_scroller.cc27 ash::Shell::GetInstance()->magnification_controller()->IsEnabled();
56 Shell::GetInstance()->magnification_controller();
77 Shell::GetInstance()->magnification_controller();
H A Dmagnifier_key_scroller_unittest.cc50 Shell* shell = Shell::GetInstance();
H A Dnested_accelerator_delegate.cc62 ash::Shell::GetInstance()->accelerator_controller();
H A Dspoken_feedback_toggler.cc45 Shell::GetInstance()->accessibility_delegate()->
H A Dspoken_feedback_toggler_unittest.cc19 Shell* shell = Shell::GetInstance();
/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc24 Shell::GetInstance()->system_tray_notifier()->AddAccessibilityObserver(this);
30 Shell::GetInstance()->system_tray_notifier();
54 Shell::GetInstance()->accessibility_delegate();
69 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
74 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
79 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
85 Shell::GetInstance()->accessibility_delegate();

Completed in 6296 milliseconds

1234567891011>>