Home
last modified time | relevance | path

Searched refs:update_bounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Ddocked_panel_collection.cc92 bool update_bounds = (positioning_mask & DO_NOT_UPDATE_BOUNDS) == 0; in AddPanel() local
100 DCHECK(update_bounds); in AddPanel()
109 if (update_bounds) { in AddPanel()
/external/chromium_org/ash/
Droot_window_controller.cc131 bool update_bounds = (state->IsNormalOrSnapped() || state->IsMinimized()) && in ReparentWindow() local
134 if (update_bounds) { in ReparentWindow()
147 if (update_bounds) in ReparentWindow()