Lines Matching full:content_id
46 // Returns SidebarContainer registered for |tab| and |content_id| or NULL if
49 const std::string& content_id);
51 // Returns sidebar's TabContents registered for |tab| and |content_id|.
53 const std::string& content_id);
61 // Shows sidebar identified by |tab| and |content_id| (only sidebar's
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
74 void HideSidebar(TabContents* tab, const std::string& content_id);
76 // Navigates sidebar identified by |tab| and |content_id| to |url|.
78 const std::string& content_id,
83 const std::string& content_id,
88 const std::string& content_id,
93 const std::string& content_id,
120 // Unregisters SidebarContainer identified by |tab| and |content_id|.
122 const std::string& content_id);