Home
last modified time | relevance | path

Searched refs:SetMenuFocusable (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dviews_window.cc657 SetMenuFocusable(!menu_has_focus_); in OnKeyEvent()
697 SetMenuFocusable(false); in OnFocus()
699 SetMenuFocusable(false); in OnFocus()
1001 void ViewsWindow::SetMenuFocusable(bool focusable) { in SetMenuFocusable() function in client::ViewsWindow
1006 top_menu_bar_->SetMenuFocusable(focusable); in SetMenuFocusable()
Dviews_menu_bar.h62 void SetMenuFocusable(bool focusable);
Dviews_window.h206 void SetMenuFocusable(bool focusable);
Dviews_menu_bar.cc106 void ViewsMenuBar::SetMenuFocusable(bool focusable) { in SetMenuFocusable() function in client::ViewsMenuBar