HomeSort by relevance Sort by last modified time
    Searched refs:sidebar_host (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sidebar/
sidebar_manager.cc 69 SidebarContainer* sidebar_host = GetSidebarContainerFor(tab, content_id); local
70 if (!sidebar_host)
72 return sidebar_host->sidebar_contents();
270 TabContents* tab, SidebarContainer* sidebar_host) {
271 DCHECK(!GetSidebarContainerFor(tab, sidebar_host->content_id()));
280 BindSidebarHost(tab, sidebar_host);
306 SidebarContainer* sidebar_host) {
307 const std::string& content_id = sidebar_host->content_id();
310 DCHECK(sidebar_host_to_tab_.find(sidebar_host) ==
314 sidebar_host;
    [all...]
sidebar_manager.h 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);

Completed in 57 milliseconds