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

  /external/chromium_org/ash/wm/
window_state.h 249 bool ignored_by_shelf() const { return ignored_by_shelf_; } function in class:ash::wm::WindowState
250 void set_ignored_by_shelf(bool ignored_by_shelf) {
251 ignored_by_shelf_ = ignored_by_shelf;
workspace_controller.cc 66 !wm::GetWindowState(topmost_fullscreen_window)->ignored_by_shelf()) {
83 if (window_state->ignored_by_shelf())
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 98 ignored_by_shelf_(ash::wm::GetWindowState(window)->ignored_by_shelf()),

Completed in 67 milliseconds