Home
last modified time | relevance | path

Searched refs:ignored_by_shelf_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_state.h212 bool ignored_by_shelf() const { return ignored_by_shelf_; } in ignored_by_shelf()
214 ignored_by_shelf_ = ignored_by_shelf; in set_ignored_by_shelf()
268 bool ignored_by_shelf_; variable
Dwindow_state.cc39 ignored_by_shelf_(false), in WindowState()
/external/chromium_org/ash/wm/overview/
Dscoped_transform_overview_window.h105 bool ignored_by_shelf_; variable
Dscoped_transform_overview_window.cc94 ignored_by_shelf_(ash::wm::GetWindowState(window)->ignored_by_shelf()), in ScopedTransformOverviewWindow()
117 ash::wm::GetWindowState(window_)->set_ignored_by_shelf(ignored_by_shelf_); in ~ScopedTransformOverviewWindow()