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

  /external/chromium_org/sync/engine/
conflict_resolver.cc 94 bool parent_matches = entry.Get(syncable::PARENT_ID) == local
107 bool position_matches = parent_matches &&
154 if (!entry_deleted && name_matches && parent_matches && specifics_match &&
170 } else if (entry_deleted || !name_matches || !parent_matches) {
173 // and !parent_matches cases here are critical to maintaining that
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 106 bool parent_matches = entry.Get(syncable::PARENT_ID) == local
110 if (!entry_deleted && name_matches && parent_matches) {

Completed in 1107 milliseconds