HomeSort by relevance Sort by last modified time
    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();
178 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 string16 StackedPanelCollection::GetTitle() const {
152 void StackedPanelCollection::PanelBoundsBatchUpdateCompleted() {
167 gfx::Rect StackedPanelCollection::GetEnclosingBounds() const
    [all...]

Completed in 23 milliseconds