Searched refs:GetInstance (Results 726 - 750 of 2630) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.cc17 AppCacheInterceptor* AppCacheInterceptor::GetInstance() { function in class:content::AppCacheInterceptor
23 request->SetUserData(GetInstance(), handler); // request takes ownership
29 request->GetUserData(GetInstance()));
/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc38 base::debug::TraceLog::GetInstance()->GetBufferPercentFull() <<
69 base::debug::TraceLog::GetInstance()->SetDisabled();
70 base::debug::TraceLog::GetInstance()->Flush(
H A Dbrowser_url_handler_impl.cc80 BrowserURLHandler* BrowserURLHandler::GetInstance() { function in class:content::BrowserURLHandler
81 return BrowserURLHandlerImpl::GetInstance();
91 BrowserURLHandlerImpl* BrowserURLHandlerImpl::GetInstance() { function in class:content::BrowserURLHandlerImpl
H A Dprofiler_controller_impl.cc19 ProfilerController* ProfilerController::GetInstance() { function in class:content::ProfilerController
20 return ProfilerControllerImpl::GetInstance();
23 ProfilerControllerImpl* ProfilerControllerImpl::GetInstance() { function in class:content::ProfilerControllerImpl
H A Dtcmalloc_internals_request_job.cc18 AboutTcmallocOutputs* AboutTcmallocOutputs::GetInstance() { function in class:content::AboutTcmallocOutputs
86 AboutTcmallocOutputs::GetInstance()->DumpToHTMLTable(data);
95 AboutTcmallocOutputs::GetInstance()->SetOutput(browser, buffer);
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.cc23 static AuraWindowRegistry* GetInstance() { function in class:__anon7665::AuraWindowRegistry
91 AuraWindowRegistry::GetInstance()->RegisterWindow(window));
97 return AuraWindowRegistry::GetInstance()->GetWindowById(id.id);
/external/chromium_org/extensions/browser/api/test/
H A Dtest_api.cc104 TestConfigState* test_config_state = TestConfigState::GetInstance();
113 TestGetConfigFunction::TestConfigState::GetInstance() { function in class:extensions::TestGetConfigFunction::TestConfigState
120 TestConfigState* test_config_state = TestConfigState::GetInstance();
/external/chromium_org/net/quic/
H A Dquic_server.cc40 QuicRandom::GetInstance()),
42 crypto_config_(kSourceAddressTokenSecret, QuicRandom::GetInstance()),
53 QuicInMemoryCache::GetInstance();
/external/chromium_org/net/socket/
H A Dwebsocket_transport_connect_sub_job.cc33 WebSocketEndpointLockManager::GetInstance()->UnlockEndpoint(
123 int rv = WebSocketEndpointLockManager::GetInstance()->LockEndpoint(
150 WebSocketEndpointLockManager::GetInstance();
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc52 remoting::ChromotingJniRuntime::GetInstance();
82 remoting::ChromotingJniRuntime::GetInstance()->ConnectToHost(
94 remoting::ChromotingJniRuntime::GetInstance()->DisconnectFromHost();
102 remoting::ChromotingJniRuntime::GetInstance()->session()->ProvideSecret(
108 remoting::ChromotingJniRuntime::GetInstance()->session()->RedrawDesktop();
120 remoting::ChromotingJniRuntime::GetInstance()->session()->SendMouseEvent(
130 remoting::ChromotingJniRuntime::GetInstance()->session()->SendMouseWheelEvent(
138 return remoting::ChromotingJniRuntime::GetInstance()->session()->SendKeyEvent(
145 remoting::ChromotingJniRuntime::GetInstance()->session()->SendTextEvent(
153 ChromotingJniRuntime* runtime = remoting::ChromotingJniRuntime::GetInstance();
173 ChromotingJniRuntime* ChromotingJniRuntime::GetInstance() { function in class:remoting::ChromotingJniRuntime
[all...]
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_policy_test.cc76 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_VISTA) {
93 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_VISTA) {
134 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_VISTA) {
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc90 new HotplugEventHandlerX11(DeviceDataManager::GetInstance()));
102 X11EventSource* X11EventSource::GetInstance() { function in class:ui::X11EventSource
103 return static_cast<X11EventSource*>(PlatformEventSource::GetInstance());
/external/chromium_org/android_webview/browser/
H A Dglobal_tile_manager.h31 static GlobalTileManager* GetInstance();
/external/chromium_org/android_webview/native/
H A Daw_picture.cc41 bool ok = JavaBrowserViewRendererHelper::GetInstance()
H A Djava_browser_view_renderer_helper.h23 static JavaBrowserViewRendererHelper* GetInstance();
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc24 Shell::GetInstance()->mru_window_tracker()->BuildMruWindowList());
H A Dnested_accelerator_delegate.cc62 ash::Shell::GetInstance()->accelerator_controller();
H A Dspoken_feedback_toggler.cc45 Shell::GetInstance()->accessibility_delegate()->
/external/chromium_org/ash/frame/
H A Dframe_util.cc24 gfx::ImageSkia user_image = Shell::GetInstance()
/external/chromium_org/ash/ime/
H A Dinput_method_menu_manager.cc52 InputMethodMenuManager* InputMethodMenuManager::GetInstance() { function in class:ash::ime::InputMethodMenuManager
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc85 return Shell::GetInstance()->delegate()->GetActiveBrowserContext();
89 return Shell::GetInstance()->delegate()->GetActiveBrowserContext();
105 Shell::GetInstance()->UpdateShelfVisibility();
109 Shell::GetInstance()->UpdateShelfVisibility();
H A Dwindow_watcher.cc99 ShelfModel* model = Shell::GetInstance()->shelf_model();
119 Shell::GetInstance()->shelf_item_delegate_manager();
130 ShelfModel* model = Shell::GetInstance()->shelf_model();
141 aura::Window* root = Shell::GetInstance()->display_controller()->
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc40 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.cc44 bool userAddingRunning = ash::Shell::GetInstance()
80 bool userAddingRunning = ash::Shell::GetInstance()
88 ash::Shell::GetInstance()->system_tray_delegate()->ShowSettings();
151 if (!ash::Shell::GetInstance()->system_tray_delegate()->ShouldShowSettings())
/external/chromium_org/ash/touch/
H A Dtouch_uma.h54 static TouchUMA* GetInstance();

Completed in 410 milliseconds

<<21222324252627282930>>