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

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp84 FloatRect normalizedRect = absoluteRect;
85 normalizedRect.moveBy(-containerRect.location());
90 normalizedRect.move(-toRenderView(container)->frameView()->scrollOffsetForFixedPosition());
92 normalizedRect.scale(1 / containerRect.width(), 1 / containerRect.height());
93 return normalizedRect;
103 FloatRect normalizedRect = toNormalizedRect(inputRect, baseRenderer, baseContainer); local
114 normalizedRect.scale(normalizedBoxRect.width(), normalizedBoxRect.height());
115 normalizedRect.moveBy(normalizedBoxRect.location());
126 return normalizedRect;

Completed in 112 milliseconds