OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_focus
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_item.h
111
bool
restore_focus
() const { return restore_focus_; }
function in class:ash::SystemTrayItem
112
void set_restore_focus(bool
restore_focus
) {
113
restore_focus_ =
restore_focus
;
system_tray_bubble.cc
361
if (items_[i]->
restore_focus
())
/external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc
320
bool
restore_focus
= true;
326
restore_focus
= false;
328
DestroyFocusTracker(
restore_focus
);
360
void InfoBarView::DestroyFocusTracker(bool
restore_focus
) {
362
if (
restore_focus
)
infobar_view.h
104
// Destroys the external focus tracker, if present. If |
restore_focus
| is
107
void DestroyFocusTracker(bool
restore_focus
);
Completed in 43 milliseconds