/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_impl_unittest.cc | 31 HostZoomMap::GetForBrowserContext(this)->AddZoomLevelChangedCallback( in TestingProfileWithHostZoomMap() 54 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this); in OnZoomLevelChanged() 135 HostZoomMap::GetForBrowserContext(parent_profile.get()); in TEST_F() 155 HostZoomMap::GetForBrowserContext(child_profile.get()); in TEST_F()
|
D | off_the_record_profile_impl.cc | 172 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this); in InitHostZoomMap() 174 HostZoomMap::GetForBrowserContext(profile_); in InitHostZoomMap() 256 return DownloadServiceFactory::GetForBrowserContext(this)-> in GetDownloadManagerDelegate() 489 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this); in OnZoomLevelChanged()
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | input_method_api.cc | 66 ExtensionSystem::GetForBrowserContext(context_)->event_router()-> in InputMethodAPI() 87 ExtensionSystem::GetForBrowserContext(context_)->event_router()-> in Shutdown() 96 ExtensionSystem::GetForBrowserContext(context_)->event_router()-> in OnListenerAdded()
|
/external/chromium_org/extensions/browser/ |
D | lazy_background_task_queue.cc | 47 ProcessManager* pm = ExtensionSystem::GetForBrowserContext( in ShouldEnqueueTask() 76 ExtensionService* extension_service = ExtensionSystem::GetForBrowserContext( in AddPendingTask() 84 ProcessManager* pm = ExtensionSystem::GetForBrowserContext( in AddPendingTask() 132 ExtensionSystem::GetForBrowserContext(browser_context)->process_manager()-> in ProcessPendingTasks()
|
D | event_router.cc | 85 ExtensionSystem::GetForBrowserContext(context); in NotifyExtensionDispatchObserverOnUIThread() 485 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in DispatchLazyEvent() 515 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in DispatchEventToProcess() 526 ExtensionSystem::GetForBrowserContext(listener_context) in DispatchEventToProcess() 570 ExtensionSystem::GetForBrowserContext(context)->extension_service(); in CanDispatchEventToBrowserContext() 581 LazyBackgroundTaskQueue* queue = ExtensionSystem::GetForBrowserContext( in MaybeLoadLazyBackgroundPageToDispatchEvent() 616 ExtensionSystem::GetForBrowserContext(browser_context); in IncrementInFlightEventsOnUI() 634 ExtensionSystem::GetForBrowserContext(context)->process_manager(); in IncrementInFlightEvents() 644 ExtensionSystem::GetForBrowserContext(context)->process_manager(); in OnEventAck() 686 LazyBackgroundTaskQueue* queue = ExtensionSystem::GetForBrowserContext( in Observe()
|
D | process_manager.cc | 117 ExtensionSystem::GetForBrowserContext(context)->process_manager(); in RenderViewHostDestructionObserver() 302 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in GetExtensionForRenderViewHost() 542 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in OnBrowserWindowReady() 576 ExtensionSystem::GetForBrowserContext(context)->extension_service(); in Observe() 703 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in CreateBackgroundHostsForProfileStartup() 815 original_manager_(ExtensionSystem::GetForBrowserContext( in IncognitoProcessManager() 842 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in GetSiteInstanceForURL() 856 ExtensionService* service = ExtensionSystem::GetForBrowserContext( in IsIncognitoEnabled()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_host.cc | 196 ExtensionSystem::GetForBrowserContext(browser_context_)-> in CreateRenderViewNow() 318 ExtensionSystem::GetForBrowserContext(browser_context_)-> in OnDocumentAvailable() 348 ExtensionSystem::GetForBrowserContext(browser_context_)->event_router(); in OnEventAck() 354 ProcessManager* pm = ExtensionSystem::GetForBrowserContext( in OnIncrementLazyKeepaliveCount() 361 ProcessManager* pm = ExtensionSystem::GetForBrowserContext( in OnDecrementLazyKeepaliveCount() 383 ExtensionSystem::GetForBrowserContext(browser_context_)->error_console(); in OnDetailedConsoleMessageAdded()
|
D | extension_prefs_factory.cc | 21 ExtensionPrefs* ExtensionPrefsFactory::GetForBrowserContext( in GetForBrowserContext() function in extensions::ExtensionPrefsFactory 52 ExtensionPrefValueMapFactory::GetForBrowserContext(context), in BuildServiceInstanceFor()
|
D | extension_pref_value_map_factory.cc | 20 ExtensionPrefValueMap* ExtensionPrefValueMapFactory::GetForBrowserContext( in GetForBrowserContext() function in ExtensionPrefValueMapFactory
|
D | extension_pref_value_map_factory.h | 16 static ExtensionPrefValueMap* GetForBrowserContext(
|
D | image_loader_factory.cc | 14 ImageLoader* ImageLoaderFactory::GetForBrowserContext( in GetForBrowserContext() function in extensions::ImageLoaderFactory
|
D | image_loader_factory.h | 25 static ImageLoader* GetForBrowserContext(content::BrowserContext* context);
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | policy_header_service_factory.cc | 65 PolicyHeaderService* PolicyHeaderServiceFactory::GetForBrowserContext( in GetForBrowserContext() function in policy::PolicyHeaderServiceFactory 89 UserCloudPolicyManagerFactory::GetForBrowserContext(context); in BuildServiceInstanceFor()
|
D | policy_header_service_factory.h | 22 static PolicyHeaderService* GetForBrowserContext(
|
/external/chromium_org/apps/ |
D | shell_window_registry.cc | 65 return Factory::GetForBrowserContext(context, true /* create */); in Get() 187 ShellWindowRegistry* registry = Factory::GetForBrowserContext( in GetShellWindowForNativeWindowAnyProfile() 208 ShellWindowRegistry* registry = Factory::GetForBrowserContext( in IsShellWindowRegisteredInAnyProfile() 270 ShellWindowRegistry* ShellWindowRegistry::Factory::GetForBrowserContext( in GetForBrowserContext() function in apps::ShellWindowRegistry::Factory
|
D | app_lifetime_monitor.cc | 33 ShellWindowRegistry::Factory::GetForBrowserContext( in AppLifetimeMonitor() 103 ShellWindowRegistry::Factory::GetForBrowserContext( in Shutdown()
|
/external/chromium_org/content/browser/ |
D | host_zoom_map_impl.cc | 27 HostZoomMap* HostZoomMap::GetForBrowserContext(BrowserContext* context) { in GetForBrowserContext() function in content::HostZoomMap 104 if (HostZoomMap::GetForBrowserContext( in SetZoomLevelForHost() 131 if (HostZoomMap::GetForBrowserContext( in SetZoomLevelForHostAndScheme()
|
/external/chromium_org/chrome/browser/download/ |
D | download_service.cc | 106 count += DownloadServiceFactory::GetForBrowserContext(*it)-> in NonMaliciousDownloadCountAllProfiles() 109 count += DownloadServiceFactory::GetForBrowserContext( in NonMaliciousDownloadCountAllProfiles()
|
D | download_service_factory.h | 20 static DownloadService* GetForBrowserContext(
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | history_factory.cc | 19 History* HistoryFactory::GetForBrowserContext( in GetForBrowserContext() function in app_list::HistoryFactory
|
D | history_factory.h | 27 static History* GetForBrowserContext(content::BrowserContext* context);
|
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
D | webservice_cache_factory.cc | 19 WebserviceCache* WebserviceCacheFactory::GetForBrowserContext( in GetForBrowserContext() function in app_list::WebserviceCacheFactory
|
D | webservice_cache_factory.h | 27 static WebserviceCache* GetForBrowserContext(
|
/external/chromium_org/chrome/browser/drive/ |
D | drive_notification_manager_factory.h | 24 static DriveNotificationManager* GetForBrowserContext(
|
D | drive_notification_manager_factory.cc | 18 DriveNotificationManagerFactory::GetForBrowserContext( in GetForBrowserContext() function in drive::DriveNotificationManagerFactory
|