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

  /external/chromium_org/content/shell/geolocation/
shell_access_token_store.h 11 class ShellBrowserContext;
17 content::ShellBrowserContext* shell_browser_context);
23 content::ShellBrowserContext* shell_browser_context);
33 content::ShellBrowserContext* shell_browser_context_;
shell_access_token_store.cc 16 content::ShellBrowserContext* shell_browser_context)
38 content::ShellBrowserContext* shell_browser_context) {
  /external/chromium_org/ui/views/examples/content_client/
examples_browser_main_parts.h 13 class ShellBrowserContext;
33 content::ShellBrowserContext* browser_context() {
38 scoped_ptr<content::ShellBrowserContext> browser_context_;
examples_content_browser_client.h 15 class ShellBrowserContext;
32 content::ShellBrowserContext* browser_context();
examples_content_browser_client.cc 25 content::ShellBrowserContext* ExamplesContentBrowserClient::browser_context() {
examples_browser_main_parts.cc 39 browser_context_.reset(new content::ShellBrowserContext(false, NULL));
  /external/chromium_org/content/shell/
shell_browser_context.cc 32 class ShellBrowserContext::ShellResourceContext : public ResourceContext {
63 ShellBrowserContext::ShellBrowserContext(bool off_the_record,
72 ShellBrowserContext::~ShellBrowserContext() {
79 void ShellBrowserContext::InitWhileIOAllowed() {
113 base::FilePath ShellBrowserContext::GetPath() const {
117 bool ShellBrowserContext::IsOffTheRecord() const {
121 DownloadManagerDelegate* ShellBrowserContext::GetDownloadManagerDelegate() {
137 net::URLRequestContextGetter* ShellBrowserContext::GetRequestContext()
    [all...]
shell_browser_main_parts.h 23 class ShellBrowserContext;
44 ShellBrowserContext* browser_context() { return browser_context_.get(); }
45 ShellBrowserContext* off_the_record_browser_context() {
53 scoped_ptr<ShellBrowserContext> browser_context_;
54 scoped_ptr<ShellBrowserContext> off_the_record_browser_context_;
shell_browser_context.h 27 class ShellBrowserContext : public BrowserContext {
29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
30 virtual ~ShellBrowserContext();
66 // Performs initialization of the ShellBrowserContext while IO is still
78 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
shell_content_browser_client.h 20 class ShellBrowserContext;
78 ShellBrowserContext* browser_context();
79 ShellBrowserContext* off_the_record_browser_context();
88 ShellBrowserContext* ShellBrowserContextForBrowserContext(
shell_content_browser_client.cc 102 ShellBrowserContext* shell_browser_context =
113 ShellBrowserContext* shell_browser_context =
253 ShellBrowserContext* ShellContentBrowserClient::browser_context() {
257 ShellBrowserContext*
266 ShellBrowserContext*
shell_browser_main_parts.cc 118 browser_context_.reset(new ShellBrowserContext(false, net_log_.get()));
120 new ShellBrowserContext(true, net_log_.get()));
shell_web_contents_view_delegate_win.cc 206 ShellBrowserContext* browser_context =
shell_web_contents_view_delegate_gtk.cc 212 ShellBrowserContext* browser_context =
shell_gtk.cc 305 ShellBrowserContext* browser_context =
webkit_test_controller.cc 230 ShellBrowserContext* browser_context =
  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.h 17 class ShellBrowserContext;
44 content::ShellBrowserContext* browser_context() {
50 scoped_ptr<content::ShellBrowserContext> browser_context_;
shell_content_browser_client.cc 30 content::ShellBrowserContext* shell_context =
31 static_cast<content::ShellBrowserContext*>(content_browser_context);
35 content::ShellBrowserContext* ShellContentBrowserClient::browser_context() {
shell_content_browser_client.h 14 class ShellBrowserContext;
36 content::ShellBrowserContext* browser_context();
shell_browser_main_parts.cc 106 browser_context_.reset(new content::ShellBrowserContext(
  /external/chromium_org/content/shell/android/
shell_manager.cc 57 ShellBrowserContext* browserContext =

Completed in 133 milliseconds