OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authrequired
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
WorkgroupProperties.java
29
private boolean
authRequired
;
35
return
authRequired
;
38
public void setAuthRequired(boolean
authRequired
) {
39
this.
authRequired
=
authRequired
;
108
if ((eventType == XmlPullParser.START_TAG) && ("
authRequired
".equals(parser.getName()))) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeHttpAuthHandler.java
41
// (see WebUrlLoaderClient::
authRequired
call to didReceiveAuthenticationChallenge)
/external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client_unittest.cc
334
TEST_F(HttpPipeliningCompatibilityClientTest,
AuthRequired
) {
Completed in 133 milliseconds