Home | History | Annotate | Download | only in sidebar

Lines Matching refs:TabContents

22 class TabContents;
44 SidebarContainer* GetActiveSidebarContainerFor(TabContents* tab);
48 SidebarContainer* GetSidebarContainerFor(TabContents* tab,
51 // Returns sidebar's TabContents registered for |tab| and |content_id|.
52 TabContents* GetSidebarTabContents(TabContents* tab,
56 void NotifyStateChanges(TabContents* was_active_sidebar_contents,
57 TabContents* active_sidebar_contents);
63 void ShowSidebar(TabContents* tab, const std::string& content_id);
66 void ExpandSidebar(TabContents* tab, const std::string& content_id);
70 void CollapseSidebar(TabContents* tab, const std::string& content_id);
74 void HideSidebar(TabContents* tab, const std::string& content_id);
77 void NavigateSidebar(TabContents* tab,
82 void SetSidebarBadgeText(TabContents* tab,
87 void SetSidebarIcon(TabContents* tab,
92 void SetSidebarTitle(TabContents* tab,
110 void HideAllSidebars(TabContents* tab);
113 SidebarContainer* FindSidebarContainerFor(TabContents* sidebar_contents);
117 void RegisterSidebarContainerFor(TabContents* tab,
121 void UnregisterSidebarContainerFor(TabContents* tab,
125 void BindSidebarHost(TabContents* tab, SidebarContainer* sidebar_host);
128 void UnbindSidebarHost(TabContents* tab, SidebarContainer* sidebar_host);
142 typedef std::map<TabContents*, SidebarStateForTab> TabToSidebarHostMap;
145 typedef std::map<SidebarContainer*, TabContents*> SidebarHostToTabMap;