HomeSort by relevance Sort by last modified time
    Searched defs:FormCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/renderer/
form_cache.h 28 class FormCache {
30 FormCache();
31 ~FormCache();
72 DISALLOW_COPY_AND_ASSIGN(FormCache);
form_cache.cc 63 FormCache::FormCache() {
66 FormCache::~FormCache() {
69 void FormCache::ExtractForms(const WebFrame& frame,
74 bool FormCache::ExtractFormsAndFormElements(
159 void FormCache::ResetFrame(const WebFrame& frame) {
178 bool FormCache::ClearFormWithElement(const WebInputElement& element) {
228 bool FormCache::ShowPredictions(const FormDataPredictions& form) {

Completed in 90 milliseconds