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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit.h

Issue 16401: F6 should do tabbing between frames. The current behaviour differs from IE/Sa... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years 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 | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit.h (revision 7347)
+++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
@@ -524,6 +524,9 @@
// avoid selecting the "phantom newline" at the end of the edit.
void SelectAll(bool reversed);
+ // Deselects all the text in the edit.
+ void DeSelectAll();
+
// Reverts the edit and popup back to their unedited state (permanent text
// showing, popup closed, no user input in progress).
void RevertAll();
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698