/external/chromium_org/extensions/shell/browser/ |
D | shell_browser_context.cc | 14 ShellBrowserContext::ShellBrowserContext() in ShellBrowserContext() function in extensions::ShellBrowserContext 15 : content::ShellBrowserContext(false, NULL), in ShellBrowserContext() 19 ShellBrowserContext::~ShellBrowserContext() { in ~ShellBrowserContext() 22 content::BrowserPluginGuestManager* ShellBrowserContext::GetGuestManager() { in GetGuestManager() 26 storage::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() { in GetSpecialStoragePolicy() 30 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext1() { in ProfileFunctionCallOnNonProfileBrowserContext1() 33 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext2() { in ProfileFunctionCallOnNonProfileBrowserContext2() 36 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext3() { in ProfileFunctionCallOnNonProfileBrowserContext3() 39 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext4() { in ProfileFunctionCallOnNonProfileBrowserContext4() 42 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext5() { in ProfileFunctionCallOnNonProfileBrowserContext5() [all …]
|
D | shell_browser_context.h | 19 class ShellBrowserContext : public content::ShellBrowserContext { 21 ShellBrowserContext(); 22 virtual ~ShellBrowserContext(); 49 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
|
D | shell_browser_main_parts.h | 32 class ShellBrowserContext; variable 52 ShellBrowserContext* browser_context() { return browser_context_.get(); } in browser_context() 75 scoped_ptr<ShellBrowserContext> browser_context_;
|
D | shell_browser_main_parts.cc | 112 browser_context_.reset(new ShellBrowserContext); in PreMainMessageLoopRun()
|
/external/chromium_org/content/shell/browser/ |
D | shell_browser_context.cc | 32 class ShellBrowserContext::ShellResourceContext : public ResourceContext { 57 ShellBrowserContext::ShellBrowserContext(bool off_the_record, in ShellBrowserContext() function in content::ShellBrowserContext 67 ShellBrowserContext::~ShellBrowserContext() { in ~ShellBrowserContext() 74 void ShellBrowserContext::InitWhileIOAllowed() { in InitWhileIOAllowed() 108 base::FilePath ShellBrowserContext::GetPath() const { in GetPath() 112 bool ShellBrowserContext::IsOffTheRecord() const { in IsOffTheRecord() 116 DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() { in GetDownloadManagerDelegate() 132 net::URLRequestContextGetter* ShellBrowserContext::GetRequestContext() { in GetRequestContext() 136 net::URLRequestContextGetter* ShellBrowserContext::CreateRequestContext( in CreateRequestContext() 153 ShellBrowserContext::GetRequestContextForRenderProcess( in GetRequestContextForRenderProcess() [all …]
|
D | shell_browser_main_parts.h | 29 class ShellBrowserContext; variable 50 ShellBrowserContext* browser_context() { return browser_context_.get(); } in browser_context() 51 ShellBrowserContext* off_the_record_browser_context() { in off_the_record_browser_context() 62 scoped_ptr<ShellBrowserContext> browser_context_; 63 scoped_ptr<ShellBrowserContext> off_the_record_browser_context_;
|
D | shell_browser_context.h | 27 class ShellBrowserContext : public BrowserContext { 29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log); 30 virtual ~ShellBrowserContext(); 82 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
|
D | shell_content_browser_client.h | 18 class ShellBrowserContext; variable 91 ShellBrowserContext* browser_context(); 92 ShellBrowserContext* off_the_record_browser_context(); 101 ShellBrowserContext* ShellBrowserContextForBrowserContext(
|
D | shell_content_browser_client.cc | 192 ShellBrowserContext* shell_browser_context = in CreateRequestContext() 205 ShellBrowserContext* shell_browser_context = in CreateRequestContextForStoragePartition() 415 ShellBrowserContext* ShellContentBrowserClient::browser_context() { in browser_context() 419 ShellBrowserContext* 428 ShellBrowserContext*
|
D | shell_browser_main_parts.cc | 131 browser_context_.reset(new ShellBrowserContext(false, net_log_.get())); in PreMainMessageLoopRun() 133 new ShellBrowserContext(true, net_log_.get())); in PreMainMessageLoopRun()
|
D | shell_application_mac.mm | 30 content::ShellBrowserContext* browserContext =
|
D | shell_web_contents_view_delegate_win.cc | 207 ShellBrowserContext* browser_context = in MenuItemSelected()
|
D | webkit_test_controller.cc | 248 ShellBrowserContext* browser_context = in PrepareForLayoutTest() 581 ShellBrowserContext* browser_context = in OnClearDevToolsLocalStorage()
|
D | shell_web_contents_view_delegate_mac.mm | 239 ShellBrowserContext* browser_context =
|
/external/chromium_org/content/shell/geolocation/ |
D | shell_access_token_store.h | 13 class ShellBrowserContext; variable 19 content::ShellBrowserContext* shell_browser_context); 25 content::ShellBrowserContext* shell_browser_context); 35 content::ShellBrowserContext* shell_browser_context_;
|
D | shell_access_token_store.cc | 16 content::ShellBrowserContext* shell_browser_context) in ShellAccessTokenStore() 38 content::ShellBrowserContext* shell_browser_context) { in GetRequestContextOnUIThread()
|
/external/chromium_org/ash/shell/content_client/ |
D | shell_content_browser_client.cc | 31 content::ShellBrowserContext* shell_context = in CreateRequestContext() 32 static_cast<content::ShellBrowserContext*>(content_browser_context); in CreateRequestContext() 37 content::ShellBrowserContext* ShellContentBrowserClient::browser_context() { in browser_context()
|
D | shell_browser_main_parts.h | 17 class ShellBrowserContext; variable 49 content::ShellBrowserContext* browser_context() { in browser_context() 55 scoped_ptr<content::ShellBrowserContext> browser_context_;
|
D | shell_content_browser_client.h | 14 class ShellBrowserContext; variable 37 content::ShellBrowserContext* browser_context();
|
D | shell_browser_main_parts.cc | 107 browser_context_.reset(new content::ShellBrowserContext( in PreMainMessageLoopRun()
|
/external/chromium_org/ui/views_content_client/ |
D | views_content_client_main_parts.h | 13 class ShellBrowserContext; variable 39 content::ShellBrowserContext* browser_context() { in browser_context() 53 scoped_ptr<content::ShellBrowserContext> browser_context_;
|
D | views_content_client_main_parts.cc | 25 browser_context_.reset(new content::ShellBrowserContext(false, NULL)); in PreMainMessageLoopRun()
|
D | views_content_browser_client.cc | 33 content::ShellBrowserContext* shell_context = in CreateRequestContext()
|
D | views_content_browser_client.h | 12 class ShellBrowserContext; variable
|
/external/chromium_org/content/shell/android/ |
D | shell_manager.cc | 60 ShellBrowserContext* browserContext = in LaunchShell()
|