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

  /external/chromium_org/ui/aura/
layout_manager.cc 19 child->SetBoundsInternal(bounds);
window.h 352 void SetBoundsInternal(const gfx::Rect& new_bounds);
window.cc 440 SetBoundsInternal(final_bounds);
879 void Window::SetBoundsInternal(const gfx::Rect& new_bounds) {
    [all...]
  /external/chromium_org/ash/wm/
drag_window_controller.cc 45 SetBoundsInternal(bounds);
78 SetBoundsInternal(bounds);
97 void DragWindowController::SetBoundsInternal(const gfx::Rect& bounds) {
drag_window_controller.h 66 void SetBoundsInternal(const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 168 void SetBoundsInternal(const gfx::Rect& bounds, bool animate);
panel_view.cc 361 SetBoundsInternal(bounds, true);
365 SetBoundsInternal(bounds, false);
368 void PanelView::SetBoundsInternal(const gfx::Rect& new_bounds, bool animate) {
    [all...]

Completed in 159 milliseconds