Searched defs:MenuWillShow (Results 1 – 4 of 4) sorted by relevance
/third_party/cef/include/ | ||
D | cef_menu_model_delegate.h | 90 virtual void MenuWillShow(CefRefPtr<CefMenuModel> menu_model) {} in MenuWillShow() function |
/third_party/cef/libcef_dll/ctocpp/ | ||
D | menu_model_delegate_ctocpp.cc | 111 void CefMenuModelDelegateCToCpp::MenuWillShow( in MenuWillShow() function in CefMenuModelDelegateCToCpp |
/third_party/cef/libcef/browser/ | ||
D | menu_manager.cc | 234 void CefMenuManager::MenuWillShow(CefRefPtr<CefMenuModelImpl> source) { in MenuWillShow() function in CefMenuManager |
D | menu_model_impl.cc | 165 void MenuWillShow() override { impl_->MenuWillShow(); } in MenuWillShow() function in __anonef9d7b700111::CefSimpleMenuModel |