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

  /external/chromium_org/ash/wm/overview/
window_selector_item.h 122 bool in_bounds_update_; member in class:ash::WindowSelectorItem
window_selector_item.cc 111 in_bounds_update_(false) {
130 if (in_bounds_update_)
132 base::AutoReset<bool> auto_reset_in_bounds_update(&in_bounds_update_, true);
154 if (in_bounds_update_ || target_bounds_.IsEmpty())
157 base::AutoReset<bool> auto_reset_in_bounds_update(&in_bounds_update_, true);

Completed in 99 milliseconds