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

  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 46 return entry.GetMetahandle();
65 return entry.GetMetahandle();
86 return entry.GetMetahandle();
122 *metahandle_out = entry.GetMetahandle();
175 return entry.GetMetahandle();
197 return entry.GetMetahandle();
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 125 root_metahandle = e.GetMetahandle();
152 written_metahandle = me.GetMetahandle();
244 written_metahandle = me.GetMetahandle();
307 written_metahandle = me.GetMetahandle();
328 EXPECT_EQ(me.GetMetahandle(), written_metahandle);
577 expected_purges.insert(e.GetMetahandle());
578 all_handles.insert(e.GetMetahandle());
581 all_handles.insert(e.GetMetahandle());
614 expected_dirty_metahandles.push_back(e.GetMetahandle());
646 new_dirty_metahandles.push_back(e2.GetMetahandle());
    [all...]
entry.h 59 int64 GetMetahandle() const {
directory.cc     [all...]
  /external/chromium_org/sync/engine/
get_commit_ids.cc 269 int64 handle = parent.GetMetahandle();
297 int64 item_handle = item.GetMetahandle();
312 int64 item_handle = item.GetMetahandle();
331 int64 handle = prev.GetMetahandle();
syncer_unittest.cc 435 return entry.GetMetahandle();
    [all...]
sync_directory_commit_contribution_unittest.cc 49 return entry.GetMetahandle();
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 59 top_ = node.GetMetahandle();
65 node_parent = parent.GetMetahandle();
base_node.cc 41 return entry.GetMetahandle();
166 return GetEntry()->GetMetahandle();
sync_manager_impl_unittest.cc 186 return entry.GetMetahandle();
216 return entry.GetMetahandle();
    [all...]

Completed in 347 milliseconds