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

  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 43 size_t timestamps_count = autofill.usage_timestamp_size(); local
44 if (timestamps_count == 0 && timestamps.empty()) {
46 } else if (timestamps_count == 0) {
55 if (timestamps_count > 1) {
57 autofill.usage_timestamp(timestamps_count - 1)));
64 autofill.usage_timestamp(timestamps_count - 1));
368 size_t timestamps_count = autofill_specifics.usage_timestamp_size(); local
370 if (timestamps_count) {
374 if (timestamps_count > 1) {
376 autofill_specifics.usage_timestamp(timestamps_count - 1)))
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 686 int timestamps_count = autofill.usage_timestamp_size(); local
687 for (int i = 0; i < timestamps_count; ++i) {
    [all...]

Completed in 189 milliseconds