/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.h | 43 content::BrowserContext* browser_context, 49 content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api_helpers.h | 57 content::BrowserContext* browser_context, 72 content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/translate/ |
translate_accept_languages_factory.cc | 63 content::BrowserContext* browser_context) const { 64 Profile* profile = Profile::FromBrowserContext(browser_context);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_search_provider.h | 45 content::BrowserContext* browser_context, 48 content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
multi_profile_app_window_launcher_controller.cc | 49 Profile::FromBrowserContext(app_window->browser_context()); 59 Profile::FromBrowserContext(app_window->browser_context()); 82 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); 97 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); 120 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); 146 content::BrowserContext* app_context = app_window->browser_context(); 155 DCHECK(!other_window->browser_context()->IsOffTheRecord()); 159 app_context == other_window->browser_context()) {
|
/external/chromium_org/chrome/test/base/ |
extension_load_waiter_one_shot.cc | 10 #include "content/public/browser/browser_context.h" 42 browser_context_ = host->browser_context();
|
/external/chromium_org/content/browser/ |
browser_url_handler_impl.h | 27 BrowserContext* browser_context, 35 BrowserContext* browser_context);
|
storage_partition_impl_unittest.cc | 346 TestBrowserContext* browser_context() { function in class:content::StoragePartitionImplTest 366 browser_context())->GetPath()); 391 TestBrowserContext* browser_context() { function in class:content::StoragePartitionShaderClearTest 412 BrowserContext::GetDefaultStoragePartition(browser_context()), 480 BrowserContext::GetDefaultStoragePartition(browser_context())); 507 BrowserContext::GetDefaultStoragePartition(browser_context())); 534 BrowserContext::GetDefaultStoragePartition(browser_context())); 559 BrowserContext::GetDefaultStoragePartition(browser_context())); 586 BrowserContext::GetDefaultStoragePartition(browser_context())); 615 BrowserContext::GetDefaultStoragePartition(browser_context())); [all...] |
/external/chromium_org/content/public/browser/ |
url_data_source.cc | 14 void URLDataSource::Add(BrowserContext* browser_context, 16 URLDataManager::AddDataSource(browser_context, source);
|
/external/chromium_org/chrome/browser/extensions/api/webstore/ |
webstore_api.cc | 46 WebstoreAPI::WebstoreAPI(content::BrowserContext* browser_context) 47 : browser_context_(browser_context), 51 Profile::FromBrowserContext(browser_context))); 57 WebstoreAPI* WebstoreAPI::Get(content::BrowserContext* browser_context) { 58 return BrowserContextKeyedAPIFactory<WebstoreAPI>::Get(browser_context);
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
privet_filesystem_operations.h | 14 #include "content/public/browser/browser_context.h" 44 content::BrowserContext* browser_context); 83 content::BrowserContext* browser_context, 114 content::BrowserContext* browser_context, 148 content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/ui/views/ |
constrained_web_dialog_delegate_views.cc | 68 content::BrowserContext* browser_context, 71 : views::WebView(browser_context), 72 impl_(new ConstrainedWebDialogDelegateViews(browser_context, delegate, 159 content::BrowserContext* browser_context, 165 browser_context, delegate, tab_delegate);
|
/external/chromium_org/content/browser/fileapi/ |
browser_file_system_helper.cc | 15 #include "content/public/browser/browser_context.h" 52 BrowserContext* browser_context, 66 browser_context, 80 BrowserContext::GetMountPoints(browser_context), 81 browser_context->GetSpecialStoragePolicy(),
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
chrome_native_app_window_views_win.cc | 79 content::BrowserContext* browser_context = app_window()->browser_context(); local 84 apps::AppWindowRegistry::Get(browser_context) 92 PerAppSettingsServiceFactory::GetForBrowserContext(browser_context); 120 Profile::FromBrowserContext(app_window()->browser_context()); 179 app_window()->browser_context())) { 185 app_window()->browser_context()->GetPath(), link->GetCommandLine());
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.h | 58 content::BrowserContext* browser_context, 61 content::BrowserContext* browser_context, 64 content::BrowserContext* browser_context, 81 virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context, 83 virtual GURL GetEffectiveURL(content::BrowserContext* browser_context, 90 content::BrowserContext* browser_context, 94 content::BrowserContext* browser_context, 108 content::BrowserContext* browser_context, const GURL& url) OVERRIDE; 266 content::BrowserContext* browser_context, 277 content::BrowserContext* browser_context, [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api_pairing_delegate.cc | 11 #include "content/public/browser/browser_context.h" 33 content::BrowserContext* browser_context) 34 : extension_id_(extension_id), browser_context_(browser_context) {}
|
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/ |
synced_notifications_private_api.cc | 37 Profile::FromBrowserContext(browser_context()), 73 Profile::FromBrowserContext(browser_context()), 106 Profile::FromBrowserContext(browser_context()),
|
/external/chromium_org/chrome/browser/extensions/ |
extension_gcm_app_handler.h | 71 virtual void OnExtensionLoaded(content::BrowserContext* browser_context, 74 content::BrowserContext* browser_context, 77 virtual void OnExtensionUninstalled(content::BrowserContext* browser_context,
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager_factory.cc | 65 content::BrowserContext* browser_context) const { 66 Profile* profile = Profile::FromBrowserContext(browser_context); 81 browser_context));
|
/external/chromium_org/components/dom_distiller/content/ |
distiller_page_web_contents.h | 40 content::BrowserContext* browser_context) 41 : DistillerPageFactory(), browser_context_(browser_context) {} 56 content::BrowserContext* browser_context,
|
/external/chromium_org/ui/views/controls/webview/ |
webview_interactive_uitest.cc | 31 content::BrowserContext* browser_context() { return &browser_context_; } function in class:__anon20920::WebViewInteractiveUiTest 49 views::WebView* webview = new views::WebView(browser_context()); 69 content::WebContents::CreateParams params(browser_context());
|
/external/chromium_org/extensions/browser/api/runtime/ |
runtime_api.cc | 16 #include "content/public/browser/browser_context.h" 69 void DispatchOnStartupEventImpl(BrowserContext* browser_context, 79 if (browser_context->IsOffTheRecord()) 83 !ExtensionsBrowserClient::Get()->IsValidContext(browser_context)) 85 ExtensionSystem* system = ExtensionSystem::Get(browser_context); 93 ExtensionRegistry::Get(browser_context)->enabled_extensions().GetByID( 97 system->lazy_background_task_queue()->ShouldEnqueueTask(browser_context, 100 browser_context, 103 &DispatchOnStartupEventImpl, browser_context, extension_id, false)); 430 ExtensionSystem* system = ExtensionSystem::Get(browser_context()); [all...] |
/external/chromium_org/android_webview/browser/ |
aw_browser_main_parts.h | 22 explicit AwBrowserMainParts(AwBrowserContext* browser_context);
|
jni_dependency_factory.h | 28 AwBrowserContext* browser_context) = 0;
|
/external/chromium_org/android_webview/browser/net/ |
init_native_callback.h | 21 AwBrowserContext* browser_context);
|