Searched defs:ShellBrowserContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/apps/shell/browser/
H A Dshell_browser_context.h15 class ShellBrowserContext : public content::ShellBrowserContext { class in namespace:apps
17 ShellBrowserContext();
18 virtual ~ShellBrowserContext();
39 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
H A Dshell_browser_context.cc11 ShellBrowserContext::ShellBrowserContext() function in class:apps::ShellBrowserContext
12 : content::ShellBrowserContext(false, NULL) {
15 ShellBrowserContext::~ShellBrowserContext() {
18 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext1() {
21 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext2() {
24 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext3() {
27 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext4() {
30 void ShellBrowserContext
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.h27 class ShellBrowserContext : public BrowserContext { class in namespace:content
29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
30 virtual ~ShellBrowserContext();
68 // Performs initialization of the ShellBrowserContext while IO is still
81 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
H A Dshell_browser_context.cc32 class ShellBrowserContext::ShellResourceContext : public ResourceContext {
63 ShellBrowserContext::ShellBrowserContext(bool off_the_record, function in class:content::ShellBrowserContext
73 ShellBrowserContext::~ShellBrowserContext() {
80 void ShellBrowserContext::InitWhileIOAllowed() {
114 base::FilePath ShellBrowserContext::GetPath() const {
118 bool ShellBrowserContext::IsOffTheRecord() const {
122 DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() {
138 net::URLRequestContextGetter* ShellBrowserContext
[all...]

Completed in 568 milliseconds