HomeSort by relevance Sort by last modified time
    Searched defs:ShellBrowserContext (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/apps/shell/browser/
shell_browser_context.h 15 class ShellBrowserContext : public content::ShellBrowserContext {
17 ShellBrowserContext();
18 virtual ~ShellBrowserContext();
39 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
shell_browser_context.cc 11 ShellBrowserContext::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::ProfileFunctionCallOnNonProfileBrowserContext5()
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.cc 32 class ShellBrowserContext::ShellResourceContext : public ResourceContext {
63 ShellBrowserContext::ShellBrowserContext(bool off_the_record,
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::GetRequestContext()
    [all...]
shell_browser_context.h 27 class ShellBrowserContext : public BrowserContext {
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);

Completed in 70 milliseconds