HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 1 - 25 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/
brightness_observer.cc 14 BrightnessBubble::GetInstance()->ShowBubble(level);
16 BrightnessBubble::GetInstance()->UpdateWithoutShowingBubble(level);
18 VolumeBubble::GetInstance()->HideBubble();
brightness_bubble.h 19 static BrightnessBubble* GetInstance();
volume_bubble.h 19 static VolumeBubble* GetInstance();
system_key_event_listener.cc 25 SystemKeyEventListener* SystemKeyEventListener::GetInstance() {
31 audio_handler_(AudioHandler::GetInstance()) {
32 WmMessageListener::GetInstance()->AddObserver(this);
60 WmMessageListener::GetInstance()->RemoveObserver(this);
151 VolumeBubble::GetInstance()->ShowBubble(0);
152 BrightnessBubble::GetInstance()->HideBubble();
157 VolumeBubble::GetInstance()->ShowBubble(0);
160 VolumeBubble::GetInstance()->ShowBubble(
163 BrightnessBubble::GetInstance()->HideBubble();
171 VolumeBubble::GetInstance()->ShowBubble
    [all...]
brightness_bubble.cc 24 BrightnessBubble* BrightnessBubble::GetInstance() {
volume_bubble.cc 24 VolumeBubble* VolumeBubble::GetInstance() {
  /external/chromium/chrome/browser/
background_mode_manager_factory.cc 16 GetInstance()->GetServiceForProfile(profile));
20 BackgroundModeManagerFactory* BackgroundModeManagerFactory::GetInstance() {
25 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
background_contents_service_factory.cc 16 GetInstance()->GetServiceForProfile(profile));
21 GetInstance() {
26 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
crash_handler_host_linux_stub.cc 36 GpuCrashHandlerHostLinux* GpuCrashHandlerHostLinux::GetInstance() {
47 PluginCrashHandlerHostLinux* PluginCrashHandlerHostLinux::GetInstance() {
58 RendererCrashHandlerHostLinux* RendererCrashHandlerHostLinux::GetInstance() {
69 PpapiCrashHandlerHostLinux* PpapiCrashHandlerHostLinux::GetInstance() {
background_contents_service_factory.h 22 static BackgroundContentsServiceFactory* GetInstance();
background_mode_manager_factory.h 22 static BackgroundModeManagerFactory* GetInstance();
crash_handler_host_linux.h 101 static GpuCrashHandlerHostLinux* GetInstance();
118 static PluginCrashHandlerHostLinux* GetInstance();
135 static RendererCrashHandlerHostLinux* GetInstance();
152 static PpapiCrashHandlerHostLinux* GetInstance();
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc 15 GetInstance()->GetServiceForProfile(profile));
18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {
23 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
  /external/chromium/crypto/
mac_security_services_lock.cc 16 static SecurityServicesSingleton* GetInstance() {
39 return SecurityServicesSingleton::GetInstance()->lock();
capi_util.cc 15 static CAPIUtilSingleton* GetInstance() {
45 base::AutoLock lock(CAPIUtilSingleton::GetInstance()->acquire_context_lock());
  /external/chromium/net/base/
cert_database.cc 29 static CertDatabaseNotifier* GetInstance() {
42 CertDatabaseNotifier::GetInstance()->observer_list_->AddObserver(observer);
46 CertDatabaseNotifier::GetInstance()->observer_list_->RemoveObserver(observer);
50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
  /external/chromium/chrome/browser/debugger/
devtools_handler.cc 35 DevToolsManager::GetInstance()->ForwardToDevToolsAgent(
40 DevToolsManager::GetInstance()->ForwardToDevToolsClient(
45 DevToolsManager::GetInstance()->ActivateWindow(render_view_host());
49 DevToolsManager::GetInstance()->CloseWindow(render_view_host());
53 DevToolsManager::GetInstance()->RequestDockWindow(render_view_host());
57 DevToolsManager::GetInstance()->RequestUndockWindow(render_view_host());
62 DevToolsManager::GetInstance()->RuntimePropertyChanged(
  /external/chromium/chrome/browser/extensions/
extension_tts_api_linux.cc 40 static ExtensionTtsPlatformImplLinux* GetInstance() {
54 ExtensionTtsPlatformImpl* ExtensionTtsPlatformImpl::GetInstance() {
55 return ExtensionTtsPlatformImplLinux::GetInstance();
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc 18 GetInstance()->GetServiceForProfile(profile));
23 GetInstance() {
28 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
desktop_notification_service_factory.h 24 static DesktopNotificationServiceFactory* GetInstance();
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_state.cc 17 BrowserAccessibilityState* BrowserAccessibilityState::GetInstance() {
browser_accessibility_state.h 30 static BrowserAccessibilityState* GetInstance();
  /external/chromium/chrome/browser/net/
url_request_mock_util.cc 33 net::URLRequestFilter::GetInstance()->ClearHandlers();
45 net::URLRequestFilter::GetInstance()->ClearHandlers();
  /external/chromium/base/memory/
singleton_unittest.cc 19 static IntSingleton* GetInstance() {
30 static Init5Singleton* GetInstance() {
46 return &IntSingleton::GetInstance()->value_;
50 return &Init5Singleton::GetInstance()->value_;
74 static CallbackSingletonWithNoLeakTrait* GetInstance() {
87 static CallbackSingletonWithLeakTrait* GetInstance() {
98 static CallbackSingletonWithStaticTrait* GetInstance() {
115 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
119 CallbackSingletonWithLeakTrait::GetInstance()->callback_ = CallOnQuit;
123 return &CallbackSingletonWithLeakTrait::GetInstance()->callback_
    [all...]
  /external/chromium/chrome/browser/themes/
theme_service_factory.cc 21 GetInstance()->GetServiceForProfile(profile));
34 ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
40 ProfileDependencyManager::GetInstance())

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>