OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autofill_host_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/android/content/browser/tab_contents/
tab_contents.h
26
,
autofill_host_
(NULL)
32
AutoFillHost* autofill_host() { return
autofill_host_
; }
33
void SetAutoFillHost(AutoFillHost* autofill_host) {
autofill_host_
= autofill_host; }
37
AutoFillHost*
autofill_host_
;
member in class:TabContents
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
27
,
autofill_host_
(NULL)
33
AutoFillHost* autofill_host() { return
autofill_host_
; }
34
void SetAutoFillHost(AutoFillHost* autofill_host) {
autofill_host_
= autofill_host; }
38
AutoFillHost*
autofill_host_
;
member in class:TabContents
[
all
...]
Completed in 61 milliseconds