Searched refs:SetLabelAt (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.cc | 249 return SetLabelAt(GetIndexOf(command_id), label); in SetLabel() 252 bool CefSimpleMenuModelImpl::SetLabelAt(int index, const CefString& label) { in SetLabelAt() function in CefSimpleMenuModelImpl
|
D | simple_menu_model_impl.h | 80 bool SetLabelAt(int index, const CefString& label) override;
|
D | menu_model_impl.h | 99 bool SetLabelAt(int index, const CefString& label) override;
|
D | menu_model_impl.cc | 436 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/ |
D | menu_model_ctocpp.h | 68 bool SetLabelAt(int index, const CefString& label) override;
|
D | menu_model_ctocpp.cc | 459 bool CefMenuModelCToCpp::SetLabelAt(int index, const CefString& label) { in SetLabelAt() function in CefMenuModelCToCpp
|
/third_party/cef/include/ |
D | cef_menu_model.h | 213 virtual bool SetLabelAt(int index, const CefString& label) = 0;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | menu_model_cpptoc.cc | 479 CefMenuModelCppToC::Get(self)->SetLabelAt(index, CefString(label)); in menu_model_set_label_at()
|