/development/samples/SipDemo/res/xml/ |
preferences.xml | 20 android:name="SIP Username" 21 android:summary="Username for your SIP Account" 23 android:title="Enter Username"
|
/external/chromium_org/chromeos/login/ |
user_names.h | 16 // Username for stub login when not running on ChromeOS. 19 // Username for the login screen. It is only used to identify login screen 27 // Username for Guest session user.
|
/external/chromium_org/third_party/jstemplate/tutorial_examples/ |
12-parent.html | 25 parent.setVariable('username', user); 42 <span jsselect="username" jscontent="$this">User de Fault</span>'s 52 <h1 jsselect="username" jscontent="$this + '\'s Previous Searches'"></h1>
|
/external/chromium_org/components/password_manager/core/browser/ |
password_manager_driver.h | 52 // Tells the driver to fill the form with the |username| and |password|. 53 virtual void FillSuggestion(const base::string16& username, 56 // Tells the driver to preview filling form with the |username| and 58 virtual void PreviewSuggestion(const base::string16& username, 61 // Tells the driver to clear previewed password and username fields.
|
password_autofill_manager.h | 59 const base::string16& username); 63 const base::string16& username); 69 // Attempts to fill the password associated with user name |username|, and 72 const base::string16& username); 74 // Attempts to preview the password associated with user name |username|, and 77 const base::string16& username); 79 // If |current_username| matches a username for one of the login mappings in
|
password_autofill_manager.cc | 31 const base::string16& username) { 35 GetPasswordForUsername(username, fill_data, &password)) { 37 driver->FillSuggestion(username, password); 45 const base::string16& username) { 49 GetPasswordForUsername(username, fill_data, &password)) { 51 driver->PreviewSuggestion(username, password); 102 const base::string16& username) { 103 return FillSuggestion(field, username); 108 const base::string16& username) { 109 return PreviewSuggestion(field, username); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/ |
RTCConfiguration.h | 44 static RTCIceServer* create(const KURL& uri, const String& username, const String& credential) 46 return new RTCIceServer(uri, username, credential); 50 const String& username() { return m_username; } function in class:blink::FINAL 56 RTCIceServer(const KURL& uri, const String& username, const String& credential) 58 , m_username(username)
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/test/ |
tree-status-tests.html | 18 'username': 'erg@chromium.org', 26 'username': 'username@test.org', 33 'username': 'ojan@chromium.org', 62 "Tree is throttled just for fun by username@test.org");
|
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 27 * <li>Username/password pairs for web forms</li> 28 * <li>HTTP authentication username/password pairs</li> 43 * Gets whether there are any saved username/password pairs for web forms. 46 * @return true if there are any saved username/password pairs 55 * Clears any saved username/password pairs for web forms.
|
/external/apache-http/src/org/apache/http/auth/ |
NTUserPrincipal.java | 51 private final String username; field in class:NTUserPrincipal 57 final String username) { 59 if (username == null) { 62 this.username = username; 72 buffer.append(this.username); 75 this.ntname = this.username; 88 return this.username; 94 hash = LangUtils.hashCode(hash, this.username); 105 if (LangUtils.equals(this.username, that.username [all...] |
UsernamePasswordCredentials.java | 38 * Username and password {@link Credentials} 59 * The constructor with the username and password combined string argument. 61 * @param usernamePassword the username:password formed string 67 throw new IllegalArgumentException("Username:password string may not be null"); 81 * The constructor with the username and password arguments. 83 * @param userName the user name 86 public UsernamePasswordCredentials(String userName, String password) { 88 if (userName == null) { 89 throw new IllegalArgumentException("Username may not be null"); 91 this.principal = new BasicUserPrincipal(userName); [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_session_manager_client.cc | 88 const std::string& username, 91 FROM_HERE, base::Bind(callback, user_policies_[username])); 95 const std::string& username) { 96 return user_policies_[username]; 116 const std::string& username, 119 user_policies_[username] = policy_blob; 132 const std::string& username, 152 const std::string& username) const { 154 user_policies_.find(username); 158 void FakeSessionManagerClient::set_user_policy(const std::string& username, [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_persistence.cc | 30 static void SetUserLRUInputMethodPreference(const std::string& username, 33 if (!username.empty() && !local_state->ReadOnly()) { 41 users_lru_input_methods->SetStringWithoutPathExpansion(username, 54 users_lru_input_methods->SetStringWithoutPathExpansion(username, 61 << prefs::kUsersLRUInputMethod << "' for '" << username << "'"; local 154 void SetUserLRUInputMethodPreferenceForTesting(const std::string& username, 157 SetUserLRUInputMethodPreference(username, input_method, local_state);
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
httptlsconnection.py | 27 username=None, password=None, 37 - username, password (SRP) 65 @type username: str 66 @param username: SRP username. Requires the 71 Requires the 'username' argument. 102 username, password,
|
imap4_tls.py | 18 username=None, password=None, 26 - username, password (SRP) 49 @type username: str 50 @param username: SRP username. Requires the 55 Requires the 'username' argument. 76 username, password,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 17 username:%s 42 def _store_pypirc(self, username, password): 47 f.write(DEFAULT_PYPIRC % (username, password)) 76 current['username'] = config.get(server, 'username') 97 return {'username': config.get(server, 'username'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 17 username:%s 42 def _store_pypirc(self, username, password): 47 f.write(DEFAULT_PYPIRC % (username, password)) 76 current['username'] = config.get(server, 'username') 97 return {'username': config.get(server, 'username'),
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system.py | 21 USERNAME = None 30 username, 35 fetch = fetcher.FetchAsync(ZIP_KEY, username=username, password=password) 43 'unauthenticated.' % USERNAME) 81 if USERNAME is None: 82 password_data = password_store.GetMulti(('username', 'password')).Get() 83 self._username, self._password = (password_data.get('username'), 86 password_store.SetMulti({'username': USERNAME, 'password': PASSWORD} [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
password_autofill_agent.h | 41 // Fills the username and password fields of this form with the given values. 44 const blink::WebString& username, 47 // Previews the username and password fields of this form with the given 50 const blink::WebString& username, 53 // Clears the preview for the username and password fields, restoring both to 57 // Shows an Autofill popup with username suggestions for |element|. If 95 // The user manually edited the password more recently than the username was 167 // |fill_data|. Will use the data corresponding to the preferred username, 169 // attempts to fill the password matching the already filled username, if 184 const blink::WebInputElement& username, [all...] |
/external/chromium_org/components/signin/core/browser/ |
signin_manager.h | 69 // Returns true if the username is allowed based on the policy string. 70 static bool IsUsernameAllowedByPolicy(const std::string& username, 80 const std::string& username, 94 // invalid username policy updates, we need to check this during 103 // has completed for |username|. 104 void OnExternalSigninCompleted(const std::string& username); 111 // Returns true if the passed username is allowed by policy. Virtual for 113 virtual bool IsAllowedUsername(const std::string& username) const; 115 // If an authentication is in progress, return the username being 154 // used to perform the signin while |username| and |password| identify th [all...] |
/external/chromium_org/ui/login/account_picker/ |
screen_account_picker.js | 227 * @param {string} username User for which to update the image. 229 updateUserImage: function(username) { 230 $('pod-row').updateUserImage(username); 254 removeUser: function(username) { 255 $('pod-row').removeUserPod(username); 271 * Shows a custom icon in the user pod of |username|. This function 273 * @param {string} username Username of pod to add button 279 showUserPodCustomIcon: function(username, icon) { 280 $('pod-row').showUserPodCustomIcon(username, icon) [all...] |
/external/chromium_org/net/http/ |
http_auth_handler_digest_unittest.cc | 390 const char* username; member in struct:net::__anon13896 396 { // MD5 with username/password 405 "foo", "bar", // username/password 410 "Digest username=\"foo\", realm=\"DRealm1\", " 417 { // MD5 with username but empty password. username has space in it. 426 "foo bar", "", // Username/password 431 "Digest username=\"foo bar\", realm=\"DRealm1\", " 438 { // MD5 with no username. 447 "", "pass", // Username/passwor [all...] |
/external/chromium_org/third_party/tlslite/scripts/ |
tls.py | 96 username = None 113 username = arg 148 retList.append(username) 168 print(" Client SRP username: %s" % connection.session.srpUsername) 188 (address, privateKey, certChain, username, password) = \ 193 if (username and not password) or (not username and password): 195 if certChain and username: 209 if username and password: 210 connection.handshakeClientSRP(username, password, [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_mobile.cc | 73 const std::string& username, 75 RegisterForPolicyInternal(username, "", callback); 80 const std::string& username, 83 RegisterForPolicyInternal(username, access_token, callback); 93 const std::string& username, 98 username); 115 username, 196 const std::string& username = signin_manager()->GetAuthenticatedUsername(); local 197 DCHECK(!username.empty()); 210 username, [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_user_list.js | 48 * Finds the index of user by given username (canonicalized email). 50 * @param {string} username The username to look for. 53 indexOf_: function(username) { 61 if (user.username == username) { 71 * @param {string} username User for which to update the image. 73 updateAccountPicture: function(username) { 74 var index = this.indexOf_(username); 189 this.icon_.src = 'chrome://userimage/' + this.user.username [all...] |