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

  /external/chromium_org/ash/wm/
window_state.h 257 bool can_consume_system_keys() const { return can_consume_system_keys_; } function in class:ash::wm::WindowState
258 void set_can_consume_system_keys(bool can_consume_system_keys) {
259 can_consume_system_keys_ = can_consume_system_keys;
  /external/chromium_org/ash/accelerators/
accelerator_delegate.cc 46 return top_level && wm::GetWindowState(top_level)->can_consume_system_keys();

Completed in 54 milliseconds