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

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.h53 FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const RenderObject*);
H A DFindInPageCoordinates.cpp96 FloatRect findInPageRectFromAbsoluteRect(const FloatRect& inputRect, const RenderObject* baseRenderer) function in namespace:blink
134 return findInPageRectFromAbsoluteRect(RenderObject::absoluteBoundingBoxRectForRange(range), range->firstNode()->renderer());

Completed in 329 milliseconds