Searched refs:client_host_to_inspected_rvh_ (Results 1 – 2 of 2) sorted by relevance
52 DCHECK(client_host_to_inspected_rvh_.empty()); in ~DevToolsManager()208 client_host_to_inspected_rvh_.find(client_host); in GetInspectedRenderViewHost()209 if (it != client_host_to_inspected_rvh_.end()) in GetInspectedRenderViewHost()246 client_host_to_inspected_rvh_.begin(); in OnNavigatingToPendingEntry()247 it != client_host_to_inspected_rvh_.end(); ++it) { in OnNavigatingToPendingEntry()405 DCHECK(client_host_to_inspected_rvh_.find(client_host) == in BindClientHost()406 client_host_to_inspected_rvh_.end()); in BindClientHost()408 if (client_host_to_inspected_rvh_.empty()) { in BindClientHost()416 client_host_to_inspected_rvh_[client_host] = inspected_rvh; in BindClientHost()424 DCHECK(client_host_to_inspected_rvh_.find(client_host)->second == in UnbindClientHost()[all …]
153 ClientHostToInspectedRvhMap client_host_to_inspected_rvh_; variable