Searched refs:InsertItemAt (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/libcef/browser/ |
D | menu_model_impl.cc | 323 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
|
D | menu_model_impl.h | 80 bool InsertItemAt(int index, int command_id, const CefString& label) override; 200 void InsertItemAt(const Item& item, int index);
|
D | simple_menu_model_impl.cc | 153 bool CefSimpleMenuModelImpl::InsertItemAt(int index, in InsertItemAt() function in CefSimpleMenuModelImpl 159 model_->InsertItemAt(index, command_id, label); in InsertItemAt()
|
D | simple_menu_model_impl.h | 61 bool InsertItemAt(int index, int command_id, const CefString& label) override;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.h | 49 bool InsertItemAt(int index, int command_id, const CefString& label) override;
|
D | menu_model_ctocpp.cc | 217 bool CefMenuModelCToCpp::InsertItemAt(int index, in InsertItemAt() function in CefMenuModelCToCpp
|
/third_party/cef/include/ |
D | cef_menu_model.h | 125 virtual bool InsertItemAt(int index,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | menu_model_cpptoc.cc | 236 bool _retval = CefMenuModelCppToC::Get(self)->InsertItemAt(index, command_id, in menu_model_insert_item_at()
|