HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 201 - 225 of 2608) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc 38 BrowserContextDependencyManager::GetInstance()) {
39 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
40 DependsOn(SigninManagerFactory::GetInstance());
41 DependsOn(UserCloudPolicyManagerFactory::GetInstance());
50 GetInstance()->GetServiceForBrowserContext(profile, true));
54 UserPolicySigninServiceFactory* UserPolicySigninServiceFactory::GetInstance() {
policy_header_service_factory.cc 54 BrowserContextDependencyManager::GetInstance()) {
56 DependsOn(UserCloudPolicyManagerFactoryChromeOS::GetInstance());
58 DependsOn(UserCloudPolicyManagerFactory::GetInstance());
70 GetInstance()->GetServiceForBrowserContext(context, true));
114 PolicyHeaderServiceFactory* PolicyHeaderServiceFactory::GetInstance() {
  /external/chromium_org/chrome/browser/sessions/
session_service_factory.cc 19 GetInstance()->GetServiceForBrowserContext(profile, true));
31 GetInstance()->GetServiceForBrowserContext(profile, false));
42 GetInstance()->Disassociate(profile);
55 SessionServiceFactory* factory = GetInstance();
65 SessionServiceFactory* SessionServiceFactory::GetInstance() {
72 BrowserContextDependencyManager::GetInstance()) {
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.cc 25 BrowserContextDependencyManager::GetInstance()) {
26 DependsOn(SigninManagerFactory::GetInstance());
27 DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance());
28 DependsOn(ChromeSigninClientFactory::GetInstance());
37 GetInstance()->GetServiceForBrowserContext(profile, true));
41 AboutSigninInternalsFactory* AboutSigninInternalsFactory::GetInstance() {
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 39 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()->GetPrimarySystemTray()
    [all...]
  /external/chromium_org/ash/wm/
app_list_controller_unittest.cc 58 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()->GetAppListTargetVisibility())
    [all...]
power_button_controller.cc 36 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();
system_gesture_event_filter.cc 35 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/invalidation/
profile_invalidation_provider_factory.cc 65 GetInstance()->GetServiceForBrowserContext(profile, true));
70 ProfileInvalidationProviderFactory::GetInstance() {
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/
translate_download_manager.cc 17 TranslateDownloadManager* TranslateDownloadManager::GetInstance() {
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/
devtools_power_handler.cc 32 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/
overview_button_tray.cc 44 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());
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.cc 25 GetInstance()->GetServiceForBrowserContext(profile, true));
29 AutocompleteClassifierFactory* AutocompleteClassifierFactory::GetInstance() {
48 BrowserContextDependencyManager::GetInstance()) {
53 DependsOn(TemplateURLServiceFactory::GetInstance());
55 // DependsOn(PrefServiceFactory::GetInstance());
56 DependsOn(ShortcutsBackendFactory::GetInstance());
  /external/chromium_org/chrome/browser/chromeos/
device_uma.cc 31 DeviceUMA* DeviceUMA::GetInstance() {
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/ui/ash/multi_user/
multi_user_window_manager.cc 33 MultiUserWindowManager* MultiUserWindowManager::GetInstance() {
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/
app_list_service_linux.cc 43 AppListServiceLinux* AppListServiceLinux::GetInstance() {
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/
speech_recognition_dispatcher_host.cc 31 // 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()->AbortSession(session_id)
    [all...]
  /external/chromium_org/content/common/cursors/
webcursor_ozone.cc 24 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/
ax_widget_obj_wrapper.cc 26 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);
ax_window_obj_wrapper.cc 29 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/
window_watcher_unittest.cc 29 init_params.context_factory = aura::Env::GetInstance()->context_factory();
33 Shell::GetInstance()->CreateShelf();
34 Shell::GetInstance()->UpdateAfterLoginStatusChange(
  /external/chromium_org/chrome/browser/domain_reliability/
service_factory.cc 40 GetInstance()->GetServiceForBrowserContext(context,
46 DomainReliabilityServiceFactory::GetInstance() {
53 BrowserContextDependencyManager::GetInstance()) {}
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager_factory.cc 19 GetInstance()->GetServiceForBrowserContext(profile, true));
23 IdleManagerFactory* IdleManagerFactory::GetInstance() {
30 BrowserContextDependencyManager::GetInstance()) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_factory_chromeos.cc 29 GetInstance()->GetServiceForBrowserContext(browser_context, true));
34 NetworkingPrivateChromeOSFactory::GetInstance() {
41 BrowserContextDependencyManager::GetInstance()) {
  /external/chromium_org/chrome/browser/google/
google_url_tracker_factory.cc 20 GetInstance()->GetServiceForBrowserContext(profile, true));
24 GoogleURLTrackerFactory* GoogleURLTrackerFactory::GetInstance() {
31 BrowserContextDependencyManager::GetInstance()) {

Completed in 1155 milliseconds

1 2 3 4 5 6 7 891011>>