Searched refs:InsertSeparatorAt (Results 1 – 8 of 8) sorted by relevance
145 bool CefSimpleMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefSimpleMenuModelImpl149 model_->InsertSeparatorAt(index, ui::NORMAL_SEPARATOR); in InsertSeparatorAt()
60 bool InsertSeparatorAt(int index) override;
79 bool InsertSeparatorAt(int index) override;
319 bool CefMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefMenuModelImpl
48 bool InsertSeparatorAt(int index) override;
200 NO_SANITIZE("cfi-icall") bool CefMenuModelCToCpp::InsertSeparatorAt(int index) { in InsertSeparatorAt() function in CefMenuModelCToCpp
118 virtual bool InsertSeparatorAt(int index) = 0;
213 bool _retval = CefMenuModelCppToC::Get(self)->InsertSeparatorAt(index); in menu_model_insert_separator_at()