HomeSort by relevance Sort by last modified time
    Searched refs:findInPageRectFromAbsoluteRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.h 53 FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const RenderObject*);
FindInPageCoordinates.cpp 96 FloatRect findInPageRectFromAbsoluteRect(const FloatRect& inputRect, const RenderObject* baseRenderer)
134 return findInPageRectFromAbsoluteRect(RenderObject::absoluteBoundingBoxRectForRange(range), range->firstNode()->renderer());

Completed in 172 milliseconds