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

  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 350 std::vector<history::URLRow> native_entries; local
351 native_entries.push_back(native_entry);
353 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
395 std::vector<history::URLRow> native_entries; local
396 native_entries.push_back(native_entry);
398 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
profile_sync_service_autofill_unittest.cc 722 std::vector<AutofillEntry> native_entries; local
723 native_entries.push_back(native_entry);
726 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
761 std::vector<AutofillEntry> native_entries; local
762 native_entries.push_back(native_entry);
764 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
    [all...]

Completed in 56 milliseconds