OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SidebarManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sidebar/
sidebar_manager.h
25
//
SidebarManager
30
class
SidebarManager
: public NotificationObserver,
31
public base::RefCounted<
SidebarManager
>,
35
static
SidebarManager
* GetInstance();
40
SidebarManager
();
97
friend class base::RefCounted<
SidebarManager
>;
99
virtual ~
SidebarManager
();
139
//
SidebarManager
start listening to SidebarContainers when they are put
148
DISALLOW_COPY_AND_ASSIGN(
SidebarManager
);
sidebar_manager.cc
19
struct
SidebarManager
::SidebarStateForTab {
27
SidebarManager
*
SidebarManager
::GetInstance() {
32
bool
SidebarManager
::IsSidebarAllowed() {
37
SidebarManager
::
SidebarManager
() {
40
SidebarContainer*
SidebarManager
::GetActiveSidebarContainerFor(
53
SidebarContainer*
SidebarManager
::GetSidebarContainerFor(
66
TabContents*
SidebarManager
::GetSidebarTabContents(
75
void
SidebarManager
::NotifyStateChanges
[
all
...]
Completed in 67 milliseconds