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

1 2 3 4

  /external/chromium_org/jingle/notifier/communicator/
login.cc 5 #include "jingle/notifier/communicator/login.h"
30 Login::Delegate::~Delegate() {}
32 Login::Login(Delegate* delegate,
51 Login::~Login() {
56 void Login::StartConnection() {
61 void Login::UpdateXmppSettings(const buzz::XmppClientSettings& user_settings) {
71 void Login::OnConnect(base::WeakPtr<buzz::XmppTaskParentInterface> base_task) {
77 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/chrome/test/functional/
chromeos_retail_mode.py 23 """Checks that the retail mode login screen is visible."""
26 !!document.getElementById('demo-login-text'));
29 def Login(self):
30 """Login to retail mode by simulating a mouse click."""
40 """Tests retail mode login."""
42 msg='Expected to be on the retail mode login screen.')
44 self.Login()
chromeos_ephemeral.py 31 state is not being automatically cleared, the login screen never shows user
32 pods. This is required by the Login browser automation call.
85 def Login(self, user_index):
86 """Convenience method to login to the usr at the given index."""
89 policy_base.PolicyTestBase.Login(self,
101 self.Login(user_index=0)
116 self.Login(user_index=0)
134 self.Login(user_index=0)
150 self.Login(user_index=0)
154 self.Login(user_index=1
    [all...]
chromeos_oobe.py 55 # Update (canceled) -> Login.
57 self.assertEquals('login', ret['next_screen'])
58 self._AssertCurrentScreen('login')
59 # Login -> User picker.
61 self.Login(credentials['username'], credentials['password'])
63 self.assertTrue(login_info['is_logged_in'], msg='Login after OOBE failed.')
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppthread.h 33 #include "talk/examples/login/xmpppump.h"
34 #include "talk/examples/login/xmppsocket.h"
47 void Login(const buzz::XmppClientSettings & xcs);
login_main.cc 33 #include "talk/examples/login/xmppthread.h"
54 thread.Login(xcs);
xmppthread.cc 29 #include "talk/examples/login/xmppthread.h"
30 #include "talk/examples/login/xmppauth.h"
58 void XmppThread::Login(const buzz::XmppClientSettings& xcs) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
libjingleplus_unittest.cc 42 libjingleplus->Login("eaterleaver0", "Buzzt3st", "talk.google.com", false, false);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.h 49 void Login(const buzz::XmppClientSettings & xcs);
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display.cc 5 #include "chrome/browser/chromeos/login/dom_login_display.h"
13 const char kLoginURL[] = "chrome://login";
61 // TODO(rharrison): Push the change to DOM Login screen
66 // TODO(rharrison): Push the change to DOM Login screen
89 void DOMLoginDisplay::Login(const std::string& username,
92 delegate_->Login(username, password);
dom_login_display.h 13 #include "chrome/browser/chromeos/login/login_display.h"
14 #include "chrome/browser/chromeos/login/user_manager.h"
15 #include "chrome/browser/ui/webui/chromeos/login/login_ui.h"
25 // DOM-based login UI implementation.
66 virtual void Login(const std::string& username,
login_display.h 13 #include "chrome/browser/chromeos/login/help_app_launcher.h"
14 #include "chrome/browser/chromeos/login/user_manager.h"
31 // An abstract class that defines login UI implementation.
47 virtual void Login(const std::string& username,
63 // |background_bounds| determines the bounds of login UI background.
71 // Initializes login UI with the user pods based on list of known users and
82 // After this call login display should be ready to be smoothly destroyed
90 // |login_attempts| shows number of login attempts made by current user.
110 // Login UI delegate (controller).
116 // Bounds of the login UI background
    [all...]
views_login_display.h 14 #include "chrome/browser/chromeos/login/login_display.h"
15 #include "chrome/browser/chromeos/login/message_bubble.h"
16 #include "chrome/browser/chromeos/login/user_controller.h"
24 // Views-based login UI implementation.
28 // in the UserManager (including one for new user and one for Guest login),
53 virtual void Login(UserController* source, const string16& password) OVERRIDE;
  /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 57 thread.Login(xcs);
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 64 DEFINE_GET_LIBRARY_METHOD(Login, login);
121 DEFINE_SET_LIBRARY_METHOD(Login, login);
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 37 // Login dialog for known networks.
39 // Login dialog for new/hidden networks.
83 // True when opening in browser, otherwise in OOBE/login mode.
107 virtual bool Login() = 0;
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 28 #include "jingle/notifier/communicator/login.h"
94 scoped_ptr<notifier::Login> login_;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.h 22 // "chrome://login"
45 virtual void Login(const std::string& username,
55 // Reference to the DOM handling layer for the login screen
62 // for the login page to use for authentication.
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.cc 5 #include "chrome/browser/chromeos/login/login_manager_test.h"
9 #include "chrome/browser/chromeos/login/existing_user_controller.h"
10 #include "chrome/browser/chromeos/login/user_manager.h"
54 controller->Login(UserContext(username, password, std::string()));
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.h 33 // Wimax login dialog for wimax network |wimax|. |wimax| must be a non NULL
52 virtual bool Login() OVERRIDE;
70 // Updates state of the Login button.

Completed in 522 milliseconds

1 2 3 4