Home
last modified time | relevance | path

Searched refs:autofill_host (Results 1 – 3 of 3) 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() argument
/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() argument
/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc775 *host = tab_contents()->autofill_host();