Home
last modified time | relevance | path

Searched refs:to_reapply (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sync/engine/
Dupdate_applicator.cc53 std::vector<int64> to_reapply; in AttemptApplications() local
75 to_reapply.push_back(*i); in AttemptApplications()
83 if (to_reapply.size() == to_apply.size()) { in AttemptApplications()
92 to_apply.swap(to_reapply); in AttemptApplications()
93 to_reapply.clear(); in AttemptApplications()