Home
last modified time | relevance | path

Searched refs:SidebarHostToTabMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sidebar/
Dsidebar_manager.h145 typedef std::map<SidebarContainer*, TabContents*> SidebarHostToTabMap; typedef
146 SidebarHostToTabMap sidebar_host_to_tab_;
Dsidebar_manager.cc260 for (SidebarHostToTabMap::iterator it = sidebar_host_to_tab_.begin(); in FindSidebarContainerFor()