Home
last modified time | relevance | path

Searched refs:maxLeftPaddingKeepingBoxOnscreen (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2734 int maxLeftPaddingKeepingBoxOnscreen = viewWidth - textboxRectInDocumentCoordinates.width(); in computeScaleAndScrollForFocusedNode() local
2735 …xtboxRectInDocumentCoordinates.x() - min<int>(idealLeftPadding, maxLeftPaddingKeepingBoxOnscreen)); in computeScaleAndScrollForFocusedNode()