Home
last modified time | relevance | path

Searched refs:edit_commands (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dgtk_key_bindings_handler.cc29 EditCommands* edit_commands) { in Match() argument
39 if (edit_commands) in Match()
40 edit_commands->swap(edit_commands_); in Match()
Dgtk_key_bindings_handler.h45 bool Match(const NativeWebKeyboardEvent& wke, EditCommands* edit_commands);
Drender_widget_host_view_gtk.cc1146 EditCommands edit_commands; in ForwardKeyboardEvent() local
1148 key_bindings_handler_->Match(event, &edit_commands)) { in ForwardKeyboardEvent()
1149 host_->ForwardEditCommandsForNextKeyEvent(edit_commands); in ForwardKeyboardEvent()
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper_unittest.mm54 // edit_commands is a list of NSStrings, selector names are formed by
56 bool CheckObjectRespondsToEditCommands(NSArray* edit_commands, id test_obj) {
57 for (NSString* edit_command_name in edit_commands) {