OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAutofillManager
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp
63
if (
mAutofillManager
)
69
mAutofillManager
= new AutofillManager(mTabContents.get());
103
ASSERT(
mAutofillManager
);
105
mAutofillManager
->Reset();
125
mAutofillManager
->OnFormsSeenWrapper(mForms);
169
bool suggestions =
mAutofillManager
->OnQueryFormFieldAutoFillWrapper(*form, *formField);
210
mAutofillManager
->OnFillAutoFillFormDataWrapper(queryId, *form, *field, iter->second);
WebAutofill.h
99
OwnPtr<AutofillManager>
mAutofillManager
;
Completed in 15 milliseconds