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

  /external/chromium_org/apps/shell/
shell_browser_context.cc 23 ShellBrowserContext::ShellBrowserContext()
24 : content::ShellBrowserContext(false, NULL) {
28 ShellBrowserContext::~ShellBrowserContext() {
31 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext1() {
34 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext2() {
37 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext3() {
40 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext4() {
43 void ShellBrowserContext::ProfileFunctionCallOnNonProfileBrowserContext5()
    [all...]
shell_browser_context.h 15 class ShellBrowserContext : public content::ShellBrowserContext {
17 ShellBrowserContext();
18 virtual ~ShellBrowserContext();
33 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
shell_browser_main_parts.h 18 class ShellBrowserContext;
32 class ShellBrowserContext;
43 ShellBrowserContext* browser_context() {
63 scoped_ptr<ShellBrowserContext> browser_context_;
shell_browser_main_parts.cc 99 browser_context_.reset(new ShellBrowserContext);
  /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/content/shell/browser/
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 29 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_;
shell_browser_context.h 27 class ShellBrowserContext : public BrowserContext {
29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
30 virtual ~ShellBrowserContext();
72 // Performs initialization of the ShellBrowserContext while IO is still
84 DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
shell_content_browser_client.h 19 class ShellBrowserContext;
73 ShellBrowserContext* browser_context();
74 ShellBrowserContext* off_the_record_browser_context();
83 ShellBrowserContext* ShellBrowserContextForBrowserContext(
shell_content_browser_client.cc 158 ShellBrowserContext* shell_browser_context =
169 ShellBrowserContext* shell_browser_context =
317 ShellBrowserContext* ShellContentBrowserClient::browser_context() {
321 ShellBrowserContext*
330 ShellBrowserContext*
shell_browser_main_parts.cc 135 browser_context_.reset(new ShellBrowserContext(false, net_log_.get()));
137 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 =
webkit_test_controller.cc 237 ShellBrowserContext* browser_context =
570 ShellBrowserContext* browser_context =
shell_gtk.cc 312 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 103 browser_context_.reset(new content::ShellBrowserContext(
  /external/chromium_org/ui/views/examples/content_client/
examples_browser_main_parts.h 13 class ShellBrowserContext;
37 content::ShellBrowserContext* browser_context() {
42 scoped_ptr<content::ShellBrowserContext> browser_context_;
examples_content_browser_client.cc 30 content::ShellBrowserContext* shell_context =
examples_content_browser_client.h 15 class ShellBrowserContext;
examples_browser_main_parts.cc 48 browser_context_.reset(new content::ShellBrowserContext(false, NULL));
  /external/chromium_org/content/shell/android/
shell_manager.cc 57 ShellBrowserContext* browserContext =

Completed in 331 milliseconds