Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dtextfield_impl.cc10 static int CefCommandIdToChromeId(cef_text_field_commands_t command_id) { in CefCommandIdToChromeId() function
178 return root_view()->IsCommandIdEnabled(CefCommandIdToChromeId(command_id)); in IsCommandEnabled()
183 if (root_view()->IsCommandIdEnabled(CefCommandIdToChromeId(command_id))) in ExecuteCommand()
184 root_view()->ExecuteCommand(CefCommandIdToChromeId(command_id), in ExecuteCommand()