Searched refs:textRects (Results 1 – 7 of 7) sorted by relevance
31 - (NSArray *)textRects;49 - (NSArray *)textRects;
362 - (NSArray *)textRects372 range->textRects(rects);378 return [self textRects];406 - (NSArray *)textRects411 core(self)->textRects(rects);418 return [self textRects];
105 void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
1585 textRects(rects); in boundingBox()1592 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight) in textRects() function in WebCore::Range
1204 selectedRange->textRects(intRects, true); in selectionTextRects()
7837 -[DOMRange(DOMRangeExtensions) textRects]
8198 (WebCore::Range::textRects):15701 Rename -[DOMRange lineBoxRects] to -[DOMRange textRects] and change how it15709 (-[DOMNode textRects]): Added. Make a Range and call textRects.15710 (-[DOMNode lineBoxRects]): Call textRects method.15711 (-[DOMRange textRects]): Call Range::textRects.15712 (-[DOMRange lineBoxRects]): Call textRects method.15716 (WebCore::Range::boundingBox): Call textRects (renamed from addLineBoxRects).15717 (WebCore::Range::textRects): Renamed from addLineBoxRects. Iterate over the15720 * dom/Range.h: Renamed addLineBoxRects to textRects.15722 (WebCore::Frame::selectionTextRects): Call textRects (renamed from addLineBoxRects).