Searched refs:content_id_to_sidebar_host (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sidebar/
H A Dsidebar_manager.cc21 ContentIdToSidebarHostMap content_id_to_sidebar_host; member in struct:SidebarManager::SidebarStateForTab
48 it->second.content_id_to_sidebar_host.find(it->second.active_content_id);
49 DCHECK(host_it != it->second.content_id_to_sidebar_host.end());
60 it->second.content_id_to_sidebar_host.find(content_id);
61 if (host_it == it->second.content_id_to_sidebar_host.end())
244 tab_it->second.content_id_to_sidebar_host;
313 tab_to_sidebar_host_[tab].content_id_to_sidebar_host[content_id] =
326 tab_to_sidebar_host_[tab].content_id_to_sidebar_host.erase(content_id);
327 if (tab_to_sidebar_host_[tab].content_id_to_sidebar_host.empty())

Completed in 16 milliseconds