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

  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 333 int timestamps_count = autofill.usage_timestamp_size(); local
334 for (int c = 0; c < timestamps_count; ++c) {
482 size_t timestamps_count = autofill.usage_timestamp_size(); local
484 bool different = timestamps.size() != timestamps_count;
485 for (size_t c = 0; c < timestamps_count; ++c) {
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 390 int timestamps_count = autofill.usage_timestamp_size(); local
391 for (int i = 0; i < timestamps_count; ++i) {
    [all...]

Completed in 38 milliseconds