Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dmenu_model_impl.cc323 InsertItemAt( in InsertSeparatorAt()
329 bool CefMenuModelImpl::InsertItemAt(int index, in InsertItemAt() function in CefMenuModelImpl
335 InsertItemAt(Item(MENUITEMTYPE_COMMAND, command_id, label, kInvalidGroupId), in InsertItemAt()
346 InsertItemAt(Item(MENUITEMTYPE_CHECK, command_id, label, kInvalidGroupId), in InsertCheckItemAt()
358 InsertItemAt(Item(MENUITEMTYPE_RADIO, command_id, label, group_id), index); in InsertRadioItemAt()
371 InsertItemAt(item, index); in InsertSubMenuAt()
979 void CefMenuModelImpl::InsertItemAt(const Item& item, int index) { in InsertItemAt() function in CefMenuModelImpl
Dmenu_model_impl.h80 bool InsertItemAt(int index, int command_id, const CefString& label) override;
200 void InsertItemAt(const Item& item, int index);
Dsimple_menu_model_impl.cc153 bool CefSimpleMenuModelImpl::InsertItemAt(int index, in InsertItemAt() function in CefSimpleMenuModelImpl
159 model_->InsertItemAt(index, command_id, label); in InsertItemAt()
Dsimple_menu_model_impl.h61 bool InsertItemAt(int index, int command_id, const CefString& label) override;
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h49 bool InsertItemAt(int index, int command_id, const CefString& label) override;
Dmenu_model_ctocpp.cc217 bool CefMenuModelCToCpp::InsertItemAt(int index, in InsertItemAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h125 virtual bool InsertItemAt(int index,
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc236 bool _retval = CefMenuModelCppToC::Get(self)->InsertItemAt(index, command_id, in menu_model_insert_item_at()