Home
last modified time | relevance | path

Searched refs:FormatLabel (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/native/
Dmenu_runner_linux.h22 bool FormatLabel(std::u16string& label) override;
Dmenu_runner_linux.cc40 bool CefMenuRunnerLinux::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerLinux
/third_party/cef/libcef/browser/views/
Dmenu_runner_views.h23 bool FormatLabel(std::u16string& label) override;
Dmenu_runner_views.cc34 bool CefMenuRunnerViews::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerViews
/third_party/cef/libcef/browser/
Dmenu_runner.h28 virtual bool FormatLabel(std::u16string& label) { return false; } in FormatLabel() function
Dmenu_manager.h53 bool FormatLabel(CefRefPtr<CefMenuModelImpl> source,
Dmenu_manager.cc274 bool CefMenuManager::FormatLabel(CefRefPtr<CefMenuModelImpl> source, in FormatLabel() function in CefMenuManager
278 return runner_->FormatLabel(label); in FormatLabel()
Dmenu_model_impl.h49 virtual bool FormatLabel(CefRefPtr<CefMenuModelImpl> source,
Dmenu_model_impl.cc893 delegate_->FormatLabel(this, label); in GetFormattedLabelAt()
896 if (menu_model_delegate_->FormatLabel(this, new_label)) in GetFormattedLabelAt()
/third_party/cef/include/
Dcef_menu_model_delegate.h102 virtual bool FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel() function
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.h51 bool FormatLabel(CefRefPtr<CefMenuModel> menu_model,
Dmenu_model_delegate_ctocpp.cc151 bool CefMenuModelDelegateCToCpp::FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel() function in CefMenuModelDelegateCToCpp
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_delegate_cpptoc.cc179 bool _retval = CefMenuModelDelegateCppToC::Get(self)->FormatLabel( in menu_model_delegate_format_label()
/third_party/chromium/patch/
D0003-ohos-1115.patch17968 bool CefMenuRunnerLinux::FormatLabel(std::u16string& label) {
17974 bool FormatLabel(std::u16string& label) override;