Home
last modified time | relevance | path

Searched defs:MenuWillShow (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/
Dcef_menu_model_delegate.h90 virtual void MenuWillShow(CefRefPtr<CefMenuModel> menu_model) {} in MenuWillShow() function
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.cc111 void CefMenuModelDelegateCToCpp::MenuWillShow( in MenuWillShow() function in CefMenuModelDelegateCToCpp
/third_party/cef/libcef/browser/
Dmenu_manager.cc234 void CefMenuManager::MenuWillShow(CefRefPtr<CefMenuModelImpl> source) { in MenuWillShow() function in CefMenuManager
Dmenu_model_impl.cc165 void MenuWillShow() override { impl_->MenuWillShow(); } in MenuWillShow() function in __anonef9d7b700111::CefSimpleMenuModel
866 void CefMenuModelImpl::MenuWillShow() { in MenuWillShow() function in CefMenuModelImpl