Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.h122 …void textRects(Vector<IntRect>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const;
DRange.cpp1419 textRects(rects); in boundingBox()
1426 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight, RangeInFixedPosition* inFixe… in textRects() function in blink::Range