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

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc212 std::pair<int, int> routing_pair = variable
215 bool was_live_already = !live_routes_.insert(routing_pair).second;
216 bool was_used_before = deleted_routes_.count(routing_pair) != 0;
228 std::pair<int, int> routing_pair = variable
231 bool was_live = live_routes_.erase(routing_pair);
232 bool was_dead_already = !deleted_routes_.insert(routing_pair).second;

Completed in 643 milliseconds