OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillEntry
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_entry.cc
43
AutofillEntry
::
AutofillEntry
(const AutofillKey& key,
49
AutofillEntry
::~
AutofillEntry
() {}
51
bool
AutofillEntry
::operator==(const
AutofillEntry
& entry) const {
68
bool
AutofillEntry
::operator<(const
AutofillEntry
& entry) const {
autofill_entry.h
32
class
AutofillEntry
{
34
AutofillEntry
(const AutofillKey& key,
36
~
AutofillEntry
();
41
bool operator==(const
AutofillEntry
& entry) const;
42
bool operator<(const
AutofillEntry
& entry) const;
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.cc
56
AutofillEntry
::
AutofillEntry
(const AutofillKey& key,
62
AutofillEntry
::~
AutofillEntry
() {}
64
bool
AutofillEntry
::operator==(const
AutofillEntry
& entry) const {
81
bool
AutofillEntry
::operator<(const
AutofillEntry
& entry) const {
85
bool
AutofillEntry
::IsExpired() const {
93
base::Time
AutofillEntry
::ExpirationTime()
[
all
...]
autofill_entry.h
36
class
AutofillEntry
{
38
AutofillEntry
(const AutofillKey& key,
40
~
AutofillEntry
();
45
bool operator==(const
AutofillEntry
& entry) const;
46
bool operator<(const
AutofillEntry
& entry) const;
Completed in 191 milliseconds