Searched refs:FormatLabel (Results 1 – 14 of 14) sorted by relevance
22 bool FormatLabel(std::u16string& label) override;
40 bool CefMenuRunnerLinux::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerLinux
23 bool FormatLabel(std::u16string& label) override;
34 bool CefMenuRunnerViews::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerViews
28 virtual bool FormatLabel(std::u16string& label) { return false; } in FormatLabel() function
53 bool FormatLabel(CefRefPtr<CefMenuModelImpl> source,
274 bool CefMenuManager::FormatLabel(CefRefPtr<CefMenuModelImpl> source, in FormatLabel() function in CefMenuManager278 return runner_->FormatLabel(label); in FormatLabel()
49 virtual bool FormatLabel(CefRefPtr<CefMenuModelImpl> source,
893 delegate_->FormatLabel(this, label); in GetFormattedLabelAt()896 if (menu_model_delegate_->FormatLabel(this, new_label)) in GetFormattedLabelAt()
102 virtual bool FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel() function
51 bool FormatLabel(CefRefPtr<CefMenuModel> menu_model,
151 bool CefMenuModelDelegateCToCpp::FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel() function in CefMenuModelDelegateCToCpp
179 bool _retval = CefMenuModelDelegateCppToC::Get(self)->FormatLabel( in menu_model_delegate_format_label()
17968 bool CefMenuRunnerLinux::FormatLabel(std::u16string& label) {17974 bool FormatLabel(std::u16string& label) override;