Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/autofill/
Dform_autofill_browsertest.cc118 form_cache.ExtractForms(*web_frame, &forms); in ExpectLabelsAndTypes()
178 form_cache.ExtractForms(*web_frame, &forms); in TestFormFillFunctions()
760 TEST_F(FormAutofillTest, ExtractForms) { in TEST_F() argument
789 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
852 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
910 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
1007 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
2076 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
2169 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
2246 form_cache.ExtractForms(*web_frame, &forms); in TEST_F()
[all …]
/external/chromium_org/components/autofill/content/renderer/
Dform_cache.h35 void ExtractForms(const blink::WebFrame& frame,
Dform_cache.cc71 void FormCache::ExtractForms(const WebFrame& frame, in ExtractForms() function in autofill::FormCache
Dautofill_agent.cc196 form_cache_.ExtractForms(*frame, &forms); in DidFinishDocumentLoad()