HomeSort by relevance Sort by last modified time
    Searched refs:parentid (Results 1 - 9 of 9) 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...]
  /external/chromium_org/sync/syncable/
syncable_util.h 33 const Id& parentid);
directory.cc 997 syncable::Id parentid = e.Get(PARENT_ID); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tkt2391.test 19 CREATE TABLE folders(folderid, parentid, foldername COLLATE binary);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 116 long parentid = cursor.getLong(0); local
117 assertTrue("got 0 parent for non root file", parentid != 0);
120 cursor = mResolver.query(ContentUris.withAppendedId(allFilesUri, parentid),
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 268 sync_pb::SyncEntity* AddUpdateFull(syncable::Id id, syncable::Id parentid,
273 std::string parentid, std::string name,
276 sync_pb::SyncEntity* AddUpdateMeta(std::string id, std::string parentid,
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1013 syncable::Id parentid = e.Get(PARENT_ID); local
    [all...]
syncable.h     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 583 milliseconds