OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearFocus
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ui/views/controls/native/
native_view_host.h
105
void
ClearFocus
();
native_view_host.cc
203
ClearFocus
();
210
void NativeViewHost::
ClearFocus
() {
/external/chromium_org/ash/
focus_cycler.cc
88
focus_manager->
ClearFocus
();
/external/chromium_org/ui/views/focus/
focus_manager.h
185
void
ClearFocus
();
192
// |clear_native_focus| indicates whether this should invoke
ClearFocus
().
focus_manager.cc
127
ClearFocus
();
351
void FocusManager::
ClearFocus
() {
370
// Temporarily disable notification.
ClearFocus
() will set the focus to the
375
//
ClearFocus
() also stores the focused view.
376
ClearFocus
();
562
// clear the focus. However, it's not safe to call
ClearFocus
()
focus_traversal_unittest.cc
581
GetFocusManager()->
ClearFocus
();
593
GetFocusManager()->
ClearFocus
();
630
GetFocusManager()->
ClearFocus
();
642
GetFocusManager()->
ClearFocus
();
678
GetFocusManager()->
ClearFocus
();
690
GetFocusManager()->
ClearFocus
();
focus_manager_unittest.cc
91
GetFocusManager()->
ClearFocus
();
121
GetFocusManager()->
ClearFocus
();
[
all
...]
/external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc
310
widget_->GetFocusManager()->
ClearFocus
();
769
widget_->GetFocusManager()->
ClearFocus
();
[
all
...]
immersive_fullscreen_controller_unittest.cc
824
focus_manager->
ClearFocus
();
829
focus_manager->
ClearFocus
();
[
all
...]
/external/chromium_org/content/renderer/
render_widget.h
455
void
ClearFocus
();
render_widget.cc
[
all
...]
/external/chromium_org/ash/shelf/
shelf_widget.cc
785
delegate_view_->GetFocusManager()->
ClearFocus
();
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
[
all
...]
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc
272
textfield_widget_->GetFocusManager()->
ClearFocus
();
/external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc
[
all
...]
Completed in 368 milliseconds