/external/chromium_org/apps/shell/ |
shell_extensions_browser_client.h | 20 // |context| is the single BrowserContext used for IsValidContext() below. 21 explicit ShellExtensionsBrowserClient(content::BrowserContext* context); 27 content::BrowserContext* context) OVERRIDE; 28 virtual bool IsValidContext(content::BrowserContext* context) OVERRIDE; 29 virtual bool IsSameContext(content::BrowserContext* first, 30 content::BrowserContext* second) OVERRIDE; 31 virtual bool HasOffTheRecordContext(content::BrowserContext* context) 33 virtual content::BrowserContext* GetOffTheRecordContext( 34 content::BrowserContext* context) OVERRIDE; 35 virtual content::BrowserContext* GetOriginalContext [all...] |
shell_extensions_browser_client.cc | 16 using content::BrowserContext; 30 BrowserContext* context) 55 BrowserContext* context) { 59 bool ShellExtensionsBrowserClient::IsValidContext(BrowserContext* context) { 63 bool ShellExtensionsBrowserClient::IsSameContext(BrowserContext* first, 64 BrowserContext* second) { 69 BrowserContext* context) { 73 BrowserContext* ShellExtensionsBrowserClient::GetOffTheRecordContext( 74 BrowserContext* context) { 79 BrowserContext* ShellExtensionsBrowserClient::GetOriginalContext [all...] |
/external/chromium_org/chrome/browser/profiles/ |
incognito_helpers.cc | 11 content::BrowserContext* GetBrowserContextRedirectedInIncognito( 12 content::BrowserContext* context) { 16 content::BrowserContext* GetBrowserContextOwnInstanceInIncognito( 17 content::BrowserContext* context) {
|
incognito_helpers.h | 9 class BrowserContext; 15 content::BrowserContext* GetBrowserContextRedirectedInIncognito( 16 content::BrowserContext* context); 20 content::BrowserContext* GetBrowserContextOwnInstanceInIncognito( 21 content::BrowserContext* context);
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader_factory.h | 12 class BrowserContext; 20 // BrowserContexts. Listens for the BrowserContext's destruction notification 21 // and cleans up the associated ImageLoader. Uses the original BrowserContext 25 static ImageLoader* GetForBrowserContext(content::BrowserContext* context); 37 content::BrowserContext* context) const OVERRIDE; 39 virtual content::BrowserContext* GetBrowserContextToUse( 40 content::BrowserContext* context) const OVERRIDE;
|
chrome_extensions_browser_client.h | 18 class BrowserContext; 37 content::BrowserContext* context) OVERRIDE; 38 virtual bool IsValidContext(content::BrowserContext* context) OVERRIDE; 39 virtual bool IsSameContext(content::BrowserContext* first, 40 content::BrowserContext* second) OVERRIDE; 42 content::BrowserContext* context) OVERRIDE; 43 virtual content::BrowserContext* GetOffTheRecordContext( 44 content::BrowserContext* context) OVERRIDE; 45 virtual content::BrowserContext* GetOriginalContext( 46 content::BrowserContext* context) OVERRIDE [all...] |
extension_prefs_factory.h | 18 static ExtensionPrefs* GetForBrowserContext(content::BrowserContext* context); 23 content::BrowserContext* context, ExtensionPrefs* prefs); 32 content::BrowserContext* context) const OVERRIDE; 33 virtual content::BrowserContext* GetBrowserContextToUse( 34 content::BrowserContext* context) const OVERRIDE;
|
extension_sync_service_factory.h | 28 content::BrowserContext* profile) const OVERRIDE; 29 virtual content::BrowserContext* GetBrowserContextToUse( 30 content::BrowserContext* context) const OVERRIDE;
|
install_tracker_factory.h | 31 content::BrowserContext* context) const OVERRIDE; 32 virtual content::BrowserContext* GetBrowserContextToUse( 33 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/android/ |
prerender_condition_platform.h | 13 class BrowserContext; 20 explicit PrerenderConditionPlatform(content::BrowserContext* context); 26 static void SetEnabled(content::BrowserContext* context, bool enabled); 28 content::BrowserContext* context_;
|
/external/chromium_org/components/browser_context_keyed_service/ |
refcounted_browser_context_keyed_service_factory.h | 18 class BrowserContext; 35 // a given BrowserContext. This is used primarily for testing, where we want 38 (*TestingFactoryFunction)(content::BrowserContext* context); 44 void SetTestingFactory(content::BrowserContext* context, 51 content::BrowserContext* context, 62 content::BrowserContext* context, 67 content::BrowserContext* context, 74 BuildServiceInstanceFor(content::BrowserContext* context) const = 0; 77 content::BrowserContext* context) OVERRIDE; 79 content::BrowserContext* context) OVERRIDE [all...] |
browser_context_dependency_manager.h | 19 class BrowserContext; 41 // |context| should be the BrowserContext containing |registry| and is used as 42 // a key to prevent multiple registrations on the same BrowserContext in 45 const content::BrowserContext* context, 48 // Called by each BrowserContext to alert us of its creation. Several services 50 // BrowserContextKeyedService to be started with the BrowserContext, override 54 void CreateBrowserContextServices(content::BrowserContext* context); 60 void CreateBrowserContextServicesForTest(content::BrowserContext* context); 62 // Called by each BrowserContext to alert us that we should destroy services 64 void DestroyBrowserContextServices(content::BrowserContext* context) [all...] |
browser_context_keyed_service_factory.h | 19 // Base class for Factories that take a BrowserContext object and return some 30 // for a given BrowserContext. This is used primarily for testing, where 33 (*TestingFactoryFunction)(content::BrowserContext* context); 39 void SetTestingFactory(content::BrowserContext* context, 46 content::BrowserContext* context, 71 content::BrowserContext* context, 75 void Associate(content::BrowserContext* context, 79 void Disassociate(content::BrowserContext* context); 84 content::BrowserContext* context) const = 0; 86 // A helper object actually listens for notifications about BrowserContext [all...] |
/external/chromium_org/content/browser/ |
browser_context.cc | 33 // Only ~BrowserContext() is needed on iOS. 37 // Key names on BrowserContext. 46 BrowserContext* browser_context) { 58 BrowserContext* browser_context, 100 void BrowserContext::AsyncObliterateStoragePartition( 101 BrowserContext* browser_context, 109 void BrowserContext::GarbageCollectStoragePartitions( 110 BrowserContext* browser_context, 117 DownloadManager* BrowserContext::GetDownloadManager( 118 BrowserContext* context) [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager_factory.h | 14 class BrowserContext; 25 static VolumeManager* Get(content::BrowserContext* context); 31 virtual content::BrowserContext* GetBrowserContextToUse( 32 content::BrowserContext* context) const OVERRIDE; 38 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/dom_distiller/ |
dom_distiller_service_factory.h | 13 class BrowserContext; 36 content::BrowserContext* context); 45 content::BrowserContext* context) const OVERRIDE; 47 virtual content::BrowserContext* GetBrowserContextToUse( 48 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api_factory.h | 18 // A RuntimeAPI object is created for every BrowserContext. 21 static RuntimeAPI* GetForBrowserContext(content::BrowserContext* context); 33 content::BrowserContext* profile) const OVERRIDE; 34 virtual content::BrowserContext* GetBrowserContextToUse( 35 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/policy/ |
schema_registry_service_factory.h | 17 class BrowserContext; 37 static SchemaRegistryService* GetForContext(content::BrowserContext* context); 43 content::BrowserContext* context, 54 content::BrowserContext* context); 57 content::BrowserContext* context, 63 content::BrowserContext* context) OVERRIDE; 65 content::BrowserContext* context) OVERRIDE; 67 content::BrowserContext* context) OVERRIDE; 68 virtual void CreateServiceNow(content::BrowserContext* context) OVERRIDE; 70 typedef std::map<content::BrowserContext*, SchemaRegistryService* [all...] |
/external/chromium_org/components/user_prefs/ |
user_prefs.h | 15 class BrowserContext; 21 // hang off of content::BrowserContext and can be retrieved using 25 // attach it to BrowserContext using the UserPrefs::Set() function. 28 // Retrieves the PrefService for a given BrowserContext, or NULL if 30 static PrefService* Get(content::BrowserContext* context); 33 // only once per BrowserContext. 34 static void Set(content::BrowserContext* context, PrefService* prefs);
|
/external/chromium_org/apps/ |
app_keep_alive_service_factory.h | 27 content::BrowserContext* context) const OVERRIDE; 29 virtual content::BrowserContext* GetBrowserContextToUse( 30 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/drive/ |
drive_notification_manager_factory.h | 12 class BrowserContext; 25 content::BrowserContext* context); 37 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_settings_service_factory.h | 30 content::BrowserContext* profile) const OVERRIDE; 31 virtual content::BrowserContext* GetBrowserContextToUse( 32 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/media/ |
chrome_midi_permission_context_factory.h | 28 content::BrowserContext* profile) const OVERRIDE; 29 virtual content::BrowserContext* GetBrowserContextToUse( 30 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_link_manager_factory.h | 30 content::BrowserContext* profile) const OVERRIDE; 31 virtual content::BrowserContext* GetBrowserContextToUse( 32 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/ui/views/examples/ |
webview_example.h | 13 class BrowserContext; 23 explicit WebViewExample(content::BrowserContext* browser_context); 31 content::BrowserContext* browser_context_;
|