HomeSort by relevance Sort by last modified time
    Searched defs:Login (Results 1 - 23 of 23) sorted by null

  /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/chromium/third_party/libjingle/source/talk/examples/login/
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/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...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.cc 60 void XmppThread::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);
login_performer.cc 5 #include "chrome/browser/chromeos/login/login_performer.h"
18 #include "chrome/browser/chromeos/login/login_utils.h"
19 #include "chrome/browser/chromeos/login/screen_locker.h"
62 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(),
80 // Consequent online login failure with blocking UI on.
96 VLOG(1) << "Online login timed out. "
115 // 0 - Login success offline and online. It's a new user. or it's an
117 // 1 - Login success offline only. It's an existing user login.
118 UMA_HISTOGRAM_ENUMERATION("Login.SuccessReason", pending_requests, 2)
    [all...]
existing_user_controller.cc 5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
20 #include "chrome/browser/chromeos/login/helper.h"
21 #include "chrome/browser/chromeos/login/login_display_host.h"
22 #include "chrome/browser/chromeos/login/views_login_display.h"
23 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
24 #include "chrome/browser/chromeos/login/wizard_controller.h"
156 void ExistingUserController::Login(const std::string& username,
172 // Use the same LoginPerformer for subsequent login as it has state
182 login_performer_->Login(username, password);
248 // Check networking after trying to login in case user i
    [all...]
views_login_display.cc 5 #include "chrome/browser/chromeos/login/views_login_display.h"
11 #include "chrome/browser/chromeos/login/help_app_launcher.h"
12 #include "chrome/browser/chromeos/login/message_bubble.h"
13 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
89 size_t users_per_screen = (width() - login::kUserImageSize) /
101 // Make sure that owner of the device is always visible on login screen.
252 void ViewsLoginDisplay::Login(UserController* source,
254 delegate()->Login(source->user().email(), UTF16ToUTF8(password));
new_user_view.cc 5 #include "chrome/browser/chromeos/login/new_user_view.h"
21 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
22 #include "chrome/browser/chromeos/login/textfield_with_margin.h"
23 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
245 sign_in_button_ = new login::WideButton(this, std::wstring());
448 void NewUserView::Login() {
469 // Sign in button causes a login attempt.
473 Login();
531 Login();
575 (*link)->SetNormalColor(login::kLinkColor)
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 10 #include "chrome/browser/chromeos/login/user_manager.h"
182 bool VPNConfigView::Login() {
wifi_config_view.cc 11 #include "chrome/browser/chromeos/login/user_manager.h"
427 // Otherwise, enable it. Also, update can login.
442 bool WifiConfigView::Login() {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 12 #include "chrome/browser/chromeos/login/startup_utils.h"
15 #include "chromeos/login/login_state.h"
141 bool WimaxConfigView::Login() {
vpn_config_view.cc 305 // Block login if certs are required but user has none.
357 bool VPNConfigView::Login() {
    [all...]
wifi_config_view.cc 14 #include "chromeos/login/login_state.h"
412 // Block login if certs are required but user has none.
633 bool WifiConfigView::Login() {
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 15 #include "chrome/browser/chromeos/login/existing_user_controller.h"
16 #include "chrome/browser/chromeos/login/screen_locker.h"
163 void TestingAutomationProvider::Login(DictionaryValue* args,
177 controller->Login(username, password);
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_display.cc 5 #include "chrome/browser/chromeos/login/webui_login_display.h"
9 #include "chrome/browser/chromeos/login/login_display_host_impl.h"
10 #include "chrome/browser/chromeos/login/screen_locker.h"
11 #include "chrome/browser/chromeos/login/user_adding_screen.h"
12 #include "chrome/browser/chromeos/login/wallpaper_manager.h"
13 #include "chrome/browser/chromeos/login/webui_login_view.h"
110 // If this call is made after new user signs in but login screen is still
244 void WebUILoginDisplay::Login(const UserContext& user_context) {
247 delegate_->Login(user_context);
webui_screen_locker.cc 5 #include "chrome/browser/chromeos/login/webui_screen_locker.h"
17 #include "chrome/browser/chromeos/login/helper.h"
18 #include "chrome/browser/chromeos/login/screen_locker.h"
19 #include "chrome/browser/chromeos/login/user_manager.h"
20 #include "chrome/browser/chromeos/login/webui_login_display.h"
21 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
37 // URL which corresponds to the login WebUI.
38 const char kLoginURL[] = "chrome://oobe/login#lock";
51 network_state_helper_(new login::NetworkStateHelper),
213 void WebUIScreenLocker::Login(const UserContext& user_context)
    [all...]
existing_user_controller.cc 5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
29 #include "chrome/browser/chromeos/login/helper.h"
30 #include "chrome/browser/chromeos/login/login_display_host.h"
31 #include "chrome/browser/chromeos/login/login_utils.h"
32 #include "chrome/browser/chromeos/login/startup_utils.h"
33 #include "chrome/browser/chromeos/login/user_manager.h"
34 #include "chrome/browser/chromeos/login/wizard_controller.h"
85 // Delay for restarting the ui if safe-mode login has failed.
98 // Copies any authentication details that were entered in the login profile in
138 network_state_helper_(new login::NetworkStateHelper)
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 65 // Path of the fake login page, when using the TestServer.
66 const char* const kTestServerLoginPath = "files/captive_portal/login.html";
79 // portal, this URL returns a mock login page. When connected to the Internet,
80 // it returns a 204 response. Uses the name of the login file so that reloading
83 "http://mock.captive.portal.test/login.html";
459 root_http.Append(FILE_PATH_LITERAL("captive_portal/login.html")));
851 // When |expect_login_tab| is false, no login tab is expected to be opened,
855 // If |expect_login_tab| is true, a login tab is then expected to be opened.
856 // It waits until both the login tab has finished loading, and two captive
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc 35 #include "talk/examples/login/xmppauth.h"
36 #include "talk/examples/login/xmppsocket.h"
37 #include "talk/examples/login/xmpppump.h"
221 void Login(const std::string &jid, const std::string &password,
702 void LibjinglePlus::Login(const std::string &jid,
706 worker_->Login(jid, password, machine_address, is_test, cookie_auth);
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 217 if self.GetOOBEScreenInfo()['screen_name'] != 'login':
220 # Login with default creds.
224 self.Login(creds[0], creds[1])
243 On ChromeOS, a browser showing the login window is started. Tests can
244 initiate a user session by calling Login() or LoginAsGuest(). Cryptohome
288 '--skip-oauth-login',
289 # Enables injection of test content script for webui login automation
291 # Enable automation provider, chromeos net and chromeos login logs
293 '*/chromeos/login/*=2',
302 to the login screen. Applies only if not logged in already
    [all...]

Completed in 919 milliseconds