HomeSort by relevance Sort by last modified time
    Searched refs:id_factory (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/syncable/
directory_unittest.cc 735 TestIdFactory id_factory; local
739 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, id_factory.root(), "Bob");
742 parent.PutId(id_factory.NewServerId());
747 child.PutId(id_factory.NewServerId());
751 grandchild.PutId(id_factory.NewServerId());
770 TestIdFactory id_factory; local
772 Entry root(&wtrans, GET_BY_ID, id_factory.root());
777 parent.PutId(id_factory.NewServerId());
782 child.PutId(id_factory.NewServerId());
786 grandchild.PutId(id_factory.NewServerId())
919 TestIdFactory id_factory; local
1005 TestIdFactory id_factory; local
1053 TestIdFactory id_factory; local
1127 TestIdFactory id_factory; local
1192 TestIdFactory id_factory; local
1235 TestIdFactory id_factory; local
    [all...]
syncable_unittest.cc 215 TestIdFactory id_factory; local
238 id_factory.NewServerId());
251 id_factory.NewServerId());
264 id_factory.NewServerId());
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 94 syncer::TestIdFactory* id_factory();
test_profile_sync_service.cc 97 syncer::TestIdFactory* TestProfileSyncService::id_factory() { function in class:TestProfileSyncService
profile_sync_service_autofill_unittest.cc 849 service_->id_factory()->NewServerId();
    [all...]

Completed in 673 milliseconds