Searched refs:AutoFillHost (Results 1 – 7 of 7) sorted by relevance
32 AutoFillHost* autofill_host() { return autofill_host_; } in autofill_host()33 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; } in SetAutoFillHost()37 AutoFillHost* autofill_host_;
42 class AutoFillHost {44 virtual ~AutoFillHost() { } in ~AutoFillHost()
41 class AutoFillHost; variable177 AutoFillHost** host) WARN_UNUSED_RESULT;
376 AutoFillHost* host = NULL; in OnQueryFormFieldAutofill()484 AutoFillHost* host = NULL; in OnFillAutofillFormData()763 AutoFillHost** host) {
41 class AutoFillHost; variable100 OwnPtr<AutoFillHost> mAutofillHost;
41 class AutoFillHostAndroid : public AutoFillHost {
33 AutoFillHost* autofill_host() { return autofill_host_; } in autofill_host()34 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; } in SetAutoFillHost()38 AutoFillHost* autofill_host_;