Searched refs:sidebar_host_to_tab_ (Results 1 – 2 of 2) sorted by relevance
219 DCHECK(sidebar_host_to_tab_.empty()); in ~SidebarManager()260 for (SidebarHostToTabMap::iterator it = sidebar_host_to_tab_.begin(); in FindSidebarContainerFor()261 it != sidebar_host_to_tab_.end(); in FindSidebarContainerFor()310 DCHECK(sidebar_host_to_tab_.find(sidebar_host) == in BindSidebarHost()311 sidebar_host_to_tab_.end()); in BindSidebarHost()315 sidebar_host_to_tab_[sidebar_host] = tab; in BindSidebarHost()323 DCHECK(sidebar_host_to_tab_.find(sidebar_host)->second == tab); in UnbindSidebarHost()329 sidebar_host_to_tab_.erase(sidebar_host); in UnbindSidebarHost()
146 SidebarHostToTabMap sidebar_host_to_tab_; variable