OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PasswordForm
(Results
1 - 6
of
6
) sorted by null
/external/chromium/webkit/glue/
password_form.cc
9
PasswordForm
::
PasswordForm
()
16
PasswordForm
::
PasswordForm
(const WebKit::WebPasswordFormData& web_password_form)
33
PasswordForm
::~
PasswordForm
() {
password_form.h
17
// The
PasswordForm
struct encapsulates information about a login form,
21
// metdata using a
PasswordForm
struct, typically one that was created from
26
//
PasswordForm
entries against PasswordForms that were created from a parsed
32
// about a particular "saved password entry" to our
PasswordForm
39
struct
PasswordForm
{
58
// fashion) whether or not a given
PasswordForm
result from the database is a
75
// of
PasswordForm
results from the database to make matches as tight as
110
// SSL cert. We will never match or autofill a
PasswordForm
where
111
// ssl_valid == true with a
PasswordForm
where ssl_valid == false. This means
118
// True if this
PasswordForm
represents the last username/password login th
[
all
...]
/external/chromium_org/components/autofill/core/common/
password_form.cc
13
PasswordForm
::
PasswordForm
()
23
PasswordForm
::~
PasswordForm
() {
26
bool
PasswordForm
::IsPublicSuffixMatch() const {
30
bool
PasswordForm
::operator==(const
PasswordForm
& form) const {
52
bool
PasswordForm
::operator!=(const
PasswordForm
& form) const {
56
std::ostream& operator<<(std::ostream& os, const
PasswordForm
& form)
[
all
...]
password_form.h
18
// The
PasswordForm
struct encapsulates information about a login form,
22
// metdata using a
PasswordForm
struct, typically one that was created from
27
//
PasswordForm
entries against PasswordForms that were created from a parsed
33
// about a particular "saved password entry" to our
PasswordForm
40
struct
PasswordForm
{
77
// fashion) whether or not a given
PasswordForm
result from the database is a
94
// of
PasswordForm
results from the database to make matches as tight as
140
// SSL cert. We will never match or autofill a
PasswordForm
where
141
// ssl_valid == true with a
PasswordForm
where ssl_valid == false. This means
148
// True if this
PasswordForm
represents the last username/password login th
[
all
...]
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp
10
struct
PasswordForm
{
12
PasswordForm
();
13
~
PasswordForm
();
17
PasswordForm
::
PasswordForm
(){
20
PasswordForm
::~
PasswordForm
() {
23
PasswordForm
* CreatePasswordFormFromData(
25
PasswordForm
* form = new
PasswordForm
();
[
all
...]
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp
10
struct
PasswordForm
{
12
PasswordForm
();
13
~
PasswordForm
();
17
PasswordForm
::
PasswordForm
(){
20
PasswordForm
::~
PasswordForm
() {
23
PasswordForm
* CreatePasswordFormFromData(
25
PasswordForm
* form = new
PasswordForm
();
[
all
...]
Completed in 1151 milliseconds