OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillWebDataBackendImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
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
...]
autofill_webdata_service.cc
43
autofill_backend_ = new
AutofillWebDataBackendImpl
(
54
autofill_backend_(new
AutofillWebDataBackendImpl
(NULL,
64
Bind(&
AutofillWebDataBackendImpl
::ResetUserData, autofill_backend_));
71
Bind(&
AutofillWebDataBackendImpl
::AddFormElements,
79
Bind(&
AutofillWebDataBackendImpl
::GetFormValuesForElementName,
86
Bind(&
AutofillWebDataBackendImpl
::HasFormElements, autofill_backend_),
93
Bind(&
AutofillWebDataBackendImpl
::RemoveFormElementsAddedBetween,
100
Bind(&
AutofillWebDataBackendImpl
::RemoveFormValueForElementName,
107
Bind(&
AutofillWebDataBackendImpl
::AddAutofillProfile,
114
Bind(&
AutofillWebDataBackendImpl
::UpdateAutofillProfile
[
all
...]
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_service.h
33
class
AutofillWebDataBackendImpl
;
121
scoped_refptr<
AutofillWebDataBackendImpl
> autofill_backend_;
Completed in 851 milliseconds