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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 461 history::URLRows native_entries; local
462 native_entries.push_back(native_entry);
464 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
523 history::URLRows native_entries; local
524 native_entries.push_back(native_entry);
526 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
555 history::URLRows native_entries; local
556 native_entries.push_back(native_entry);
558 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true)));
940 history::URLRows native_entries; local
977 history::URLRows native_entries; local
    [all...]
profile_sync_service_autofill_unittest.cc 1001 std::vector<AutofillEntry> native_entries; local
1038 std::vector<AutofillEntry> native_entries; local
    [all...]

Completed in 51 milliseconds