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

  /external/chromium_org/ui/aura/
layout_manager.cc 19 child->SetBoundsInternal(bounds);
window.h 373 void SetBoundsInternal(const gfx::Rect& new_bounds);
window.cc 315 SetBoundsInternal(new_bounds);
714 void Window::SetBoundsInternal(const gfx::Rect& new_bounds) {
    [all...]
  /external/chromium_org/ash/wm/
drag_window_controller.cc 45 SetBoundsInternal(bounds);
82 SetBoundsInternal(bounds);
101 void DragWindowController::SetBoundsInternal(const gfx::Rect& bounds) {
drag_window_controller.h 66 void SetBoundsInternal(const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 122 void SetBoundsInternal(const gfx::Rect& bounds);
panel_gtk.cc 795 SetBoundsInternal(bounds_);
803 SetBoundsInternal(bounds);
807 SetBoundsInternal(bounds);
810 void PanelGtk::SetBoundsInternal(const gfx::Rect& bounds) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 174 void SetBoundsInternal(const gfx::Rect& bounds, bool animate);
panel_view.cc 320 SetBoundsInternal(bounds, true);
324 SetBoundsInternal(bounds, false);
327 void PanelView::SetBoundsInternal(const gfx::Rect& new_bounds, bool animate) {
    [all...]

Completed in 100 milliseconds