Searched refs:is_saved_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash.cc79 bool is_saved_bounds = GetSavedWindowBounds(bounds_in_screen, show_state); local
81 if (is_saved_bounds) {
114 is_saved_bounds,
/external/chromium_org/ash/shell/
H A Dtoplevel_window.cc81 bool is_saved_bounds = !!saved_state; local
92 is_saved_bounds, local
/external/chromium_org/ash/wm/
H A Dwindow_positioner.h50 // |is_saved_bounds| indicates the |bounds_in_out| is the saved
55 bool is_saved_bounds,
H A Dwindow_positioner.cc245 bool is_saved_bounds,
265 if (is_saved_bounds)
293 if (is_saved_bounds || has_restore_bounds) {
242 GetBoundsAndShowStateForNewWindow( const gfx::Screen* screen, const aura::Window* new_window, bool is_saved_bounds, ui::WindowShowState show_state_in, gfx::Rect* bounds_in_out, ui::WindowShowState* show_state_out) argument

Completed in 211 milliseconds