Home
last modified time | relevance | path

Searched refs:AUTOFILL_CHANGES (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/webdata/common/
Dweb_data_results.h27 AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>> enumerator
/external/chromium/chrome/browser/webdata/
Dweb_data_service.cc934 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in AddFormElementsImpl()
971 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in RemoveFormElementsAddedBetweenImpl()
999 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); in RemoveFormValueForElementNameImpl()
Dweb_data_service.h82 AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>> enumerator