Lines Matching full:second
45 if (it->second.active_content_id.empty())
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());
50 return host_it->second;
60 it->second.content_id_to_sidebar_host.find(content_id);
61 if (host_it == it->second.content_id_to_sidebar_host.end())
63 return host_it->second;
129 if (it->second.active_content_id == content_id)
136 it->second.active_content_id = content_id;
148 if (it->second.active_content_id != content_id)
155 it->second.active_content_id.clear();
166 if (it->second.active_content_id == content_id)
167 it->second.active_content_id.clear();
244 tab_it->second.content_id_to_sidebar_host;
323 DCHECK(sidebar_host_to_tab_.find(sidebar_host)->second == tab);