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

  /external/chromium_org/sync/engine/
sync_directory_commit_contribution.cc 109 int commit_count = static_cast<int>(metahandles_.size()); local
110 if (commit_count == successes) {
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 81 int commit_count = commit_ids.size(); local
82 if (cr.entryresponse_size() != commit_count) {
84 commit_count << " Got:" << cr.entryresponse_size();
190 int commit_count = static_cast<int>(proj.size()); local
191 if (commit_count != (conflicting_commits + error_commits +

Completed in 37 milliseconds