Home | History | Annotate | Download | only in sidebar

Lines Matching refs:tab

71     TabContents* tab = browser()->GetSelectedTabContents();
75 sidebar_manager->NavigateSidebar(tab, content_id_, url);
78 sidebar_manager->GetSidebarContainerFor(tab, content_id_);
84 void ShowSidebar(TabContents* tab) {
86 sidebar_manager->ShowSidebar(tab, content_id_);
89 void ExpandSidebar(TabContents* tab) {
91 sidebar_manager->ExpandSidebar(tab, content_id_);
92 if (browser()->GetSelectedTabContents() == tab)
96 void CollapseSidebar(TabContents* tab) {
98 sidebar_manager->CollapseSidebar(tab, content_id_);
99 if (browser()->GetSelectedTabContents() == tab)
103 void HideSidebar(TabContents* tab) {
105 sidebar_manager->HideSidebar(tab, content_id_);
106 if (browser()->GetSelectedTabContents() == tab)
150 // Make sure sidebar is not visbile for the newly opened tab.
153 // Switch back to the first tab.
168 // Hide sidebar on inactive (first) tab.
171 // Switch back to the first tab.
177 // Show sidebar on inactive (second) tab.
183 // Switch back to the second tab.