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

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 92 bool update_bounds = (positioning_mask & DO_NOT_UPDATE_BOUNDS) == 0; local
100 DCHECK(update_bounds);
109 if (update_bounds) {
  /external/chromium_org/ash/
root_window_controller.cc 132 bool update_bounds = (state->IsNormalOrSnapped() || state->IsMinimized()) && local
135 if (update_bounds) {
148 if (update_bounds)
    [all...]

Completed in 157 milliseconds