OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StackedPanelCollection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.h
21
class
StackedPanelCollection
: public PanelCollection,
26
explicit
StackedPanelCollection
(PanelManager* panel_manager);
27
virtual ~
StackedPanelCollection
();
179
DISALLOW_COPY_AND_ASSIGN(
StackedPanelCollection
);
stacked_panel_collection.cc
19
StackedPanelCollection
::
StackedPanelCollection
(PanelManager* panel_manager)
27
StackedPanelCollection
::~
StackedPanelCollection
() {
32
void
StackedPanelCollection
::OnDisplayChanged() {
71
void
StackedPanelCollection
::RefreshLayout() {
78
void
StackedPanelCollection
::RefreshLayoutWithTopPanelStartingAt(
142
base::string16
StackedPanelCollection
::GetTitle() const {
152
gfx::Image
StackedPanelCollection
::GetIcon() const {
158
void
StackedPanelCollection
::PanelBoundsBatchUpdateCompleted()
[
all
...]
Completed in 30 milliseconds