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

  /external/chromium/chrome/browser/webdata/
autofill_change.cc 10 AutofillChange::AutofillChange(Type type, const AutofillKey& key)
14 AutofillChange::~AutofillChange() {
autofill_change.h 39 class AutofillChange : public GenericAutofillChange<AutofillKey> {
41 AutofillChange(Type type, const AutofillKey& key);
42 virtual ~AutofillChange();
43 bool operator==(const AutofillChange& change) const {
autofill_table.h 15 class AutofillChange;
123 std::vector<AutofillChange>* changes);
129 std::vector<AutofillChange>* changes);
147 std::vector<AutofillChange>* changes);
303 std::vector<AutofillChange>* changes,
306 std::vector<AutofillChange>* changes,
web_data_service_unittest.cc 47 typedef std::vector<AutofillChange> AutofillChangeList;
155 const AutofillChange expected_changes[] = {
156 AutofillChange(AutofillChange::ADD, AutofillKey(name1_, value1_)),
157 AutofillChange(AutofillChange::ADD, AutofillKey(name2_, value2_))
205 const AutofillChange expected_changes[] = {
206 AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_))
237 const AutofillChange expected_changes[] =
    [all...]
autofill_table_unittest.cc 35 std::ostream& operator<<(std::ostream& os, const AutofillChange& change) {
37 case AutofillChange::ADD: {
41 case AutofillChange::UPDATE: {
45 case AutofillChange::REMOVE: {
89 typedef std::vector<AutofillChange> AutofillChangeList;
256 const AutofillChange expected_changes[] = {
257 AutofillChange(AutofillChange::REMOVE,
260 AutofillChange(AutofillChange::REMOVE
    [all...]
autofill_table.cc 402 std::vector<AutofillChange>* changes) {
407 std::vector<AutofillChange>* changes) {
463 std::vector<AutofillChange>* changes) {
503 AutofillChange::Type change_type =
504 was_removed ? AutofillChange::REMOVE : AutofillChange::UPDATE;
505 changes->push_back(AutofillChange(change_type,
662 std::vector<AutofillChange>* changes,
845 std::vector<AutofillChange>* changes,
862 AutofillChange::Type change_type
    [all...]
web_data_service.h 30 class AutofillChange;
82 AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>>
89 typedef std::vector<AutofillChange> AutofillChangeList;
web_data_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 97 case AutofillChange::ADD:
128 case AutofillChange::UPDATE:
161 case AutofillChange::REMOVE: {
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc     [all...]

Completed in 112 milliseconds