OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_focus
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_item.h
107
bool
restore_focus
() const { return restore_focus_; }
function in class:ash::SystemTrayItem
108
void set_restore_focus(bool
restore_focus
) {
109
restore_focus_ =
restore_focus
;
system_tray_bubble.cc
366
if (items_[i]->
restore_focus
())
Completed in 671 milliseconds