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

  /external/chromium_org/net/spdy/
spdy_priority_forest.h 330 const NodeId old_parent_id = node->depends_on.parent_id; local
331 DCHECK(NodeExists(old_parent_id));
332 DCHECK(old_parent_id != parent_id);
333 Node* old_parent = &all_nodes_[old_parent_id];
spdy_priority_tree.h 366 const NodeId old_parent_id = node->parent_id; local
367 DCHECK(NodeExists(old_parent_id));
368 Node* old_parent = &all_nodes_[old_parent_id];
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 199 int64 old_parent_id = node.GetParentId(); local
209 return old_parent_id;
    [all...]

Completed in 63 milliseconds