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.cc 84 in_bounds_update_(false),
104 if (in_bounds_update_)
106 base::AutoReset<bool> auto_reset_in_bounds_update(&in_bounds_update_, true);
127 if (in_bounds_update_ || target_bounds_.IsEmpty())
130 base::AutoReset<bool> auto_reset_in_bounds_update(&in_bounds_update_, true);
window_selector_item.h 143 bool in_bounds_update_; member in class:ash::WindowSelectorItem

Completed in 315 milliseconds