Searched refs:edit_commands (Results 1 – 4 of 4) sorted by relevance
29 EditCommands* edit_commands) { in Match() argument39 if (edit_commands) in Match()40 edit_commands->swap(edit_commands_); in Match()
45 bool Match(const NativeWebKeyboardEvent& wke, EditCommands* edit_commands);
1146 EditCommands edit_commands; in ForwardKeyboardEvent() local1148 key_bindings_handler_->Match(event, &edit_commands)) { in ForwardKeyboardEvent()1149 host_->ForwardEditCommandsForNextKeyEvent(edit_commands); in ForwardKeyboardEvent()
54 // edit_commands is a list of NSStrings, selector names are formed by56 bool CheckObjectRespondsToEditCommands(NSArray* edit_commands, id test_obj) {57 for (NSString* edit_command_name in edit_commands) {