Searched refs:from_rvh (Results 1 – 2 of 2) sorted by relevance
273 int DevToolsManager::DetachClientHost(RenderViewHost* from_rvh) { in DetachClientHost() argument274 DevToolsClientHost* client_host = GetDevToolsClientHostFor(from_rvh); in DetachClientHost()281 client_host, runtime_properties_map_[from_rvh]); in DetachClientHost()283 UnbindClientHost(from_rvh, client_host); in DetachClientHost()
92 int DetachClientHost(RenderViewHost* from_rvh);