OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCHEME_DIGEST
(Results
1 - 8
of
8
) sorted by null
/external/chromium/webkit/glue/
password_form.h
46
SCHEME_DIGEST
,
/external/chromium_org/components/autofill/core/common/
password_form.h
47
SCHEME_DIGEST
,
/external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc
266
{ PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
356
{ { PasswordForm::
SCHEME_DIGEST
, "http://some.domain.com/high_security",
361
{ { PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
365
{ { PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/other_domain",
438
{ PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
478
base_form->scheme == PasswordForm::
SCHEME_DIGEST
) {
509
{ { PasswordForm::
SCHEME_DIGEST
, "https://digest.site.com/differentrealm",
632
different_form.scheme = PasswordForm::
SCHEME_DIGEST
;
[
all
...]
password_store_mac.cc
226
case kSecAuthenticationTypeHTTPDigest: return PasswordForm::
SCHEME_DIGEST
;
700
case PasswordForm::
SCHEME_DIGEST
: return kSecAuthenticationTypeHTTPDigest;
[
all
...]
/external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc
267
{ PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
357
{ { PasswordForm::
SCHEME_DIGEST
, "http://some.domain.com/high_security",
362
{ { PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
366
{ { PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/other_domain",
452
{ PasswordForm::
SCHEME_DIGEST
, "https://some.domain.com/high_security",
492
base_form->scheme == PasswordForm::
SCHEME_DIGEST
) {
523
{ { PasswordForm::
SCHEME_DIGEST
, "https://digest.site.com/differentrealm",
648
different_form.scheme = PasswordForm::
SCHEME_DIGEST
;
[
all
...]
password_store_mac.cc
231
case kSecAuthenticationTypeHTTPDigest: return PasswordForm::
SCHEME_DIGEST
;
793
case PasswordForm::
SCHEME_DIGEST
: return kSecAuthenticationTypeHTTPDigest;
[
all
...]
/external/chromium/chrome/browser/ui/login/
login_prompt.cc
436
dialog_form.scheme = PasswordForm::
SCHEME_DIGEST
;
/external/chromium_org/chrome/browser/ui/login/
login_prompt.cc
388
dialog_form.scheme = PasswordForm::
SCHEME_DIGEST
;
Completed in 100 milliseconds