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

  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 31 const int update_count = updates.entries_size(); local
34 return update_count != 0;
verify_updates_command.cc 41 int update_count = updates.entries().size(); local
43 VLOG(1) << update_count << " entries to verify";
44 for (int i = 0; i < update_count; i++) {
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 781 int update_count = 0; local
782 if (!login_metadata_db_->UpdateLogin(form, &update_count))
786 if (update_count == 0 &&
797 if (update_count == 0) {
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 284 UINT8 update_count; /* indication received */ member in struct:__anon2516

Completed in 62 milliseconds