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

  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 35 std::set<AutofillKey> current_entries; member in struct:browser_sync::AutofillModelAssociator::DataBundle
67 std::set<AutofillKey>* current_entries,
114 current_entries->insert(ix->key());
164 entries, &bundle.current_entries, &bundle.new_entries)) {
331 if (bundle->current_entries.find(key) == bundle->current_entries.end()) {
autofill_model_associator.h 136 std::set<AutofillKey>* current_entries,
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 793 const uint64_t current_entries = compact->builder->NumEntries(); local
815 if (s.ok() && current_entries > 0) {
826 (unsigned long long) current_entries,
    [all...]

Completed in 391 milliseconds