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

Unified Diff: Source/web/WebViewImpl.h

Issue 939603002: Adding support for Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Extended the navigation support on ContentEditable element inside form. 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 | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/WebViewImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index da89c2ecc07dce9c8be5eb062322819f6273698b..ceca8b41b18f940b9073e429cdfaf86e082a86cb 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -188,6 +188,7 @@ public:
virtual void clearFocusedElement() override;
virtual bool scrollFocusedNodeIntoRect(const WebRect&) override;
virtual void zoomToFindInPageRect(const WebRect&);
+ virtual void advanceFocusToNextFormControl(WebFocusType) override;
virtual void advanceFocus(bool reverse) override;
virtual double zoomLevel() override;
virtual double setZoomLevel(double) override;
@@ -564,6 +565,8 @@ private:
WebTextInputType textInputType();
int textInputFlags();
+ Element* nextFocusableElement(Element*, WebFocusType);
+ bool isListeningToKeyboardEvents(const Element&);
WebString inputModeOfFocusedElement();
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698