OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutofillWebDataBackendImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.h
40
class
AutofillWebDataBackendImpl
41
: public base::RefCountedDeleteOnMessageLoop<
AutofillWebDataBackendImpl
>,
50
AutofillWebDataBackendImpl
(
150
virtual ~
AutofillWebDataBackendImpl
();
153
friend class base::RefCountedDeleteOnMessageLoop<
AutofillWebDataBackendImpl
>;
154
friend class base::DeleteHelper<
AutofillWebDataBackendImpl
>;
194
DISALLOW_COPY_AND_ASSIGN(
AutofillWebDataBackendImpl
);
autofill_webdata_backend_impl.cc
27
AutofillWebDataBackendImpl
::
AutofillWebDataBackendImpl
(
32
: base::RefCountedDeleteOnMessageLoop<
AutofillWebDataBackendImpl
>(
40
void
AutofillWebDataBackendImpl
::AddObserver(
46
void
AutofillWebDataBackendImpl
::RemoveObserver(
52
AutofillWebDataBackendImpl
::~
AutofillWebDataBackendImpl
() {
56
WebDatabase*
AutofillWebDataBackendImpl
::GetDatabase() {
61
void
AutofillWebDataBackendImpl
::RemoveExpiredFormElements() {
63
Bind(&
AutofillWebDataBackendImpl
::RemoveExpiredFormElementsImpl
[
all
...]
Completed in 246 milliseconds