Searched refs:edit_commands (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_key_bindings_handler.cc51 std::vector<TextEditCommandAuraLinux>* edit_commands) {
67 if (edit_commands)
68 edit_commands->swap(edit_commands_);
49 MatchEvent( const ui::Event& event, std::vector<TextEditCommandAuraLinux>* edit_commands) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h266 const std::vector<EditCommand>& edit_commands);
H A Dbrowser_plugin_guest.cc699 const std::vector<EditCommand>& edit_commands) {
701 edit_commands));
697 OnSetEditCommandsForNextKeyEvent( int browser_plugin_instance_id, const std::vector<EditCommand>& edit_commands) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1504 const EditCommands& edit_commands) {
1505 edit_commands_ = edit_commands;
2171 EditCommands edit_commands; local
2172 edit_commands.push_back(EditCommand(name, value));
2173 OnSetEditCommandsForNextKeyEvent(edit_commands);
1503 OnSetEditCommandsForNextKeyEvent( const EditCommands& edit_commands) argument
H A Drender_view_impl.h653 void OnSetEditCommandsForNextKeyEvent(const EditCommands& edit_commands);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2548 EditCommands edit_commands; local
2551 edit_commands.push_back(EditCommand(it->GetCommandString(),
2555 host_->GetRoutingID(), edit_commands));

Completed in 100 milliseconds