Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: webkit/glue/webview_impl.h

Issue 20046: Home and End keys should not be processed by the autocomplete popup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
===================================================================
--- webkit/glue/webview_impl.h (revision 9146)
+++ webkit/glue/webview_impl.h (working copy)
@@ -248,6 +248,9 @@
// Returns true if the event was actually processed.
bool KeyEventDefault(const WebKeyboardEvent& event);
+ // Returns true if the autocomple has consumed the event.
+ bool AutocompleteHandleKeyEvent(const WebKeyboardEvent& event);
+
// Returns true if the view was scrolled.
bool ScrollViewWithKeyboard(int key_code);
« no previous file with comments | « no previous file | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698