OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_entry.cc
9
AutofillKey
::
AutofillKey
() {}
11
AutofillKey
::
AutofillKey
(const string16& name, const string16& value)
16
AutofillKey
::
AutofillKey
(const char* name, const char* value)
21
AutofillKey
::
AutofillKey
(const
AutofillKey
& key)
26
AutofillKey
::~AutofillKey() {
[
all
...]
autofill_entry.h
13
class
AutofillKey
{
15
AutofillKey
();
16
AutofillKey
(const string16& name, const string16& value);
17
AutofillKey
(const char* name, const char* value);
18
AutofillKey
(const
AutofillKey
& key);
19
virtual ~
AutofillKey
();
24
bool operator==(const
AutofillKey
& key) const;
25
bool operator<(const
AutofillKey
& key) const;
34
AutofillEntry(const
AutofillKey
& key
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.cc
21
AutofillKey
::
AutofillKey
() {}
23
AutofillKey
::
AutofillKey
(const base::string16& name,
29
AutofillKey
::
AutofillKey
(const char* name, const char* value)
34
AutofillKey
::
AutofillKey
(const
AutofillKey
& key)
39
AutofillKey
::~AutofillKey() {
[
all
...]
autofill_entry.h
17
class
AutofillKey
{
19
AutofillKey
();
20
AutofillKey
(const base::string16& name, const base::string16& value);
21
AutofillKey
(const char* name, const char* value);
22
AutofillKey
(const
AutofillKey
& key);
23
virtual ~
AutofillKey
();
28
bool operator==(const
AutofillKey
& key) const;
29
bool operator<(const
AutofillKey
& key) const;
38
AutofillEntry(const
AutofillKey
& key
[
all
...]
Completed in 93 milliseconds