Lines Matching full:bounds
110 const gfx::Rect& bounds() const { return bounds_; }
141 // Returns the window's bounds in root window's coordinates.
144 // Returns the window's bounds in screen coordinates.
162 // Changes the bounds of the window. If present, the window's parent's
163 // LayoutManager may adjust the bounds.
166 // Changes the bounds of the window in the screen coordintates.
167 // If present, the window's parent's LayoutManager may adjust the bounds.
171 // Returns the target bounds of the window. If the window's layer is
172 // not animating, it simply returns the current bounds.
232 // its bounds (even if that inner region overlaps a child window). This can be
242 // within this window's bounds. Returns false if the window is detached
247 // within this Window's bounds.
351 // Changes the bounds of the window without condition.
358 // Schedules a paint for the Window's entire bounds.
372 // are honored; otherwise, only bounds checks are performed.
391 // |parent| as well as updating bounds of windows with a layerless ancestor.
448 // Invoked when the bounds of the window changes. This may be invoked directly
450 // the bounds of the layer has changed. |old_bounds| is the previous bounds.
468 // Returns true if the mouse is currently within our bounds.
480 // Bounds of this window relative to the parent. This is cached as the bounds
481 // of the Layer and Window are not necessarily the same. In particular bounds