Home
last modified time | relevance | path

Searched refs:InsertSeparatorAt (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc145 bool CefSimpleMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefSimpleMenuModelImpl
149 model_->InsertSeparatorAt(index, ui::NORMAL_SEPARATOR); in InsertSeparatorAt()
Dsimple_menu_model_impl.h60 bool InsertSeparatorAt(int index) override;
Dmenu_model_impl.h79 bool InsertSeparatorAt(int index) override;
Dmenu_model_impl.cc319 bool CefMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h48 bool InsertSeparatorAt(int index) override;
Dmenu_model_ctocpp.cc200 NO_SANITIZE("cfi-icall") bool CefMenuModelCToCpp::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h118 virtual bool InsertSeparatorAt(int index) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc213 bool _retval = CefMenuModelCppToC::Get(self)->InsertSeparatorAt(index); in menu_model_insert_separator_at()