Searched refs:GetInstance (Results 201 - 225 of 2630) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc35 ui::TouchFactory::GetInstance()->IsTouchDevicePresent() &&
36 Shell::GetInstance()->delegate()) {
37 Shell::GetInstance()->metrics()->RecordUserMetricsAction(UMA_MOUSE_DOWN);
51 ash::TouchUMA::GetInstance()->RecordTouchEvent(target, *event);
56 ash::TouchUMA::GetInstance()->RecordGestureEvent(target, *event);
/external/chromium_org/chrome/browser/chromeos/
H A Ddevice_uma.cc31 DeviceUMA* DeviceUMA::GetInstance() { function in class:chromeos::DeviceUMA
37 ui::PlatformEventSource::GetInstance()->AddPlatformEventObserver(this);
47 ui::PlatformEventSource::GetInstance()->RemovePlatformEventObserver(this);
69 ui::DeviceDataManagerX11 *manager = ui::DeviceDataManagerX11::GetInstance();
89 ui::DeviceDataManagerX11::GetInstance();
/external/chromium_org/chrome/browser/policy/cloud/
H A Dpolicy_header_service_factory.cc54 BrowserContextDependencyManager::GetInstance()) {
56 DependsOn(UserCloudPolicyManagerFactoryChromeOS::GetInstance());
58 DependsOn(UserCloudPolicyManagerFactory::GetInstance());
70 GetInstance()->GetServiceForBrowserContext(context, true));
114 PolicyHeaderServiceFactory* PolicyHeaderServiceFactory::GetInstance() { function in class:policy::PolicyHeaderServiceFactory
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager.cc33 MultiUserWindowManager* MultiUserWindowManager::GetInstance() { function in class:chrome::MultiUserWindowManager
44 ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
46 new MultiUserWindowManagerChromeOS(ash::Shell::GetInstance()
52 } else if (ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
79 MultiUserWindowManager* instance = GetInstance();
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc43 AppListServiceLinux* AppListServiceLinux::GetInstance() { function in class:AppListServiceLinux
88 return AppListServiceAsh::GetInstance();
90 return AppListServiceLinux::GetInstance();
95 AppListServiceAsh::GetInstance()->Init(initial_profile);
96 AppListServiceLinux::GetInstance()->Init(initial_profile);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.cc31 // required (e.g. see the method |SpeechRecognitionManager::GetInstance()|) or
36 SpeechRecognitionManager::GetInstance()->AbortAllSessionsForRenderProcess(
80 !ChildProcessSecurityPolicyImpl::GetInstance()->CanRequestURL(
114 SpeechRecognitionManagerImpl::GetInstance() &&
115 SpeechRecognitionManagerImpl::GetInstance()->delegate() &&
116 SpeechRecognitionManagerImpl::GetInstance()->delegate()->
167 int session_id = SpeechRecognitionManager::GetInstance()->CreateSession(
170 SpeechRecognitionManager::GetInstance()->StartSession(session_id);
175 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
181 SpeechRecognitionManager::GetInstance()
[all...]
/external/chromium_org/content/common/cursors/
H A Dwebcursor_ozone.cc24 return ui::CursorFactoryOzone::GetInstance()->CreateImageCursor(bitmap,
36 ui::CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
62 ui::CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
69 ui::CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
72 ui::CursorFactoryOzone::GetInstance()->RefImageCursor(platform_cursor_);
/external/chromium_org/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc26 return AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetNativeView());
32 AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetRootView()));
44 return AXAuraObjCache::GetInstance()->GetID(widget_);
48 AXAuraObjCache::GetInstance()->Remove(widget);
52 AXAuraObjCache::GetInstance()->Remove(view);
H A Dax_window_obj_wrapper.cc29 return AXAuraObjCache::GetInstance()->GetOrCreate(window_->parent());
37 AXAuraObjCache::GetInstance()->GetOrCreate(children[i]));
43 out_children->push_back(AXAuraObjCache::GetInstance()->GetOrCreate(widget));
57 return AXAuraObjCache::GetInstance()->GetID(window_);
61 AXAuraObjCache::GetInstance()->Remove(window);
/external/chromium_org/ash/shell/
H A Dwindow_watcher_unittest.cc29 init_params.context_factory = aura::Env::GetInstance()->context_factory();
33 Shell::GetInstance()->CreateShelf();
34 Shell::GetInstance()->UpdateAfterLoginStatusChange(
/external/chromium_org/chrome/browser/domain_reliability/
H A Dservice_factory.cc40 GetInstance()->GetServiceForBrowserContext(context,
46 DomainReliabilityServiceFactory::GetInstance() { function in class:domain_reliability::DomainReliabilityServiceFactory
53 BrowserContextDependencyManager::GetInstance()) {}
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_factory_chromeos.cc29 GetInstance()->GetServiceForBrowserContext(browser_context, true));
34 NetworkingPrivateChromeOSFactory::GetInstance() { function in class:extensions::NetworkingPrivateChromeOSFactory
41 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_factory.cc50 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
55 GeolocationPermissionContextFactory::GetInstance() { function in class:GeolocationPermissionContextFactory
62 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_factory.cc20 GetInstance()->GetServiceForBrowserContext(profile, true));
24 GoogleURLTrackerFactory* GoogleURLTrackerFactory::GetInstance() { function in class:GoogleURLTrackerFactory
31 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_permission_context_factory.cc43 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
48 ProtectedMediaIdentifierPermissionContextFactory::GetInstance() { function in class:ProtectedMediaIdentifierPermissionContextFactory
57 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_factory.cc22 EasyUnlockServiceFactory* EasyUnlockServiceFactory::GetInstance() { function in class:EasyUnlockServiceFactory
29 EasyUnlockServiceFactory::GetInstance()->GetServiceForBrowserContext(
36 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate_factory.cc36 return static_cast<Service*>(GetInstance()->GetServiceForBrowserContext(
42 ChromeSSLHostStateDelegateFactory::GetInstance() { function in class:ChromeSSLHostStateDelegateFactory
49 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_accept_languages_factory.cc44 TranslateAcceptLanguagesFactory::GetInstance() { function in class:TranslateAcceptLanguagesFactory
54 GetInstance()->GetServiceForBrowserContext(context, true));
61 BrowserContextDependencyManager::GetInstance()) {}
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state_factory.cc15 GetInstance()->GetServiceForBrowserContext(profile, true));
33 FindBarStateFactory* FindBarStateFactory::GetInstance() { function in class:FindBarStateFactory
40 BrowserContextDependencyManager::GetInstance()) {
/external/chromium_org/content/browser/
H A Dbootstrap_sandbox_mac.cc25 static BootstrapSandboxPolicy* GetInstance();
47 BootstrapSandboxPolicy* BootstrapSandboxPolicy::GetInstance() { function in class:content::__anon7026::BootstrapSandboxPolicy
83 return BootstrapSandboxPolicy::GetInstance()->sandbox();
/external/chromium_org/content/browser/renderer_host/
H A Dgamepad_browser_message_filter.cc20 GamepadService::GetInstance()->RemoveConsumer(this);
48 GamepadService* service = GamepadService::GetInstance();
58 GamepadService::GetInstance()->ConsumerBecameInactive(this);
/external/chromium_org/net/quic/crypto/
H A Dquic_random_test.cc19 QuicRandom* rng = QuicRandom::GetInstance();
25 QuicRandom* rng = QuicRandom::GetInstance();
35 QuicRandom* rng = QuicRandom::GetInstance();
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model_factory.cc31 GetInstance()->GetServiceForBrowserContext(profile, true));
37 GetInstance()->GetServiceForBrowserContext(profile, false));
41 BookmarkModelFactory* BookmarkModelFactory::GetInstance() { function in class:BookmarkModelFactory
48 BrowserContextDependencyManager::GetInstance()) {
49 DependsOn(ChromeBookmarkClientFactory::GetInstance());
50 DependsOn(StartupTaskRunnerServiceFactory::GetInstance());
/external/chromium_org/chrome/browser/search/
H A Dhotword_service_factory.cc22 GetInstance()->GetServiceForBrowserContext(context, true));
26 HotwordServiceFactory* HotwordServiceFactory::GetInstance() { function in class:HotwordServiceFactory
52 return GetInstance()->microphone_available();
58 BrowserContextDependencyManager::GetInstance()),
74 MediaCaptureDevicesDispatcher::GetInstance()->AddObserver(this);
85 MediaCaptureDevicesDispatcher::GetInstance()->GetAudioCaptureDevices();
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.cc18 WebRTCInternals::GetInstance()->AddObserver(this);
22 WebRTCInternals::GetInstance()->RemoveObserver(this);
55 WebRTCInternals::GetInstance()->EnableAecDump(web_ui()->GetWebContents());
57 WebRTCInternals::GetInstance()->DisableAecDump();
62 WebRTCInternals::GetInstance()->UpdateObserver(this);
64 if (WebRTCInternals::GetInstance()->aec_dump_enabled()) {

Completed in 1010 milliseconds

1234567891011>>