OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conflict_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc
359
int
conflict_count
) {
368
if (
conflict_count
< 3) {
439
int
conflict_count
= (simple_conflict_count_map_[id] += 2);
local
440
LogAndSignalIfConflictStuck(&trans,
conflict_count
,
477
int
conflict_count
= conflict_set_count_map_[key];
local
479
if (2 ==
conflict_count
) {
488
conflict_count
+= 2;
491
if (ProcessConflictSet(&trans, conflict_set,
conflict_count
)) {
494
LogAndSignalIfConflictStuck(&trans,
conflict_count
,
conflict_resolver.h
76
int
conflict_count
);
Completed in 28 milliseconds