Home
last modified time | relevance | path

Searched defs:autofill_host (Results 1 – 2 of 2) sorted by relevance

/external/chromium/android/content/browser/tab_contents/
Dtab_contents.h32 AutoFillHost* autofill_host() { return autofill_host_; } in autofill_host() function
33 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; } in SetAutoFillHost()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h33 AutoFillHost* autofill_host() { return autofill_host_; } in autofill_host() function
34 void SetAutoFillHost(AutoFillHost* autofill_host) { autofill_host_ = autofill_host; } in SetAutoFillHost()