Searched defs:old_parent_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncproto.h53 syncable::Id old_parent_id() const { function in class:browser_sync::SyncEntity
55 sync_pb::SyncEntity::old_parent_id());
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h329 const NodeId old_parent_id = node->depends_on.parent_id; local
330 DCHECK(NodeExists(old_parent_id));
331 DCHECK(old_parent_id != parent_id);
332 Node* old_parent = &all_nodes_[old_parent_id];
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc225 int64 old_parent_id = node.GetParentId(); local
235 return old_parent_id;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc197 int64 old_parent_id = node.GetParentId(); local
207 return old_parent_id;

Completed in 138 milliseconds