OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_factory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sync/syncable/
directory_unittest.cc
733
TestIdFactory
id_factory
;
local
737
MutableEntry parent(&wtrans, CREATE, BOOKMARKS,
id_factory
.root(), "Bob");
740
parent.PutId(
id_factory
.NewServerId());
745
child.PutId(
id_factory
.NewServerId());
749
grandchild.PutId(
id_factory
.NewServerId());
768
TestIdFactory
id_factory
;
local
770
Entry root(&wtrans, GET_BY_ID,
id_factory
.root());
775
parent.PutId(
id_factory
.NewServerId());
780
child.PutId(
id_factory
.NewServerId());
784
grandchild.PutId(
id_factory
.NewServerId())
917
TestIdFactory
id_factory
;
local
1003
TestIdFactory
id_factory
;
local
1051
TestIdFactory
id_factory
;
local
1125
TestIdFactory
id_factory
;
local
1190
TestIdFactory
id_factory
;
local
1233
TestIdFactory
id_factory
;
local
[
all
...]
syncable_unittest.cc
221
TestIdFactory
id_factory
;
local
244
id_factory
.NewServerId());
257
id_factory
.NewServerId());
270
id_factory
.NewServerId());
/external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h
95
syncer::TestIdFactory*
id_factory
();
test_profile_sync_service.cc
94
syncer::TestIdFactory* TestProfileSyncService::
id_factory
() {
function in class:TestProfileSyncService
profile_sync_service_autofill_unittest.cc
843
service_->
id_factory
()->NewServerId();
[
all
...]
Completed in 632 milliseconds