ShellLoginDialog 18 content/shell/browser/shell_login_dialog.cc ShellLoginDialog::ShellLoginDialog( ShellLoginDialog 25 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::PrepDialog, this, ShellLoginDialog 30 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::OnRequestCancelled() { ShellLoginDialog 34 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::PlatformRequestCancelled, this)); ShellLoginDialog 37 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::UserAcceptedAuth(const base::string16& username, ShellLoginDialog 42 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::SendAuthToRequester, this, ShellLoginDialog 46 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::UserCancelledAuth() { ShellLoginDialog 50 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::SendAuthToRequester, this, ShellLoginDialog 54 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::PlatformCleanUp, this)); ShellLoginDialog 57 content/shell/browser/shell_login_dialog.cc ShellLoginDialog::~ShellLoginDialog() { ShellLoginDialog 66 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::PlatformCreateDialog(const base::string16& message) {} ShellLoginDialog 67 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::PlatformCleanUp() {} ShellLoginDialog 68 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::PlatformRequestCancelled() {} ShellLoginDialog 71 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::PrepDialog(const base::string16& host, ShellLoginDialog 92 content/shell/browser/shell_login_dialog.cc void ShellLoginDialog::SendAuthToRequester(bool success, ShellLoginDialog 104 content/shell/browser/shell_login_dialog.cc base::Bind(&ShellLoginDialog::PlatformCleanUp, this)); ShellLoginDialog 33 content/shell/browser/shell_login_dialog.h class ShellLoginDialog : public ResourceDispatcherHostLoginDelegate { ShellLoginDialog 36 content/shell/browser/shell_login_dialog.h ShellLoginDialog(net::AuthChallengeInfo* auth_info, net::URLRequest* request); ShellLoginDialog 52 content/shell/browser/shell_login_dialog.h virtual ~ShellLoginDialog(); ShellLoginDialog 92 content/shell/browser/shell_login_dialog.h CHROMEGTK_CALLBACK_1(ShellLoginDialog, void, OnResponse, int); ShellLoginDialog 22 content/shell/browser/shell_login_dialog_gtk.cc void ShellLoginDialog::PlatformCreateDialog(const base::string16& message) { ShellLoginDialog 84 content/shell/browser/shell_login_dialog_gtk.cc void ShellLoginDialog::PlatformCleanUp() { ShellLoginDialog 88 content/shell/browser/shell_login_dialog_gtk.cc void ShellLoginDialog::PlatformRequestCancelled() { ShellLoginDialog 92 content/shell/browser/shell_login_dialog_gtk.cc void ShellLoginDialog::OnResponse(GtkWidget* sender, int response_id) { ShellLoginDialog 35 content/shell/browser/shell_resource_dispatcher_host_delegate.cc return new ShellLoginDialog(auth_info, request);