Searched refs:edit_commands_ (Results 1 – 6 of 6) sorted by relevance
61 edit_commands_.clear(); in MatchEvent()66 bool matched = !edit_commands_.empty(); in MatchEvent()68 edit_commands->swap(edit_commands_); in MatchEvent()94 edit_commands_.push_back(TextEditCommandAuraLinux(id, in EditCommandMatched()
144 std::vector<ui::TextEditCommandAuraLinux> edit_commands_; variable
507 !edit_commands_.empty()) { in handleInputEvent()512 edit_commands_)); in handleInputEvent()513 edit_commands_.clear(); in handleInputEvent()582 edit_commands_.push_back(EditCommand(name.utf8(), value.utf8())); in executeEditCommand()
225 std::vector<EditCommand> edit_commands_; in NON_EXPORTED_BASE() local
1505 edit_commands_ = edit_commands; in OnSetEditCommandsForNextKeyEvent()1788 if (edit_commands_.empty()) in handleCurrentKeyboardEvent()1795 EditCommands::iterator it = edit_commands_.begin(); in handleCurrentKeyboardEvent()1796 EditCommands::iterator end = edit_commands_.end(); in handleCurrentKeyboardEvent()2177 edit_commands_.clear(); in ClearEditCommands()
1081 EditCommands edit_commands_; variable