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

1 2 3

  /external/chromium_org/jingle/notifier/communicator/
login.cc 5 #include "jingle/notifier/communicator/login.h"
27 Login::Delegate::~Delegate() {}
29 Login::Login(Delegate* delegate,
48 Login::~Login() {
53 void Login::StartConnection() {
58 void Login::UpdateXmppSettings(const buzz::XmppClientSettings& user_settings) {
68 void Login::OnConnect(base::WeakPtr<buzz::XmppTaskParentInterface> base_task) {
74 void Login::OnRedirect(const ServerInformation& redirect_server)
    [all...]
login.h 36 // Does the login, keeps it alive (with refreshing cookies and
37 // reattempting login when disconnected), and figures out what actions
41 class Login : public net::NetworkChangeNotifier::IPAddressObserver,
57 // Called when the current login credentials have been rejected.
68 Login(Delegate* delegate,
75 virtual ~Login();
124 base::OneShotTimer<Login> reconnect_timer_;
126 DISALLOW_COPY_AND_ASSIGN(Login);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 7 ATTRIBUTE Login-LAT-Service 34 string
8 ATTRIBUTE Login-LAT-Node 35 string
9 ATTRIBUTE Login-LAT-Group 36 string
dictionary.compat 10 ATTRIBUTE Login-Host 14 ipaddr
11 ATTRIBUTE Login-Port 16 integer
21 VALUE Service-Type Dialback-Login-User 3
28 ATTRIBUTE Login-Host 14 ipaddr
29 ATTRIBUTE Login-Callback-Number 19 string
33 VALUE Service-Type Login 1
35 VALUE Service-Type Callback-Login 3
dictionary 59 ATTRIBUTE Login-IP-Host 14 ipaddr
60 ATTRIBUTE Login-Service 15 integer
61 ATTRIBUTE Login-TCP-Port 16 integer
135 VALUE Service-Type Login-User 1
137 VALUE Service-Type Callback-Login-User 3
160 # Login Services
162 VALUE Login-Service Telnet 0
163 VALUE Login-Service Rlogin 1
164 VALUE Login-Service TCP-Clear 2
165 VALUE Login-Service PortMaster
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.h 49 void Login(const buzz::XmppClientSettings & xcs);
xmppthread.cc 61 void XmppThread::Login(const buzz::XmppClientSettings& xcs) {
  /external/chromium_org/components/test/data/password_manager/
tests.py 32 def Login(self):
41 def Login(self):
50 def Login(self):
52 self.FillUsernameInto("#session_key-login")
53 self.FillPasswordInto("#session_password-login")
54 self.Submit("#session_password-login")
59 def Login(self):
68 def Login(self):
69 self.GoTo("https://myaccount.nytimes.com/auth/login")
77 def Login(self)
    [all...]
websitetest.py 274 # Login/Logout Methods
276 def Login(self):
277 """Login Method. Has to be overloaded by the WebsiteTest test."""
278 raise NotImplementedError("Login is not implemented.")
283 self.Login()
288 self.Login()
296 """Does the wrong login test: Tries to login with a wrong password and
301 problem when performing the login (ex: the login button is no
    [all...]
  /external/chromium_org/jingle/notifier/listener/
xmpp_push_client.h 19 #include "jingle/notifier/communicator/login.h"
38 public Login::Delegate,
56 // Login::Delegate implementation.
82 scoped_ptr<notifier::Login> login_;
  /external/chromium_org/third_party/libjingle/source/talk/examples/login/
login_main.cc 58 thread.Login(xcs);
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 13 #include "chrome/browser/chromeos/login/existing_user_controller.h"
14 #include "chrome/browser/chromeos/login/ui/webui_login_display.h"
15 #include "chrome/browser/chromeos/login/wizard_controller.h"
17 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
54 // Use the login manager screens and the gaia auth extension.
87 void Login(const std::string& username) {
134 Login("username");
app_launch_signin_screen.h 12 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
13 #include "chromeos/login/auth/auth_status_consumer.h"
14 #include "chromeos/login/auth/authenticator.h"
23 // and requires the user to login in order to access the network dialog.
29 // the login screen. We should do some refactoring in this area.
57 virtual void Login(const UserContext& user_context,
login_manager_test.cc 5 #include "chrome/browser/chromeos/login/login_manager_test.h"
10 #include "chrome/browser/chromeos/login/existing_user_controller.h"
11 #include "chrome/browser/chromeos/login/ui/login_display_host_impl.h"
12 #include "chrome/browser/chromeos/login/ui/webui_login_view.h"
14 #include "chromeos/login/auth/key.h"
15 #include "chromeos/login/auth/user_context.h"
87 controller->Login(user_context, SigninSpecifics());
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.h 52 virtual bool Login() OVERRIDE;
70 // Updates state of the Login button.
network_config_view.h 91 // Login dialog for known networks. Returns true if successfully created.
93 // Login dialog for new/hidden networks. Returns true if successfully created.
135 virtual bool Login() = 0;
151 // Gets the default network share state for the current login state.
  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.h 47 // size packet). Only used during the login handshake.
61 // Sends the protocol version and login request. First step in the MCS
63 void Login(const google::protobuf::MessageLite& login_request);
104 // Whether the MCS login handshake has successfully completed. See Init(..)
mcs_client.h 121 // Successful login will result in |message_received_callback| being invoked
123 // Login failure (typically invalid id/token) will shut down the client, and
125 virtual void Login(uint64 android_id, uint64 security_token);
156 // Resets the internal state and builds a new login request, acknowledging
208 // Local version string. Sent on login.
268 // acknowledged on the next login attempt.
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display.h 13 #include "chrome/browser/chromeos/login/help_app_launcher.h"
14 #include "chrome/browser/chromeos/login/signin_specifics.h"
27 // An abstract class that defines login UI implementation.
52 virtual void Login(const UserContext& user_context,
84 // Sets the displayed email for the next login attempt with |CompleteLogin|.
91 // Restarts the public-session auto-login timer if it is running.
98 // |background_bounds| determines the bounds of login UI background.
105 // Initializes login UI with the user pods based on list of known users and
112 // Notifies the login UI that the preferences defining how to visualize it to
124 // |login_attempts| shows number of login attempts made by current user
    [all...]
webui_login_display.h 12 #include "chrome/browser/chromeos/login/screens/gaia_screen.h"
13 #include "chrome/browser/chromeos/login/screens/user_selection_screen.h"
14 #include "chrome/browser/chromeos/login/signin_specifics.h"
15 #include "chrome/browser/chromeos/login/ui/login_display.h"
16 #include "chrome/browser/ui/webui/chromeos/login/native_window_delegate.h"
17 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
23 // WebUI-based login UI implementation.
59 virtual void Login(const UserContext& user_context,
96 // Whether to show guest login.
106 // Reference to the WebUI handling layer for the login scree
    [all...]
webui_login_display.cc 5 #include "chrome/browser/chromeos/login/ui/webui_login_display.h"
9 #include "chrome/browser/chromeos/login/lock/screen_locker.h"
10 #include "chrome/browser/chromeos/login/screens/chrome_user_selection_screen.h"
11 #include "chrome/browser/chromeos/login/ui/login_display_host_impl.h"
12 #include "chrome/browser/chromeos/login/ui/user_adding_screen.h"
13 #include "chrome/browser/chromeos/login/ui/webui_login_view.h"
14 #include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h"
21 #include "chromeos/login/user_names.h"
129 // If this call is made after new user signs in but login screen is still
258 void WebUILoginDisplay::Login(const UserContext& user_context
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 64 // Path of the fake login page, when using the TestServer.
65 const char* const kTestServerLoginPath = "files/captive_portal/login.html";
78 // portal, this URL returns a mock login page. When connected to the Internet,
79 // it returns a 204 response. Uses the name of the login file so that reloading
82 "http://mock.captive.portal.test/login.html";
464 root_http.Append(FILE_PATH_LITERAL("captive_portal/login.html")),
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 9 <include src="../../../../../ui/login/screen.js">
13 <include src="../../../../../ui/login/bubble.js">
14 <include src="../../../../../ui/login/display_manager.js">
22 <include src="../../../../../ui/login/account_picker/screen_account_picker.js">
32 <include src="../../../../../ui/login/login_ui_tools.js">
33 <include src="../../../../../ui/login/account_picker/user_pod_row.js">
34 <include src="../../../../../ui/login/resource_loader.js">
37 var DisplayManager = cr.ui.login.DisplayManager;
87 * Update body class to switch between OOBE UI and Login UI.
95 login.HeaderBar.animateIn(function()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.h 16 #include "chrome/browser/chromeos/login/lock/screen_locker_delegate.h"
17 #include "chrome/browser/chromeos/login/signin_specifics.h"
18 #include "chrome/browser/chromeos/login/ui/lock_window.h"
19 #include "chrome/browser/chromeos/login/ui/login_display.h"
20 #include "chrome/browser/chromeos/login/ui/webui_login_view.h"
38 namespace login { namespace in namespace:chromeos
81 virtual void Login(const UserContext& user_context,
137 // Login UI implementation instance.
152 scoped_ptr<login::NetworkStateHelper> network_state_helper_;
  /external/chromium_org/chrome/browser/chromeos/policy/
blocking_login_browsertest.cc 14 #include "chrome/browser/chromeos/login/existing_user_controller.h"
15 #include "chrome/browser/chromeos/login/ui/webui_login_display.h"
16 #include "chrome/browser/chromeos/login/wizard_controller.h"
19 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
95 // Use the login manager screens and the gaia auth extension.
173 void Login(const std::string& username) {
279 // Skip the OOBE, go to the sign-in screen, and wait for the login screen to
322 // Login now. This verifies that logging in with the canned responses (which
325 Login(GetParam().username);

Completed in 451 milliseconds

1 2 3