Searched refs:IsAnimatingPanelBounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h84 virtual bool IsAnimatingPanelBounds() const = 0;
H A Dstacked_panel_collection.h73 bool IsAnimatingPanelBounds(Panel* panel) const;
H A Dstacked_panel_collection.cc163 primary_stack_window_->IsAnimatingPanelBounds() ||
164 secondary_stack_window_->IsAnimatingPanelBounds())
724 bool StackedPanelCollection::IsAnimatingPanelBounds(Panel* panel) const { function in class:StackedPanelCollection
725 return GetStackWindowForPanel(panel)->IsAnimatingPanelBounds();
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_stack_window_cocoa.h47 virtual bool IsAnimatingPanelBounds() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.h56 virtual bool IsAnimatingPanelBounds() const OVERRIDE;
H A Dpanel_stack_view.cc159 if (IsAnimatingPanelBounds()) {
262 bool PanelStackView::IsAnimatingPanelBounds() const { function in class:PanelStackView
H A Dpanel_view.cc1126 return stack->IsAnimatingPanelBounds(panel_.get());

Completed in 113 milliseconds