Searched refs:DockedWindowLayoutManagerObserver (Results 1 – 6 of 6) sorted by relevance
45 class DockedWindowLayoutManagerObserver; variable95 virtual void AddObserver(DockedWindowLayoutManagerObserver* observer);96 virtual void RemoveObserver(DockedWindowLayoutManagerObserver* observer);238 void UpdateDockBounds(DockedWindowLayoutManagerObserver::Reason reason);301 ObserverList<DockedWindowLayoutManagerObserver> observer_list_;
19 class ASH_EXPORT DockedWindowLayoutManagerObserver {35 virtual ~DockedWindowLayoutManagerObserver() {} in ~DockedWindowLayoutManagerObserver()
408 DockedWindowLayoutManagerObserver* observer) { in AddObserver()413 DockedWindowLayoutManagerObserver* observer) { in RemoveObserver()441 UpdateDockBounds(DockedWindowLayoutManagerObserver::CHILD_CHANGED); in UndockDraggedWindow()469 UpdateDockBounds(DockedWindowLayoutManagerObserver::CHILD_CHANGED); in FinishDragging()568 UpdateDockBounds(DockedWindowLayoutManagerObserver::DISPLAY_INSETS_CHANGED); in OnShelfBoundsChanged()578 UpdateDockBounds(DockedWindowLayoutManagerObserver::DISPLAY_RESIZED); in OnWindowResized()597 UpdateDockBounds(DockedWindowLayoutManagerObserver::CHILD_CHANGED); in OnWindowAddedToLayout()618 UpdateDockBounds(DockedWindowLayoutManagerObserver::CHILD_CHANGED); in OnWindowRemovedFromLayout()629 UpdateDockBounds(DockedWindowLayoutManagerObserver::CHILD_CHANGED); in OnChildWindowVisibilityChanged()650 UpdateDockBounds(DockedWindowLayoutManagerObserver::DISPLAY_INSETS_CHANGED); in OnDisplayWorkAreaInsetsChanged()[all …]
31 public internal::DockedWindowLayoutManagerObserver {
64 public DockedWindowLayoutManagerObserver,336 DockedWindowLayoutManagerObserver::Reason reason) OVERRIDE;
1132 DockedWindowLayoutManagerObserver::Reason reason) { in OnDockBoundsChanging()