Searched refs:GetInstance (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/
H A Dbrightness_observer.cc14 BrightnessBubble::GetInstance()->ShowBubble(level);
16 BrightnessBubble::GetInstance()->UpdateWithoutShowingBubble(level);
18 VolumeBubble::GetInstance()->HideBubble();
H A Dsystem_key_event_listener.cc25 SystemKeyEventListener* SystemKeyEventListener::GetInstance() { function in class:chromeos::SystemKeyEventListener
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()
[all...]
H A Dbrightness_bubble.cc24 BrightnessBubble* BrightnessBubble::GetInstance() { function in class:chromeos::BrightnessBubble
H A Dbrightness_bubble.h19 static BrightnessBubble* GetInstance();
H A Dvolume_bubble.cc24 VolumeBubble* VolumeBubble::GetInstance() { function in class:chromeos::VolumeBubble
H A Dvolume_bubble.h19 static VolumeBubble* GetInstance();
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_factory.cc16 GetInstance()->GetServiceForProfile(profile));
20 BackgroundModeManagerFactory* BackgroundModeManagerFactory::GetInstance() { function in class:BackgroundModeManagerFactory
25 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
H A Dbackground_contents_service_factory.cc16 GetInstance()->GetServiceForProfile(profile));
21 GetInstance() { function in class:BackgroundContentsServiceFactory
26 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
H A Dcrash_handler_host_linux_stub.cc36 GpuCrashHandlerHostLinux* GpuCrashHandlerHostLinux::GetInstance() { function in class:GpuCrashHandlerHostLinux
47 PluginCrashHandlerHostLinux* PluginCrashHandlerHostLinux::GetInstance() { function in class:PluginCrashHandlerHostLinux
58 RendererCrashHandlerHostLinux* RendererCrashHandlerHostLinux::GetInstance() { function in class:RendererCrashHandlerHostLinux
69 PpapiCrashHandlerHostLinux* PpapiCrashHandlerHostLinux::GetInstance() { function in class:PpapiCrashHandlerHostLinux
H A Dbackground_mode_manager_factory.h22 static BackgroundModeManagerFactory* GetInstance();
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service_factory.cc15 GetInstance()->GetServiceForProfile(profile));
18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() { function in class:PinnedTabServiceFactory
23 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service_factory.cc18 GetInstance()->GetServiceForProfile(profile));
23 GetInstance() { function in class:DesktopNotificationServiceFactory
28 : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
/external/chromium/crypto/
H A Dmac_security_services_lock.cc16 static SecurityServicesSingleton* GetInstance() { function in class:__anon2731::SecurityServicesSingleton
39 return SecurityServicesSingleton::GetInstance()->lock();
H A Dcapi_util.cc15 static CAPIUtilSingleton* GetInstance() { function in class:__anon2723::CAPIUtilSingleton
45 base::AutoLock lock(CAPIUtilSingleton::GetInstance()->acquire_context_lock());
/external/chromium/net/base/
H A Dcert_database.cc29 static CertDatabaseNotifier* GetInstance() { function in class:net::CertDatabaseNotifier
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/
H A Ddevtools_handler.cc35 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/
H A Dextension_tts_api_linux.cc40 static ExtensionTtsPlatformImplLinux* GetInstance() { function in class:ExtensionTtsPlatformImplLinux
54 ExtensionTtsPlatformImpl* ExtensionTtsPlatformImpl::GetInstance() { function in class:ExtensionTtsPlatformImpl
55 return ExtensionTtsPlatformImplLinux::GetInstance();
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_state.cc17 BrowserAccessibilityState* BrowserAccessibilityState::GetInstance() { function in class:BrowserAccessibilityState
H A Dbrowser_accessibility_state.h30 static BrowserAccessibilityState* GetInstance();
/external/chromium/chrome/browser/net/
H A Durl_request_mock_util.cc33 net::URLRequestFilter::GetInstance()->ClearHandlers();
45 net::URLRequestFilter::GetInstance()->ClearHandlers();
/external/chromium/base/memory/
H A Dsingleton_unittest.cc19 static IntSingleton* GetInstance() { function in class:__anon1555::IntSingleton
30 static Init5Singleton* GetInstance() { function in class:__anon1555::Init5Singleton
46 return &IntSingleton::GetInstance()->value_;
50 return &Init5Singleton::GetInstance()->value_;
74 static CallbackSingletonWithNoLeakTrait* GetInstance() { function in class:__anon1555::CallbackSingletonWithNoLeakTrait
87 static CallbackSingletonWithLeakTrait* GetInstance() { function in class:__anon1555::CallbackSingletonWithLeakTrait
98 static CallbackSingletonWithStaticTrait* GetInstance() { function in class:__anon1555::CallbackSingletonWithStaticTrait
115 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
119 CallbackSingletonWithLeakTrait::GetInstance()->callback_ = CallOnQuit;
123 return &CallbackSingletonWithLeakTrait::GetInstance()
[all...]
/external/chromium/chrome/browser/themes/
H A Dtheme_service_factory.cc21 GetInstance()->GetServiceForProfile(profile));
34 ThemeServiceFactory* ThemeServiceFactory::GetInstance() { function in class:ThemeServiceFactory
40 ProfileDependencyManager::GetInstance())
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_manager.h25 static MetadataParserManager* GetInstance();
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_uitest.cc35 static TestData* GetInstance() { function in class:__anon2204::TestData
67 TestData::GetInstance()->GetTestData(), true) {}
94 static TestController* GetInstance() { function in class:__anon2204::TestController
157 TestController::GetInstance()->set_result(false);
163 net::URLRequestFilter* filter = net::URLRequestFilter::GetInstance();
166 TestController::GetInstance()->set_delegate(NULL);
177 net::URLRequestFilter* filter = net::URLRequestFilter::GetInstance();
190 TestController::GetInstance()->set_expected_url(cloud_print_dialog_url);
191 TestController::GetInstance()->set_delegate(&delegate_);
218 if (TestController::GetInstance()
[all...]
/external/chromium/chrome/browser/service/
H A Dservice_process_control_manager.h35 static ServiceProcessControlManager* GetInstance();

Completed in 1376 milliseconds

1234567891011>>