OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillChange
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_change.cc
10
AutofillChange
::
AutofillChange
(Type type, const AutofillKey& key)
14
AutofillChange
::~
AutofillChange
() {
autofill_change.h
39
class
AutofillChange
: public GenericAutofillChange<AutofillKey> {
41
AutofillChange
(Type type, const AutofillKey& key);
42
virtual ~
AutofillChange
();
43
bool operator==(const
AutofillChange
& change) const {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc
13
AutofillChange
::
AutofillChange
(Type type, const AutofillKey& key)
17
AutofillChange
::~
AutofillChange
() {
autofill_change.h
42
class
AutofillChange
: public GenericAutofillChange<AutofillKey> {
44
AutofillChange
(Type type, const AutofillKey& key);
45
virtual ~
AutofillChange
();
46
bool operator==(const
AutofillChange
& change) const {
51
typedef std::vector<
AutofillChange
> AutofillChangeList;
Completed in 239 milliseconds