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

  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 148 browser_sync::TestIdFactory* TestProfileSyncService::id_factory() { function in class:TestProfileSyncService
216 id_factory());
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 531 TestIdFactory id_factory; local
542 id_factory.NewServerId());
554 id_factory.NewServerId());
566 id_factory.NewServerId());
864 TestIdFactory id_factory; local
868 MutableEntry parent(&wtrans, CREATE, id_factory.root(), "Bob");
871 parent.Put(ID, id_factory.NewServerId());
876 child.Put(ID, id_factory.NewServerId());
880 grandchild.Put(ID, id_factory.NewServerId());
904 TestIdFactory id_factory; local
1289 TestIdFactory id_factory; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 3521 TestIdFactory id_factory; local
    [all...]

Completed in 126 milliseconds