Searched refs:Login (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/jingle/notifier/communicator/
H A Dlogin.cc27 Login::Delegate::~Delegate() {}
29 Login::Login(Delegate* delegate, function in class:notifier::Login
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) {
82 void Login
[all...]
H A Dlogin.h41 class Login : public net::NetworkChangeNotifier::IPAddressObserver, class in namespace:notifier
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/
H A Ddictionary.merit7 ATTRIBUTE Login-LAT-Service 34 string
8 ATTRIBUTE Login-LAT-Node 35 string
9 ATTRIBUTE Login-LAT-Group 36 string
H A Ddictionary.compat10 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
H A Ddictionary59 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
[all...]
/external/chromium_org/components/test/data/password_manager/
H A Dtests.py32 def Login(self): member in class:Facebook
41 def Login(self): member in class:Google
50 def Login(self): member in class:Linkedin
59 def Login(self): member in class:Mailru
68 def Login(self): member in class:Nytimes
77 def Login(self): member in class:Pinterest
86 def Login(self): member in class:Reddit
97 def Login(self): member in class:Tumblr
106 def Login(self): member in class:Twitter
115 def Login(sel member in class:Wikipedia
124 def Login(self): member in class:Yahoo
133 def Login(self): member in class:Yandex
146 def Login(self): member in class:Amazon
159 def Login(self): member in class:Ask
172 def Login(self): member in class:Baidu
182 def Login(self): member in class:Cnn
200 def Login(self): member in class:Ebay
210 def Login(self): member in class:Espn
228 def Login(self): member in class:Live
238 def Login(self): member in class:One63
249 def Login(self): member in class:Vube
[all...]
H A Dwebsitetest.py274 # Login/Logout Methods
276 def Login(self): member in class:WebsiteTest
277 """Login Method. Has to be overloaded by the WebsiteTest test."""
278 raise NotImplementedError("Login is not implemented.")
283 self.Login()
288 self.Login()
305 logging.info("\nWrong Login Test for %s \n" % self.name)
333 logging.info("\nSuccessful Login Test for %s \n" % self.name)
360 logging.info("\nSuccessful Login With Autofilled Password"
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppthread.h49 void Login(const buzz::XmppClientSettings & xcs);
H A Dxmppthread.cc61 void XmppThread::Login(const buzz::XmppClientSettings& xcs) { function in class:buzz::XmppThread
/external/chromium_org/jingle/notifier/listener/
H A Dxmpp_push_client.h38 public Login::Delegate,
56 // Login::Delegate implementation.
82 scoped_ptr<notifier::Login> login_;
/external/chromium_org/third_party/libjingle/source/talk/examples/login/
H A Dlogin_main.cc58 thread.Login(xcs);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils_browsertest.cc87 void Login(const std::string& username) { function in class:chromeos::LoginUtilsTest
134 Login("username");
H A Dapp_launch_signin_screen.h57 virtual void Login(const UserContext& user_context,
H A Dlogin_manager_test.cc87 controller->Login(user_context, SigninSpecifics());
H A Dapp_launch_signin_screen.cc86 void AppLaunchSigninScreen::Login(const UserContext& user_context, function in class:chromeos::AppLaunchSigninScreen
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.h63 void Login(const google::protobuf::MessageLite& login_request);
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.h52 virtual bool Login() OVERRIDE;
70 // Updates state of the Login button.
H A Dnetwork_config_view.h91 // 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;
H A Dvpn_config_view.h72 virtual bool Login() OVERRIDE;
103 // Update state of the Login button.
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc915 void Login(Browser* browser, int num_loading_tabs, int num_timed_out_tabs);
1359 void CaptivePortalBrowserTest::Login(Browser* browser, function in class:CaptivePortalBrowserTest
1535 Login(browser, 1, 0);
1645 IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, Login) {
1650 Login(browser(), 1, 0);
1678 Login(incognito_browser, 1, 0);
1695 Login(browser(), 0, 1);
1702 Login(browser(), 0, 1);
1725 // Simulate logging in. Can't use Login() because the interstitial tab looks
1780 Login(browse
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display.h52 virtual void Login(const UserContext& user_context,
160 // Login UI delegate (controller).
172 // Login stack (and this object) will be recreated for next user sign in.
H A Dwebui_login_display.cc258 void WebUILoginDisplay::Login(const UserContext& user_context, function in class:chromeos::WebUILoginDisplay
262 delegate_->Login(user_context, specifics);
H A Dwebui_login_display.h59 virtual void Login(const UserContext& user_context,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dblocking_login_browsertest.cc173 void Login(const std::string& username) { function in class:chromeos::BlockingLoginTest
322 // Login now. This verifies that logging in with the canned responses (which
325 Login(GetParam().username);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.h81 virtual void Login(const UserContext& user_context,
137 // Login UI implementation instance.

Completed in 1292 milliseconds

123