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

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.h

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Rebased the patch along with review comment fixes. Created 3 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
Index: third_party/WebKit/Source/core/editing/InputMethodController.h
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
index 4d97dd4fe1ebd34bdbeeeac89af4cd4896ee61fe..601ce8201301b338fd3803b2abdbcb5f73fdc3f0 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -104,6 +104,7 @@ class CORE_EXPORT InputMethodController final
void DeleteSurroundingTextInCodePoints(int before, int after);
WebTextInputInfo TextInputInfo() const;
WebTextInputType TextInputType() const;
+ Element* NextFocusableElementInForm(Element*, WebFocusType) const;
// Call this when we will change focus.
void WillChangeFocus();
@@ -162,6 +163,7 @@ class CORE_EXPORT InputMethodController final
size_t text_length) const;
int TextInputFlags() const;
WebTextInputMode InputModeOfFocusedElement() const;
+ bool IsListeningToKeyboardEvents(Element*) const;
// Implements |SynchronousMutationObserver|.
void ContextDestroyed(Document*) final;

Powered by Google App Engine
This is Rietveld 408576698