HomeSort by relevance Sort by last modified time
    Searched refs:updated_form (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service_unittest.cc 385 autofill::PasswordForm updated_form; local
386 updated_form.signon_realm = kSignonRealm;
387 updated_form.action = GURL("http://foo.com");
388 updated_form.date_created = base::Time::Now();
402 list.push_back(CreateSyncChange(updated_form,
407 EXPECT_CALL(*password_store(), UpdateLoginImpl(PasswordIs(updated_form)));
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc     [all...]
autofill_manager.h 258 // |updated_form|. Returns false if the cache could not be updated.
261 FormStructure** updated_form) WARN_UNUSED_RESULT;

Completed in 162 milliseconds