Home
last modified time | relevance | path

Searched refs:restore_focus_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_item.h111 bool restore_focus() const { return restore_focus_; } in restore_focus()
113 restore_focus_ = restore_focus; in set_restore_focus()
118 bool restore_focus_; variable
Dsystem_tray_item.cc16 restore_focus_(false) { in SystemTrayItem()