Home
last modified time | relevance | path

Searched defs:menu_model (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/include/
Dcef_menu_model_delegate.h67 virtual void MouseOutsideMenu(CefRefPtr<CefMenuModel> menu_model, in MouseOutsideMenu()
75 virtual void UnhandledOpenSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledOpenSubmenu()
83 virtual void UnhandledCloseSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu()
90 virtual void MenuWillShow(CefRefPtr<CefMenuModel> menu_model) {} in MenuWillShow()
96 virtual void MenuClosed(CefRefPtr<CefMenuModel> menu_model) {} in MenuClosed()
102 virtual bool FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel()
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.cc23 CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand()
46 CefRefPtr<CefMenuModel> menu_model, in MouseOutsideMenu()
68 CefRefPtr<CefMenuModel> menu_model, in UnhandledOpenSubmenu()
90 CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu()
112 CefRefPtr<CefMenuModel> menu_model) { in MenuWillShow()
132 CefRefPtr<CefMenuModel> menu_model) { in MenuClosed()
151 bool CefMenuModelDelegateCToCpp::FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel()
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_delegate_cpptoc.cc25 cef_menu_model_t* menu_model, in menu_model_delegate_execute_command()
47 cef_menu_model_t* menu_model, in menu_model_delegate_mouse_outside_menu()
75 cef_menu_model_t* menu_model, in menu_model_delegate_unhandled_open_submenu()
96 cef_menu_model_t* menu_model, in menu_model_delegate_unhandled_close_submenu()
117 cef_menu_model_t* menu_model) { in menu_model_delegate_menu_will_show()
137 cef_menu_model_t* menu_model) { in menu_model_delegate_menu_closed()
157 cef_menu_model_t* menu_model, in menu_model_delegate_format_label()
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc155 CefRefPtr<CefMenuModel> menu_model = GetMenuModel(menu_button->GetID()); in OnMenuButtonPressed() local
176 void ViewsMenuBar::ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand()
182 void ViewsMenuBar::MouseOutsideMenu(CefRefPtr<CefMenuModel> menu_model, in MouseOutsideMenu()
232 void ViewsMenuBar::UnhandledOpenSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledOpenSubmenu()
237 void ViewsMenuBar::UnhandledCloseSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu()
242 void ViewsMenuBar::MenuClosed(CefRefPtr<CefMenuModel> menu_model) { in MenuClosed()
Dviews_style.cc86 void ApplyTo(CefRefPtr<CefMenuModel> menu_model) { in ApplyTo()
Dviews_window.cc459 void ViewsWindow::ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand()
755 void ViewsWindow::MenuBarExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in MenuBarExecuteCommand()
/third_party/cef/libcef/browser/views/
Dmenu_button_impl.cc34 void CefMenuButtonImpl::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
Dwindow_impl.cc313 void CefWindowImpl::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
445 CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc420 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand()
/third_party/cef/libcef_dll/cpptoc/views/
Dmenu_button_cpptoc.cc59 cef_menu_model_t* menu_model, in menu_button_show_menu()
Dwindow_cpptoc.cc444 cef_menu_model_t* menu_model, in window_show_menu()
/third_party/cef/libcef_dll/ctocpp/views/
Dmenu_button_ctocpp.cc57 void CefMenuButtonCToCpp::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
Dwindow_ctocpp.cc438 void CefWindowCToCpp::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
/third_party/cef/libcef/browser/
Dmenu_model_impl.cc199 CefRefPtr<CefMenuModelImpl> menu_model = in CreateMenuModel() local