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

  /external/chromium_org/extensions/shell/browser/
shell_browser_context.h 19 class ShellBrowserContext : public content::ShellBrowserContext {
21 ShellBrowserContext();
22 virtual ~ShellBrowserContext();
49 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
shell_browser_context.cc 14 ShellBrowserContext::ShellBrowserContext()
15 : content::ShellBrowserContext(false, NULL),
19 ShellBrowserContext::~ShellBrowserContext() {
22 content::BrowserPluginGuestManager* ShellBrowserContext::GetGuestManager() {
26 storage::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() {
30 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext1() {
33 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext2() {
36 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext3()
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.cc 32 class ShellBrowserContext::ShellResourceContext : public ResourceContext {
57 ShellBrowserContext::ShellBrowserContext(bool off_the_record,
67 ShellBrowserContext::~ShellBrowserContext() {
74 void ShellBrowserContext::InitWhileIOAllowed() {
108 base::FilePath ShellBrowserContext::GetPath() const {
112 bool ShellBrowserContext::IsOffTheRecord() const {
116 DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() {
132 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();
69 // Performs initialization of the ShellBrowserContext while IO is still
82 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);

Completed in 90 milliseconds