Searched refs:cef_text_field_commands_t (Results 1 – 8 of 8) sorted by relevance
10 static int CefCommandIdToChromeId(cef_text_field_commands_t command_id) { in CefCommandIdToChromeId()12 case cef_text_field_commands_t::CEF_TFC_CUT: in CefCommandIdToChromeId()14 case cef_text_field_commands_t::CEF_TFC_COPY: in CefCommandIdToChromeId()16 case cef_text_field_commands_t::CEF_TFC_PASTE: in CefCommandIdToChromeId()18 case cef_text_field_commands_t::CEF_TFC_UNDO: in CefCommandIdToChromeId()20 case cef_text_field_commands_t::CEF_TFC_DELETE: in CefCommandIdToChromeId()22 case cef_text_field_commands_t::CEF_TFC_SELECT_ALL: in CefCommandIdToChromeId()176 bool CefTextfieldImpl::IsCommandEnabled(cef_text_field_commands_t command_id) { in IsCommandEnabled()181 void CefTextfieldImpl::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand()
55 bool IsCommandEnabled(cef_text_field_commands_t command_id) override;56 void ExecuteCommand(cef_text_field_commands_t command_id) override;
227 virtual bool IsCommandEnabled(cef_text_field_commands_t command_id) = 0;233 virtual void ExecuteCommand(cef_text_field_commands_t command_id) = 0;
222 cef_text_field_commands_t command_id);228 cef_text_field_commands_t command_id);
63 bool IsCommandEnabled(cef_text_field_commands_t command_id) override;64 void ExecuteCommand(cef_text_field_commands_t command_id) override;
431 cef_text_field_commands_t command_id) { in IsCommandEnabled()448 void CefTextfieldCToCpp::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand()
458 cef_text_field_commands_t command_id) { in textfield_is_command_enabled()476 cef_text_field_commands_t command_id) { in textfield_execute_command()
3138 } cef_text_field_commands_t; typedef