HomeSort by relevance Sort by last modified time
    Searched refs:FormCache (Results 1 - 4 of 4) 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) {
autofill_agent.h 199 FormCache form_cache_;
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 100 FormCache form_cache;
160 FormCache form_cache;
675 FormCache form_cache;
738 FormCache form_cache;
754 FormCache form_cache;
772 FormCache form_cache;
796 FormCache form_cache;
    [all...]

Completed in 640 milliseconds