Searched defs:FormCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.h29 class FormCache { class in namespace:autofill
31 FormCache();
32 ~FormCache();
66 DISALLOW_COPY_AND_ASSIGN(FormCache);
H A Dform_cache.cc68 FormCache::FormCache() { function in class:autofill::FormCache
71 FormCache::~FormCache() {
74 void FormCache::ExtractNewForms(const WebFrame& frame,
170 void FormCache::ResetFrame(const WebFrame& frame) {
190 bool FormCache::ClearFormWithElement(const WebFormControlElement& element) {
246 bool FormCache::ShowPredictions(const FormDataPredictions& form) {

Completed in 74 milliseconds