Home
last modified time | relevance | path

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

/external/chromium/android/content/browser/tab_contents/
Dtab_contents.h26 , autofill_host_(NULL) in TabContents()
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_; variable
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h27 , autofill_host_(NULL) in TabContents()
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_; variable