Searched defs:menu_model (Results 1 – 14 of 14) sorted by relevance
| /third_party/cef/include/ |
| D | cef_menu_model_delegate.h | 67 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/ |
| D | menu_model_delegate_ctocpp.cc | 23 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/ |
| D | menu_model_delegate_cpptoc.cc | 25 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/ |
| D | views_menu_bar.cc | 154 CefRefPtr<CefMenuModel> menu_model = GetMenuModel(menu_button->GetID()); in OnMenuButtonPressed() local 171 void ViewsMenuBar::ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand() 177 void ViewsMenuBar::MouseOutsideMenu(CefRefPtr<CefMenuModel> menu_model, in MouseOutsideMenu() 222 void ViewsMenuBar::UnhandledOpenSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledOpenSubmenu() 227 void ViewsMenuBar::UnhandledCloseSubmenu(CefRefPtr<CefMenuModel> menu_model, in UnhandledCloseSubmenu() 232 void ViewsMenuBar::MenuClosed(CefRefPtr<CefMenuModel> menu_model) { in MenuClosed()
|
| D | views_style.cc | 79 void ApplyTo(CefRefPtr<CefMenuModel> menu_model) { in ApplyTo()
|
| D | views_window.cc | 437 void ViewsWindow::ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand() 791 void ViewsWindow::MenuBarExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in MenuBarExecuteCommand()
|
| /third_party/cef/libcef/browser/views/ |
| D | menu_button_impl.cc | 34 void CefMenuButtonImpl::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
|
| D | window_impl.cc | 287 void CefWindowImpl::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu() 419 CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
|
| /third_party/cef/tests/ceftests/views/ |
| D | button_unittest.cc | 404 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model, in ExecuteCommand()
|
| /third_party/cef/libcef_dll/ctocpp/views/ |
| D | menu_button_ctocpp.cc | 57 void CefMenuButtonCToCpp::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
|
| D | window_ctocpp.cc | 412 void CefWindowCToCpp::ShowMenu(CefRefPtr<CefMenuModel> menu_model, in ShowMenu()
|
| /third_party/cef/libcef_dll/cpptoc/views/ |
| D | menu_button_cpptoc.cc | 59 cef_menu_model_t* menu_model, in menu_button_show_menu()
|
| D | window_cpptoc.cc | 418 cef_menu_model_t* menu_model, in window_show_menu()
|
| /third_party/cef/libcef/browser/ |
| D | menu_model_impl.cc | 198 CefRefPtr<CefMenuModelImpl> menu_model = in CreateMenuModel() local
|