Home
last modified time | relevance | path

Searched refs:DO_NOT_UPDATE_BOUNDS (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_collection.h36 DO_NOT_UPDATE_BOUNDS = 0x4, enumerator
Dpanel_drag_controller.cc220 PanelCollection::DO_NOT_UPDATE_BOUNDS); in EndDragging()
Ddocked_panel_collection.cc99 bool update_bounds = (positioning_mask & DO_NOT_UPDATE_BOUNDS) == 0; in AddPanel()