Lines Matching full:when
34 // Called when a window is added or removed. Notifications are sent to the
47 // Invoked when |new_window| has been added as a child of this window.
53 // Invoked when this window's parent window changes. |parent| may be NULL.
56 // Invoked when SetProperty(), ClearProperty(), or
66 // Invoked when SetVisible() is invoked on a window. |visible| is the
72 // Invoked when SetBounds() is invoked on |window|. |old_bounds| and
78 // Invoked when |window|'s position among its siblings in the stacking order
82 // Invoked when a region of |window| is scheduled to be redrawn.
86 // Invoked when the Window is being destroyed (i.e. from the start of its
90 // Invoked when the Window has been destroyed (i.e. at the end of
100 // Called when a Window has been added to a RootWindow.
103 // Called when a Window is about to be removed from a RootWindow.
106 // Called when a transient child is added to |window|.
109 // Called when a transient child is removed from |window|.