Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dsimple_menu_model_impl.cc249 return SetLabelAt(GetIndexOf(command_id), label); in SetLabel()
252 bool CefSimpleMenuModelImpl::SetLabelAt(int index, const CefString& label) { in SetLabelAt() function in CefSimpleMenuModelImpl
Dsimple_menu_model_impl.h80 bool SetLabelAt(int index, const CefString& label) override;
Dmenu_model_impl.h99 bool SetLabelAt(int index, const CefString& label) override;
Dmenu_model_impl.cc436 return SetLabelAt(GetIndexOf(command_id), label); in SetLabel()
439 bool CefMenuModelImpl::SetLabelAt(int index, const CefString& label) { in SetLabelAt() function in CefMenuModelImpl
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.h68 bool SetLabelAt(int index, const CefString& label) override;
Dmenu_model_ctocpp.cc459 bool CefMenuModelCToCpp::SetLabelAt(int index, const CefString& label) { in SetLabelAt() function in CefMenuModelCToCpp
/third_party/cef/include/
Dcef_menu_model.h213 virtual bool SetLabelAt(int index, const CefString& label) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc479 CefMenuModelCppToC::Get(self)->SetLabelAt(index, CefString(label)); in menu_model_set_label_at()