Searched refs:ShellBrowserContext (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_context.cc14 ShellBrowserContext::ShellBrowserContext() function in class:extensions::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
[all...]
H A Dshell_browser_context.h19 class ShellBrowserContext : public content::ShellBrowserContext { class in namespace:extensions
21 ShellBrowserContext();
22 virtual ~ShellBrowserContext();
49 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
H A Dshell_browser_main_parts.h32 class ShellBrowserContext;
52 ShellBrowserContext* browser_context() { return browser_context_.get(); }
75 scoped_ptr<ShellBrowserContext> browser_context_;
H A Dshell_browser_main_parts.cc112 browser_context_.reset(new ShellBrowserContext);
/external/chromium_org/content/shell/geolocation/
H A Dshell_access_token_store.h13 class ShellBrowserContext;
19 content::ShellBrowserContext* shell_browser_context);
25 content::ShellBrowserContext* shell_browser_context);
35 content::ShellBrowserContext* shell_browser_context_;
H A Dshell_access_token_store.cc16 content::ShellBrowserContext* shell_browser_context)
38 content::ShellBrowserContext* shell_browser_context) {
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc32 class ShellBrowserContext::ShellResourceContext : public ResourceContext {
57 ShellBrowserContext::ShellBrowserContext(bool off_the_record, function in class:content::ShellBrowserContext
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
[all...]
H A Dshell_browser_main_parts.h29 class ShellBrowserContext;
50 ShellBrowserContext* browser_context() { return browser_context_.get(); }
51 ShellBrowserContext* off_the_record_browser_context() {
62 scoped_ptr<ShellBrowserContext> browser_context_;
63 scoped_ptr<ShellBrowserContext> off_the_record_browser_context_;
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();
69 // Performs initialization of the ShellBrowserContext while IO is still
82 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
H A Dshell_content_browser_client.h18 class ShellBrowserContext;
91 ShellBrowserContext* browser_context();
92 ShellBrowserContext* off_the_record_browser_context();
101 ShellBrowserContext* ShellBrowserContextForBrowserContext(
H A Dshell_browser_main_parts.cc131 browser_context_.reset(new ShellBrowserContext(false, net_log_.get()));
133 new ShellBrowserContext(true, net_log_.get()));
H A Dshell_content_browser_client.cc192 ShellBrowserContext* shell_browser_context =
205 ShellBrowserContext* shell_browser_context =
415 ShellBrowserContext* ShellContentBrowserClient::browser_context() {
419 ShellBrowserContext*
428 ShellBrowserContext*
H A Dshell_web_contents_view_delegate_win.cc207 ShellBrowserContext* browser_context =
H A Dwebkit_test_controller.cc248 ShellBrowserContext* browser_context =
581 ShellBrowserContext* browser_context =
/external/chromium_org/ash/shell/content_client/
H A Dshell_content_browser_client.cc31 content::ShellBrowserContext* shell_context =
32 static_cast<content::ShellBrowserContext*>(content_browser_context);
37 content::ShellBrowserContext* ShellContentBrowserClient::browser_context() {
H A Dshell_content_browser_client.h14 class ShellBrowserContext;
37 content::ShellBrowserContext* browser_context();
H A Dshell_browser_main_parts.h17 class ShellBrowserContext;
49 content::ShellBrowserContext* browser_context() {
55 scoped_ptr<content::ShellBrowserContext> browser_context_;
H A Dshell_browser_main_parts.cc107 browser_context_.reset(new content::ShellBrowserContext(
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts.h13 class ShellBrowserContext;
39 content::ShellBrowserContext* browser_context() {
53 scoped_ptr<content::ShellBrowserContext> browser_context_;
H A Dviews_content_client_main_parts.cc25 browser_context_.reset(new content::ShellBrowserContext(false, NULL));
H A Dviews_content_browser_client.cc33 content::ShellBrowserContext* shell_context =
H A Dviews_content_browser_client.h12 class ShellBrowserContext;
/external/chromium_org/content/shell/android/
H A Dshell_manager.cc60 ShellBrowserContext* browserContext =

Completed in 5562 milliseconds