HomeSort by relevance Sort by last modified time
    Searched refs:GetStackWindowForPanel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.h 144 NativePanelStackWindow* GetStackWindowForPanel(Panel* panel) const;
stacked_panel_collection.cc 132 GetStackWindowForPanel(panel)->AddPanelBoundsForBatchUpdate(panel, bounds);
305 GetStackWindowForPanel(panel)->RemovePanel(panel);
662 GetStackWindowForPanel(panel)->OnPanelActivated(panel);
709 GetStackWindowForPanel(panel)->MovePanelsBy(delta_origin);
720 return GetStackWindowForPanel(panel)->IsAnimatingPanelBounds();
789 NativePanelStackWindow* StackedPanelCollection::GetStackWindowForPanel(

Completed in 212 milliseconds