Home
last modified time | relevance | path

Searched refs:MenuWillShow (Results 1 – 10 of 10) 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.h49 void MenuWillShow(CefRefPtr<CefMenuModel> menu_model) override;
Dmenu_model_delegate_ctocpp.cc111 void CefMenuModelDelegateCToCpp::MenuWillShow( in MenuWillShow() function in CefMenuModelDelegateCToCpp
/third_party/cef/libcef/browser/
Dmenu_manager.h47 void MenuWillShow(CefRefPtr<CefMenuModelImpl> source) override;
Dmenu_model_impl.h43 virtual void MenuWillShow(CefRefPtr<CefMenuModelImpl> source) = 0;
167 void MenuWillShow();
Dmenu_model_impl.cc162 void MenuWillShow() override { impl_->MenuWillShow(); } in MenuWillShow() function in __anon26eeef750111::CefSimpleMenuModel
865 void CefMenuModelImpl::MenuWillShow() { in MenuWillShow() function in CefMenuModelImpl
870 delegate_->MenuWillShow(this); in MenuWillShow()
872 menu_model_delegate_->MenuWillShow(this); in MenuWillShow()
Dmenu_manager.cc152 MenuWillShow(model_); in CreateContextMenu()
230 void CefMenuManager::MenuWillShow(CefRefPtr<CefMenuModelImpl> source) { in MenuWillShow() function in CefMenuManager
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_delegate_cpptoc.cc131 CefMenuModelDelegateCppToC::Get(self)->MenuWillShow( in menu_model_delegate_menu_will_show()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc475 model_->MenuWillShow(); in RunMenuAt()
/third_party/cef/patch/patches/
Dviews_1749_2102.patch43 virtual void MenuWillShow() {}