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

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: Fixed build breaks in disabled element form. Created 5 years, 4 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/tests/WebViewTest.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 0a4cc277d778ea9cc189e0c6264537e5fce635c4..d3ec6c2910169db1f6056d97e46933a9854bf59d 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -186,6 +186,7 @@ public:
bool scrollFocusedNodeIntoRect(const WebRect&) override;
void smoothScroll(int targetX, int targetY, long durationMs) override;
void zoomToFindInPageRect(const WebRect&);
+ void advanceFocusInForm(WebFocusType) override;
void advanceFocus(bool reverse) override;
double zoomLevel() override;
double setZoomLevel(double) override;
@@ -561,6 +562,8 @@ private:
WebTextInputType textInputType();
int textInputFlags();
+ Element* nextFocusableElementInForm(Element*, WebFocusType);
+ bool isListeningToKeyboardEvents(Element*);
WebString inputModeOfFocusedElement();
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/tests/WebViewTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698