Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/objc/
DDOMPrivate.h31 - (NSArray *)textRects;
49 - (NSArray *)textRects;
DDOM.mm362 - (NSArray *)textRects
372 range->textRects(rects);
378 return [self textRects];
406 - (NSArray *)textRects
411 core(self)->textRects(rects);
418 return [self textRects];
/external/webkit/WebCore/dom/
DRange.h105 void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
DRange.cpp1585 textRects(rects); in boundingBox()
1592 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight) in textRects() function in WebCore::Range
/external/webkit/WebCore/page/
DFrame.cpp1204 selectedRange->textRects(intRects, true); in selectionTextRects()
/external/webkit/WebCore/
DWebCore.order7837 -[DOMRange(DOMRangeExtensions) textRects]
DChangeLog-2009-06-168198 (WebCore::Range::textRects):
15701 Rename -[DOMRange lineBoxRects] to -[DOMRange textRects] and change how it
15709 (-[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 the
15720 * dom/Range.h: Renamed addLineBoxRects to textRects.
15722 (WebCore::Frame::selectionTextRects): Call textRects (renamed from addLineBoxRects).