Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dconflict_resolver.cc128 bool parent_matches = entry.GetParentId() == entry.GetServerParentId(); in ProcessSimpleConflict() local
139 bool position_matches = parent_matches && in ProcessSimpleConflict()
185 if (!entry_deleted && name_matches && parent_matches && specifics_match && in ProcessSimpleConflict()
202 } else if (entry_deleted || !name_matches || !parent_matches) { in ProcessSimpleConflict()