HomeSort by relevance Sort by last modified time
    Searched full:username (Results 126 - 150 of 1761) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/signin/core/browser/
signin_manager_base.h 10 // Once a signin is successful, the username becomes "established" and will not
13 // refresh credentials, but changing the username is not permitted.
17 // caching / handling of the "authenticated username" field, and TokenService
52 const std::string& username,
57 const std::string& username) {}
91 // account is the username. For code that needs a unique id to represent the
99 // Sets the user name. Note: |username| should be already authenticated as
101 // TODO(tim): Remove this in favor of passing username on construction by
103 void SetAuthenticatedUsername(const std::string& username);
149 // Actual username after successful authentication
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_session_manager_client.h 45 const std::string& username,
48 const std::string& username) OVERRIDE;
54 virtual void StorePolicyForUser(const std::string& username,
61 virtual void SetFlagsForUser(const std::string& username,
69 const std::string& user_policy(const std::string& username) const;
70 void set_user_policy(const std::string& username,
  /external/chromium_org/jingle/glue/
utils.cc 43 value.SetString("username", candidate.username());
68 std::string username; local
77 !dic_value->GetString("username", &username) ||
87 candidate->set_username(username);
  /external/chromium_org/tools/grit/grit/node/
message_unittest.py 27 Hello <ph name="USERNAME">%s<ex>Joi</ex></ph>, how are you doing today?
33 self.failUnless(content == 'Hello USERNAME, how are you doing today?')
39 ''' Hello there <ph name="USERNAME">%s</ph> '''
44 self.failUnless(content == 'Hello there USERNAME')
49 msg = tclib.Message(text=" Hello USERNAME, how are you? BINGO\t\t",
50 placeholders=[tclib.Placeholder('USERNAME', '%s', 'Joi'),
  /frameworks/base/tests/TransitionTests/res/layout/
new_user.xml 12 android:layout_alignRight="@+id/username"
13 android:layout_below="@+id/username"
22 android:layout_alignTop="@+id/username"
24 android:layout_toRightOf="@+id/username"
28 android:id="@+id/username"
35 android:text="@string/username"
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.h 51 void OnUsernameChanged(const std::string& username);
56 const std::string& username,
59 const std::string& username) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
profile_signin_confirmation_view_controller.h 29 // The GAIA username being signed in.
52 username:(const std::string&)username
  /external/chromium_org/components/test/data/password_manager/
README 26 <username>username</username>
74 self.FillUsernameInto("Username CSS selector")
91 <username>username</username>
95 The "website name" is only used to find the username and password in the xml
127 the username.
159 <username>username</username
    [all...]
  /external/chromium_org/third_party/webrtc/base/
autodetectproxy.h 44 void set_auth_info(bool use_auth, const std::string& username,
47 proxy_.username = username;
  /external/chromium_org/tools/grit/grit/
pseudo_unittest.py 41 msg = tclib.Message(text='Hello USERNAME, how are you?',
43 tclib.Placeholder('USERNAME', '%s', 'Joi')])
49 u'HePelloPo USERNAME, hoPow aParePe youPyou?', 1))
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 40 // The name of the username/password element in the form.
41 const char kUsernameName[] = "username";
54 " <INPUT type='text' id='username'/>"
113 " <input type='text' id='username'/>"
151 " document.getElementById('username').onchange = function() {"
220 key.username = username3_;
300 base::string16 username(base::ASCIIToUTF16(kAliceUsername));
309 AutofillMsg_FillPasswordSuggestion msg(0, username, password);
318 void SimulateUsernameChange(const std::string& username,
321 SimulateInputChangeForElement(username,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_selection_screen.h 39 void OnBeforeUserRemoved(const std::string& username);
40 void OnUserRemoved(const std::string& username);
45 void SetAuthType(const std::string& username,
48 const std::string& username) const;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_display.cc 83 void WebUILoginDisplay::OnBeforeUserRemoved(const std::string& username) {
84 user_selection_screen_->OnBeforeUserRemoved(username);
87 void WebUILoginDisplay::OnUserRemoved(const std::string& username) {
88 user_selection_screen_->OnUserRemoved(username);
106 const std::string& username,
108 user_selection_screen_->SetAuthType(username, auth_type);
112 const std::string& username) const {
113 return user_selection_screen_->GetAuthType(username);
211 void WebUILoginDisplay::ShowGaiaPasswordChanged(const std::string& username) {
213 webui_handler_->ShowGaiaPasswordChanged(username);
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_constants.cc 15 const char kUserName[] = "UserName";
  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 51 const base::string16& username,
56 ConvertUTF16ToJavaString(env, username);
66 jstring username,
69 base::string16 username16 = ConvertJavaStringToUTF16(env, username);
  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils.cc 113 // Caches whether |username_element| is marked with autocomplete='username'.
133 // If we have not yet considered any element to be the username so far,
135 // element to be the username. This choice will be overruled if we later
136 // find an element with autocomplete='username'.
139 // Remove the selected username from other_possible_usernames.
149 // Various input types such as text, url, email can be a username field.
151 if (HasAutocompleteAttributeValue(*input_element, "username")) {
153 // A second or subsequent element marked with autocomplete='username'.
156 // username, but will start collecting other_possible_usernames from
157 // the extra elements marked with autocomplete='username'. Note tha
    [all...]
password_form_conversion_utils_browsertest.cc 33 // number and kinds of username and password fields.
145 builder.AddUsernameField("username", "johnsmith", NULL);
159 EXPECT_EQ(base::UTF8ToUTF16("username"), password_form->username_element);
173 builder.AddUsernameField("username", "johnsmith", NULL);
183 EXPECT_EQ(base::UTF8ToUTF16("username"), password_form->username_element);
198 // When no elements are marked with autocomplete='username', the text-type
200 // the username, and the rest should be marked as alternatives.
202 // When a sole element is marked with autocomplete='username', it should
203 // be treated as the username for sure, with no other_possible_usernames.
204 {{"username", NULL, NULL}, "username1", "John", ""}
    [all...]
  /external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.cc 22 const std::string & username,
26 mechanism, username, cookie, token_service) {}
52 const std::string& username,
56 : username_(username),
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslcookiemechanism.h 42 const std::string & username,
46 username_(username),
51 const std::string & username,
54 username_(username),
  /external/chromium_org/third_party/tlslite/tlslite/integration/
xmlrpctransport.py 32 username=None, password=None,
50 - username, password (SRP)
71 @type username: str
72 @param username: SRP username. Requires the
77 Requires the 'username' argument.
107 username, password,
122 username=self.username, password=self.password,
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 31 String userName;
33 public TimeoutTask(String userName, String proxyDomain) {
35 this.userName = userName;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 74 self.username = config['username']
107 First we try to read the username/password from $HOME/.pypirc,
109 [distutils] containing username and password entries (both
117 username: fred
128 # see if we can short-cut and get the username/password from the
132 username = self.username
136 username = password = ''
156 # get the username and passwor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 74 self.username = config['username']
107 First we try to read the username/password from $HOME/.pypirc,
109 [distutils] containing username and password entries (both
117 username: fred
128 # see if we can short-cut and get the username/password from the
132 username = self.username
136 username = password = ''
156 # get the username and passwor
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username == NULL
717 char *username; local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 58 Process a request to authenticate a client. We assume that the username
67 self.username = self.request.get('username')
70 logging.info('Authenticatng username: ' + self.username)
72 if ((self.username != None) and
73 (self.username.startswith(BaseWebServiceHandler.ACCT_USER_NAME)) and
88 The request should include username/password parameters that correspond
95 self.username = self.request.get('username')
    [all...]

Completed in 1884 milliseconds

1 2 3 4 56 7 8 91011>>