Home
last modified time | relevance | path

Searched defs:FormatLabel (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/
Dmenu_runner.h28 virtual bool FormatLabel(std::u16string& label) { return false; } in FormatLabel() function
Dmenu_manager.cc274 bool CefMenuManager::FormatLabel(CefRefPtr<CefMenuModelImpl> source, in FormatLabel() function in CefMenuManager
/third_party/cef/libcef/browser/native/
Dmenu_runner_linux.cc40 bool CefMenuRunnerLinux::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerLinux
/third_party/cef/libcef/browser/views/
Dmenu_runner_views.cc34 bool CefMenuRunnerViews::FormatLabel(std::u16string& label) { in FormatLabel() function in CefMenuRunnerViews
/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.cc151 bool CefMenuModelDelegateCToCpp::FormatLabel(CefRefPtr<CefMenuModel> menu_model, in FormatLabel() function in CefMenuModelDelegateCToCpp