OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:username
(Results
76 - 100
of
533
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/components/password_manager/core/browser/
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
/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/skia/platform_tools/android/bin/
http_download.py
8
This module supports
username
and password with basic authentication.
29
def HttpDownload(url, target,
username
=None, password=None, verbose=True,
36
username
: Optional
username
for download.
37
password: Optional password for download (ignored if no
username
).
45
if
username
:
47
auth_code = base64.b64encode(
username
+ ':' + password)
49
auth_code = base64.b64encode(
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/chromium_org/third_party/webrtc/base/
proxyinfo.h
34
std::string
username
;
member in struct:rtc::ProxyInfo
autodetectproxy.h
44
void set_auth_info(bool use_auth, const std::string&
username
,
47
proxy_.
username
=
username
;
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_mobile.h
44
// Registers a CloudPolicyClient for fetching policy for |
username
|.
48
// or once it is determined that |
username
| is not a managed account.
49
void RegisterForPolicy(const std::string&
username
,
53
// Registers a CloudPolicyClient for fetching policy for |
username
|.
57
// |
username
| is not a managed account.
59
const std::string&
username
,
69
const std::string&
username
,
user_policy_signin_service_base.h
79
const std::string&
username
,
87
const std::string&
username
) OVERRIDE;
114
// or NULL if |
username
| shouldn't register for policy management.
116
const std::string&
username
);
129
// Invoked to initialize the cloud policy service for |
username
|, which is the
135
const std::string&
username
,
143
const std::string&
username
,