Searched refs:pending_swap_throttle_map_ (Results 1 – 2 of 2) sorted by relevance
33 pending_swap_throttle_map_.find(render_frame_route_id_pair); in IsPendingSwapRequestOnIOThread()34 return (it != pending_swap_throttle_map_.end() && it->second.url == url); in IsPendingSwapRequestOnIOThread()47 pending_swap_throttle_map_.find(render_frame_route_id_pair); in AddPendingSwapThrottleOnIOThread()48 DCHECK(it != pending_swap_throttle_map_.end()); in AddPendingSwapThrottleOnIOThread()49 if (it == pending_swap_throttle_map_.end()) in AddPendingSwapThrottleOnIOThread()60 pending_swap_throttle_map_.insert(std::make_pair( in AddPrerenderPendingSwapOnIOThread()70 pending_swap_throttle_map_.find(render_frame_route_id_pair); in RemovePrerenderPendingSwapOnIOThread()71 DCHECK(it != pending_swap_throttle_map_.end()); in RemovePrerenderPendingSwapOnIOThread()79 pending_swap_throttle_map_.erase(render_frame_route_id_pair); in RemovePrerenderPendingSwapOnIOThread()
98 PendingSwapThrottleMap pending_swap_throttle_map_; variable