Home
last modified time | relevance | path

Searched refs:ShellBrowserContext (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/extensions/shell/browser/
Dshell_browser_context.cc14 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 …]
Dshell_browser_context.h19 class ShellBrowserContext : public content::ShellBrowserContext {
21 ShellBrowserContext();
22 virtual ~ShellBrowserContext();
49 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
Dshell_browser_main_parts.h32 class ShellBrowserContext; variable
52 ShellBrowserContext* browser_context() { return browser_context_.get(); } in browser_context()
75 scoped_ptr<ShellBrowserContext> browser_context_;
Dshell_browser_main_parts.cc112 browser_context_.reset(new ShellBrowserContext); in PreMainMessageLoopRun()
/external/chromium_org/content/shell/browser/
Dshell_browser_context.cc32 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 …]
Dshell_browser_main_parts.h29 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_;
Dshell_browser_context.h27 class ShellBrowserContext : public BrowserContext {
29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
30 virtual ~ShellBrowserContext();
82 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
Dshell_content_browser_client.h18 class ShellBrowserContext; variable
91 ShellBrowserContext* browser_context();
92 ShellBrowserContext* off_the_record_browser_context();
101 ShellBrowserContext* ShellBrowserContextForBrowserContext(
Dshell_content_browser_client.cc192 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*
Dshell_browser_main_parts.cc131 browser_context_.reset(new ShellBrowserContext(false, net_log_.get())); in PreMainMessageLoopRun()
133 new ShellBrowserContext(true, net_log_.get())); in PreMainMessageLoopRun()
Dshell_application_mac.mm30 content::ShellBrowserContext* browserContext =
Dshell_web_contents_view_delegate_win.cc207 ShellBrowserContext* browser_context = in MenuItemSelected()
Dwebkit_test_controller.cc248 ShellBrowserContext* browser_context = in PrepareForLayoutTest()
581 ShellBrowserContext* browser_context = in OnClearDevToolsLocalStorage()
Dshell_web_contents_view_delegate_mac.mm239 ShellBrowserContext* browser_context =
/external/chromium_org/content/shell/geolocation/
Dshell_access_token_store.h13 class ShellBrowserContext; variable
19 content::ShellBrowserContext* shell_browser_context);
25 content::ShellBrowserContext* shell_browser_context);
35 content::ShellBrowserContext* shell_browser_context_;
Dshell_access_token_store.cc16 content::ShellBrowserContext* shell_browser_context) in ShellAccessTokenStore()
38 content::ShellBrowserContext* shell_browser_context) { in GetRequestContextOnUIThread()
/external/chromium_org/ash/shell/content_client/
Dshell_content_browser_client.cc31 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()
Dshell_browser_main_parts.h17 class ShellBrowserContext; variable
49 content::ShellBrowserContext* browser_context() { in browser_context()
55 scoped_ptr<content::ShellBrowserContext> browser_context_;
Dshell_content_browser_client.h14 class ShellBrowserContext; variable
37 content::ShellBrowserContext* browser_context();
Dshell_browser_main_parts.cc107 browser_context_.reset(new content::ShellBrowserContext( in PreMainMessageLoopRun()
/external/chromium_org/ui/views_content_client/
Dviews_content_client_main_parts.h13 class ShellBrowserContext; variable
39 content::ShellBrowserContext* browser_context() { in browser_context()
53 scoped_ptr<content::ShellBrowserContext> browser_context_;
Dviews_content_client_main_parts.cc25 browser_context_.reset(new content::ShellBrowserContext(false, NULL)); in PreMainMessageLoopRun()
Dviews_content_browser_client.cc33 content::ShellBrowserContext* shell_context = in CreateRequestContext()
Dviews_content_browser_client.h12 class ShellBrowserContext; variable
/external/chromium_org/content/shell/android/
Dshell_manager.cc60 ShellBrowserContext* browserContext = in LaunchShell()