Home
last modified time | relevance | path

Searched refs:mAutofillHost (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.cpp70 mAutofillHost = new AutoFillHostAndroid(this); in init()
72 mTabContents->SetAutoFillHost(mAutofillHost.get()); in init()
DWebAutofill.h100 OwnPtr<AutoFillHost> mAutofillHost; variable