OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreFocusedView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/focus/
focus_manager.h
198
void
StoreFocusedView
(bool clear_native_focus);
200
// Restore the view saved with a previous call to
StoreFocusedView
(). Used
focus_manager_unittest.cc
769
TEST_F(FocusManagerTest,
StoreFocusedView
) {
772
GetFocusManager()->
StoreFocusedView
(false);
779
GetFocusManager()->
StoreFocusedView
(true);
814
GetFocusManager()->
StoreFocusedView
(false);
824
GetFocusManager()->
StoreFocusedView
(true);
[
all
...]
focus_manager.cc
379
void FocusManager::
StoreFocusedView
(bool clear_native_focus) {
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
918
GetWidget()->GetFocusManager()->
StoreFocusedView
(true);
[
all
...]
Completed in 168 milliseconds