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.h28 class FormCache {
30 FormCache();
31 ~FormCache();
72 DISALLOW_COPY_AND_ASSIGN(FormCache);
Dform_cache.cc65 FormCache::FormCache() { in FormCache() function in autofill::FormCache
68 FormCache::~FormCache() { in ~FormCache()
71 void FormCache::ExtractForms(const WebFrame& frame, in ExtractForms()
76 bool FormCache::ExtractFormsAndFormElements( in ExtractFormsAndFormElements()
163 void FormCache::ResetFrame(const WebFrame& frame) { in ResetFrame()
182 bool FormCache::ClearFormWithElement(const WebInputElement& element) { in ClearFormWithElement()
237 bool FormCache::ShowPredictions(const FormDataPredictions& form) { in ShowPredictions()
Dautofill_agent.h176 FormCache form_cache_;
/external/chromium_org/chrome/renderer/autofill/
Dform_autofill_browsertest.cc116 FormCache form_cache; in ExpectLabelsAndTypes()
176 FormCache form_cache; in TestFormFillFunctions()
787 FormCache form_cache; in TEST_F()
850 FormCache form_cache; in TEST_F()
866 FormCache form_cache; in TEST_F()
884 FormCache form_cache; in TEST_F()
908 FormCache form_cache; in TEST_F()
1005 FormCache form_cache; in TEST_F()
2074 FormCache form_cache; in TEST_F()
2167 FormCache form_cache; in TEST_F()
[all …]