Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_key_bindings_handler.cc61 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()
Dgtk2_key_bindings_handler.h144 std::vector<ui::TextEditCommandAuraLinux> edit_commands_; variable
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.cc507 !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()
Dbrowser_plugin.h225 std::vector<EditCommand> edit_commands_; in NON_EXPORTED_BASE() local
/external/chromium_org/content/renderer/
Drender_view_impl.cc1505 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()
Drender_view_impl.h1081 EditCommands edit_commands_; variable