HomeSort by relevance Sort by last modified time
    Searched defs:parentid (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 186 Id parentid = entryi.Get(syncable::SERVER_PARENT_ID); local
187 // Create the entry here as it's the only place we could ever get a parentid
189 Entry parent(trans, syncable::GET_BY_ID, parentid);
196 while (!parentid.IsRoot()) {
197 Entry parent(trans, syncable::GET_BY_ID, parentid);
199 if (parentid == *i)
201 parentid = parent.Get(syncable::PARENT_ID);
203 if (parentid.IsRoot())
220 Id parentid = entry.Get(syncable::PARENT_ID);
221 MutableEntry parent(trans, syncable::GET_BY_ID, parentid);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 109 long parentid = cursor.getLong(0); local
110 assertTrue("got 0 parent for non root file", parentid != 0);
113 cursor = mResolver.query(ContentUris.withAppendedId(allFilesUri, parentid),
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1013 syncable::Id parentid = e.Get(PARENT_ID); local
    [all...]

Completed in 263 milliseconds