Searched refs:has_child_id (Results 1 – 1 of 1) sorted by relevance
215 bool has_child_id = pc->GetChildId(&child_id); in AddPendingPreload() local216 bool has_route_id = has_child_id && pc->GetRouteId(&route_id); in AddPendingPreload()218 if (has_child_id && has_route_id && in AddPendingPreload()501 bool has_child_id = entry->GetChildId(&child_id); in RemovePendingPreload() local502 bool has_route_id = has_child_id && entry->GetRouteId(&route_id); in RemovePendingPreload()506 if (has_child_id && has_route_id) { in RemovePendingPreload()