Home
last modified time | relevance | path

Searched refs:FormCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dform_cache.h29 class FormCache {
31 FormCache();
32 ~FormCache();
66 DISALLOW_COPY_AND_ASSIGN(FormCache);
Dform_cache.cc68 FormCache::FormCache() { in FormCache() function in autofill::FormCache
71 FormCache::~FormCache() { in ~FormCache()
74 void FormCache::ExtractNewForms(const WebFrame& frame, in ExtractNewForms()
170 void FormCache::ResetFrame(const WebFrame& frame) { in ResetFrame()
190 bool FormCache::ClearFormWithElement(const WebFormControlElement& element) { in ClearFormWithElement()
246 bool FormCache::ShowPredictions(const FormDataPredictions& form) { in ShowPredictions()
Dautofill_agent.h185 FormCache form_cache_;
/external/chromium_org/chrome/renderer/autofill/
Dform_autofill_browsertest.cc123 FormCache form_cache; in ExpectLabelsAndTypes()
183 FormCache form_cache; in TestFormFillFunctions()
950 FormCache form_cache; in TEST_F()
1014 FormCache form_cache; in TEST_F()
1116 FormCache form_cache; in TEST_F()
1132 FormCache form_cache; in TEST_F()
1146 FormCache form_cache; in TEST_F()
1166 FormCache form_cache; in TEST_F()
1263 FormCache form_cache; in TEST_F()
1357 FormCache form_cache; in TEST_F()
[all …]