/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_backend_delegate.h | 13 class BrowserContext; 27 explicit FileSystemBackendDelegate(content::BrowserContext* browser_context);
|
/external/chromium_org/chrome/browser/drive/ |
drive_notification_manager_factory.cc | 19 content::BrowserContext* context) { 45 content::BrowserContext* context) const {
|
/external/chromium_org/chrome/browser/invalidation/ |
invalidation_service_factory.h | 46 content::BrowserContext* context); 56 content::BrowserContext* context) const OVERRIDE;
|
/external/chromium_org/chrome/browser/password_manager/ |
mock_password_store.h | 13 class BrowserContext; 21 content::BrowserContext* profile);
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_factory.cc | 18 content::BrowserContext* context) { 41 content::BrowserContext* context) const {
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_factory.cc | 20 content::BrowserContext* context) { 49 content::BrowserContext* context) const {
|
/external/chromium_org/chrome/browser/signin/ |
fake_signin_manager.h | 24 static BrowserContextKeyedService* Build(content::BrowserContext* profile); 52 static BrowserContextKeyedService* Build(content::BrowserContext* profile);
|
/external/chromium_org/chrome/browser/ |
site_details.h | 29 // Maps a BrowserContext to information about the SiteInstances it contains. 30 typedef base::hash_map<content::BrowserContext*, SiteData>
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_base.h | 12 class BrowserContext; 21 content::BrowserContext* context);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.h | 13 class BrowserContext; 23 int GetBookmarkDragOperation(content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/ui/views/ |
constrained_window_views.h | 11 class BrowserContext; 43 content::BrowserContext* browser_context);
|
/external/chromium_org/chrome/browser/ui/webui/ |
constrained_web_dialog_delegate_base.h | 14 class BrowserContext; 27 content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/test/base/ |
chrome_render_view_host_test_harness.cc | 39 content::BrowserContext* context) { 68 content::BrowserContext*
|
/external/chromium_org/components/user_prefs/ |
user_prefs.cc | 26 PrefService* UserPrefs::Get(content::BrowserContext* context) { 34 void UserPrefs::Set(content::BrowserContext* context, PrefService* prefs) {
|
/external/chromium_org/content/browser/fileapi/ |
browser_file_system_helper.h | 20 class BrowserContext; 26 BrowserContext* browser_context,
|
/external/chromium_org/content/browser/ |
plugin_data_remover_impl.h | 19 explicit PluginDataRemoverImpl(BrowserContext* browser_context); 36 BrowserContext* browser_context_;
|
browser_url_handler_impl.cc | 19 static bool HandleViewSource(GURL* url, BrowserContext* browser_context) { 51 static bool ReverseViewSource(GURL* url, BrowserContext* browser_context) { 65 static bool DebugURLHandler(GURL* url, BrowserContext* browser_context) { 119 BrowserContext* browser_context, 131 GURL* url, const GURL& original, BrowserContext* browser_context) {
|
/external/chromium_org/extensions/browser/ |
process_manager.cc | 43 using content::BrowserContext; 67 void OnRenderViewHostUnregistered(BrowserContext* context, 71 content::Source<BrowserContext>(context), 80 IncognitoProcessManager(BrowserContext* incognito_context, 81 BrowserContext* original_context); 115 BrowserContext* context = web_contents->GetBrowserContext(); 166 ProcessManager* ProcessManager::Create(BrowserContext* context) { 168 BrowserContext* original_context = 175 ProcessManager::ProcessManager(BrowserContext* context, 176 BrowserContext* original_context [all...] |
/external/chromium_org/ui/web_dialogs/ |
web_dialog_web_contents_delegate.cc | 10 using content::BrowserContext; 23 content::BrowserContext* browser_context,
|
/external/chromium_org/apps/ |
shell_window_geometry_cache.h | 43 content::BrowserContext* context, 55 content::BrowserContext* context) const OVERRIDE; 57 virtual content::BrowserContext* GetBrowserContextToUse( 58 content::BrowserContext* context) const OVERRIDE; 77 static ShellWindowGeometryCache* Get(content::BrowserContext* context);
|
shell_window_registry.cc | 48 ShellWindowRegistry::ShellWindowRegistry(content::BrowserContext* context) 64 content::BrowserContext* context) { 182 std::vector<content::BrowserContext*> contexts = 184 for (std::vector<content::BrowserContext*>::const_iterator i = 203 std::vector<content::BrowserContext*> contexts = 205 for (std::vector<content::BrowserContext*>::const_iterator i = 271 content::BrowserContext* context, bool create) { 291 content::BrowserContext* context) const { 303 content::BrowserContext* ShellWindowRegistry::Factory::GetBrowserContextToUse( 304 content::BrowserContext* context) const [all...] |
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api.h | 24 class BrowserContext; 38 explicit RuntimeAPI(content::BrowserContext* context); 56 content::BrowserContext* browser_context_; 74 static void DispatchOnStartupEvent(content::BrowserContext* context, 78 static void DispatchOnInstalledEvent(content::BrowserContext* context,
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_notifications.h | 20 class BrowserContext; 97 explicit PrivetNotificationService(content::BrowserContext* profile); 119 content::BrowserContext* profile_; 129 explicit PrivetNotificationDelegate(content::BrowserContext* profile); 146 content::BrowserContext* profile_;
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_utils.h | 22 class BrowserContext; 44 content::BrowserContext* browser_context); 51 content::BrowserContext* browser_context); 68 content::BrowserContext* browser_context); 85 void ToggleBookmarkBarWhenVisible(content::BrowserContext* browser_context);
|
/external/chromium_org/chrome/browser/download/ |
download_service.cc | 22 using content::BrowserContext; 34 DownloadManager* manager = BrowserContext::GetDownloadManager(profile_); 94 return BrowserContext::GetDownloadManager(profile_)-> 124 content::BrowserContext::GetDownloadManager(*it); 140 DownloadManager* dm = BrowserContext::GetDownloadManager(profile_); 159 // goes away and BrowserContext's destructor runs. But that would be too 163 BrowserContext::GetDownloadManager(profile_)->Shutdown();
|