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

  /external/chromium_org/ash/wm/
lock_window_state.cc 67 window_state->SetBoundsConstrained(bounds_event->requested_bounds());
window_state.h 338 void SetBoundsConstrained(const gfx::Rect& bounds);
window_state.cc 391 void WindowState::SetBoundsConstrained(const gfx::Rect& bounds) {
416 SetBoundsConstrained(new_bounds);
default_state.cc 328 window_state->SetBoundsConstrained(bounds);
409 window_state->SetBoundsConstrained(event->requested_bounds());
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 245 GetWidget()->SetBoundsConstrained(bounds);
  /external/chromium_org/ui/views/widget/
widget.cc 515 void Widget::SetBoundsConstrained(const gfx::Rect& bounds) {
    [all...]
widget.h 416 void SetBoundsConstrained(const gfx::Rect& bounds);
    [all...]
widget_unittest.cc 634 widget->SetBoundsConstrained(gfx::Rect(0, 0, 120, 140));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 807 GetWidget()->SetBoundsConstrained(bounds);
    [all...]

Completed in 319 milliseconds