Home
last modified time | relevance | path

Searched refs:active_sidebar_contents (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sidebar/
Dsidebar_manager.cc77 TabContents* active_sidebar_contents) { in NotifyStateChanges() argument
78 if (was_active_sidebar_contents == active_sidebar_contents) in NotifyStateChanges()
85 active_sidebar_contents == NULL ? NULL : in NotifyStateChanges()
86 FindSidebarContainerFor(active_sidebar_contents); in NotifyStateChanges()
97 active_sidebar_contents->profile(), in NotifyStateChanges()
Dsidebar_manager.h57 TabContents* active_sidebar_contents);