Searched refs:ShellLoginDialog (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_login_dialog.cc18 ShellLoginDialog::ShellLoginDialog( function in class:content::ShellLoginDialog
25 base::Bind(&ShellLoginDialog::PrepDialog, this,
30 void ShellLoginDialog::OnRequestCancelled() {
34 base::Bind(&ShellLoginDialog::PlatformRequestCancelled, this));
37 void ShellLoginDialog::UserAcceptedAuth(const base::string16& username,
42 base::Bind(&ShellLoginDialog::SendAuthToRequester, this,
46 void ShellLoginDialog::UserCancelledAuth() {
50 base::Bind(&ShellLoginDialog::SendAuthToRequester, this,
54 base::Bind(&ShellLoginDialog
[all...]
H A Dshell_login_dialog.h29 class ShellLoginDialog : public ResourceDispatcherHostLoginDelegate { class in namespace:content
32 ShellLoginDialog(net::AuthChallengeInfo* auth_info, net::URLRequest* request);
48 virtual ~ShellLoginDialog();
H A Dshell_resource_dispatcher_host_delegate.cc32 // TODO: implement ShellLoginDialog for other platforms, drop this #if
35 return new ShellLoginDialog(auth_info, request);

Completed in 65 milliseconds