Home | History | Annotate | Download | only in sidebar

Lines Matching refs:tab

42   // Returns SidebarContainer registered for |tab| and active or NULL if
43 // there is no alive and active SidebarContainer registered for |tab|.
44 SidebarContainer* GetActiveSidebarContainerFor(TabContents* tab);
46 // Returns SidebarContainer registered for |tab| and |content_id| or NULL if
48 SidebarContainer* GetSidebarContainerFor(TabContents* tab,
51 // Returns sidebar's TabContents registered for |tab| and |content_id|.
52 TabContents* GetSidebarTabContents(TabContents* tab,
61 // Shows sidebar identified by |tab| and |content_id| (only sidebar's
62 // mini tab is visible).
63 void ShowSidebar(TabContents* tab, const std::string& content_id);
65 // Expands sidebar identified by |tab| and |content_id|.
66 void ExpandSidebar(TabContents* tab, const std::string& content_id);
68 // Collapses sidebar identified by |tab| and |content_id| (has no effect
70 void CollapseSidebar(TabContents* tab, const std::string& content_id);
72 // Hides sidebar identified by |tab| and |content_id| (removes sidebar's
73 // mini tab).
74 void HideSidebar(TabContents* tab, const std::string& content_id);
76 // Navigates sidebar identified by |tab| and |content_id| to |url|.
77 void NavigateSidebar(TabContents* tab,
81 // Changes sidebar's badge text (displayed on the mini tab).
82 void SetSidebarBadgeText(TabContents* tab,
86 // Changes sidebar's icon (displayed on the mini tab).
87 void SetSidebarIcon(TabContents* tab,
91 // Changes sidebar's title (mini tab's tooltip).
92 void SetSidebarTitle(TabContents* tab,
109 // Hides all sidebars registered for |tab|.
110 void HideAllSidebars(TabContents* tab);
115 // Registers new SidebarContainer for |tab|. There must be no
117 void RegisterSidebarContainerFor(TabContents* tab,
120 // Unregisters SidebarContainer identified by |tab| and |content_id|.
121 void UnregisterSidebarContainerFor(TabContents* tab,
124 // Records the link between |tab| and |sidebar_host|.
125 void BindSidebarHost(TabContents* tab, SidebarContainer* sidebar_host);
127 // Forgets the link between |tab| and |sidebar_host|.
128 void UnbindSidebarHost(TabContents* tab, SidebarContainer* sidebar_host);
132 // This map stores sidebars linked to a particular tab. Sidebars are