Searched refs:absoluteSourceX (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp1123 const int absoluteSourceX = source.x + scrollOffset.width(); local
1124 if (leftMargin > absoluteSourceX) {
1125 leftMargin = absoluteSourceX;
1129 const int maximumRightMargin = maxSize.width - (source.width + absoluteSourceX);

Completed in 305 milliseconds