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

  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 21 : in_layout_(false),
54 if (child != shelf_->status_area_widget()->GetNativeView() || in_layout_) {
76 base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true);
status_area_layout_manager.h 41 bool in_layout_; member in class:ash::internal::StatusAreaLayoutManager
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 167 bool in_layout_; member in class:ash::internal::DockedWindowLayoutManager
docked_window_layout_manager.cc 99 in_layout_(false),
436 base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true);
477 if (in_layout_ || alignment_ == DOCKED_ALIGNMENT_NONE)
479 base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 163 bool in_layout_; member in class:ash::internal::PanelLayoutManager
panel_layout_manager.cc 263 in_layout_(false),
561 if (in_layout_)
563 base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 101 bool in_layout() const { return in_layout_; }
324 bool in_layout_; member in class:ash::internal::ShelfLayoutManager
shelf_layout_manager.cc 200 in_layout_(false),
275 base::AutoReset<bool> auto_reset_in_layout(&in_layout_, true);
522 if (!in_layout_ &&
    [all...]

Completed in 950 milliseconds