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

Unified Diff: Source/core/html/forms/TypeAhead.h

Issue 1058243002: Implement support to consider <space> key as part of typeAhead searching. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch with new implementation Created 5 years, 8 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 | « Source/core/html/HTMLSelectElement.cpp ('k') | Source/core/html/forms/TypeAhead.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TypeAhead.h
diff --git a/Source/core/html/forms/TypeAhead.h b/Source/core/html/forms/TypeAhead.h
index 483e97c24511fdf8a67f0434c8adc3aba687c727..e6c5601f29e2e563a7c8c94d472693631e56a785 100644
--- a/Source/core/html/forms/TypeAhead.h
+++ b/Source/core/html/forms/TypeAhead.h
@@ -57,7 +57,7 @@ public:
// Returns the index for the matching option.
int handleEvent(KeyboardEvent*, MatchModeFlags);
-
+ bool hasActiveSession(KeyboardEvent*);
private:
TypeAheadDataSource* m_dataSource;
DOMTimeStamp m_lastTypeTime;
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | Source/core/html/forms/TypeAhead.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698