Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc163 bool CefSimpleMenuModelImpl::InsertCheckItemAt(int index, in InsertCheckItemAt() function in CefSimpleMenuModelImpl
169 model_->InsertCheckItemAt(index, command_id, label); in InsertCheckItemAt()
Dsimple_menu_model_impl.h62 bool InsertCheckItemAt(int index,
Dmenu_model_impl.h81 bool InsertCheckItemAt(int index,
Dmenu_model_impl.cc340 bool CefMenuModelImpl::InsertCheckItemAt(int index, in InsertCheckItemAt() function in CefMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h50 bool InsertCheckItemAt(int index,
Dmenu_model_ctocpp.cc242 bool CefMenuModelCToCpp::InsertCheckItemAt(int index, in InsertCheckItemAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h134 virtual bool InsertCheckItemAt(int index,
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc260 bool _retval = CefMenuModelCppToC::Get(self)->InsertCheckItemAt( in menu_model_insert_check_item_at()