Home | History | Annotate | Download | only in engine

Lines Matching defs:GetParentId

263 int64 BaseNode::GetParentId() const {
320 node_info->SetString("parentId", base::Int64ToString(GetParentId()));
763 if (predecessor && predecessor->GetParentId() != parent.GetId()) {
872 if (predecessor && predecessor->GetParentId() != new_parent.GetId()) {