OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autofill_host
(Results
1 - 2
of
2
) sorted by null
/external/chromium/android/content/browser/tab_contents/
tab_contents.h
12
#include "chrome/browser/autofill/
autofill_host
.h"
32
AutoFillHost*
autofill_host
() { return autofill_host_; }
function in class:TabContents
33
void SetAutoFillHost(AutoFillHost*
autofill_host
) { autofill_host_ =
autofill_host
; }
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
13
#include "chrome/browser/autofill/
autofill_host
.h"
33
AutoFillHost*
autofill_host
() { return autofill_host_; }
function in class:TabContents
34
void SetAutoFillHost(AutoFillHost*
autofill_host
) { autofill_host_ =
autofill_host
; }
[
all
...]
Completed in 489 milliseconds