OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PutServerParentId
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sync/internal_api/test/
test_entry_factory.cc
43
entry.
PutServerParentId
(Id::CreateFromServerId(parent_id));
61
entry.
PutServerParentId
(Id::CreateFromServerId(parent_id));
79
entry.
PutServerParentId
(syncable::GetNullId());
118
entry.
PutServerParentId
(parent_id);
170
entry.
PutServerParentId
(parent_id);
193
entry.
PutServerParentId
(TestIdFactory::root());
/external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h
62
void
PutServerParentId
(const Id& value);
model_neutral_mutable_entry.cc
115
void ModelNeutralMutableEntry::
PutServerParentId
(const Id& value) {
/external/chromium_org/sync/engine/
commit_util.cc
308
local_entry->
PutServerParentId
(local_entry->GetParentId());
sync_directory_update_handler_unittest.cc
457
entry.
PutServerParentId
(TestIdFactory::MakeServer("bogus_parent"));
492
entry.
PutServerParentId
(TestIdFactory::MakeServer("Y"));
575
entry.
PutServerParentId
(TestIdFactory::root());
syncer_util.cc
383
target->
PutServerParentId
(SyncableIdFromProto(update.parent_id_string()));
syncer_unittest.cc
356
entry.
PutServerParentId
(test->parent_id);
382
entry.
PutServerParentId
(trans.root_id());
[
all
...]
/external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc
178
entry.
PutServerParentId
(syncable::GetNullId());
207
entry.
PutServerParentId
(root_id);
[
all
...]
Completed in 172 milliseconds