Searched refs:CefCommandIdToChromeId (Results 1 – 1 of 1) sorted by relevance
10 static int CefCommandIdToChromeId(cef_text_field_commands_t command_id) { in CefCommandIdToChromeId() function178 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()