Searched refs:textRects (Results 1 – 12 of 12) sorted by relevance
49 …const Vector<WebCore::FloatRect>& textRects() const { return m_textRectsInSelectionRectCoordinates… in textRects() function56 …st WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects, PassRefPtr<Shar…
157 …SetFindIndicator(WebCore::FloatRect selectionRect, Vector<WebCore::FloatRect> textRects, WebKit::S…
31 - (NSArray *)textRects;49 - (NSArray *)textRects;
366 return [self textRects];383 - (NSArray *)textRects393 range->textRects(rects);407 - (NSArray *)textRects412 core(self)->textRects(rects);419 return [self textRects];
175 Vector<FloatRect> textRects; in updateFindIndicator() local176 selectedFrame->selection()->getClippedVisibleTextRectangles(textRects); in updateFindIndicator()203 for (size_t i = 0; i < textRects.size(); ++i) { in updateFindIndicator()204 …SelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntRect(textRects[i])); in updateFindIndicator()
110 void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
1616 textRects(rects); in boundingBox()1623 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight) in textRects() function in WebCore::Range
172 range->textRects(m_highlightRects, true); in searchContentDetectors()
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).
49609 …Move textRects to the right category in DOM.mm. Include DOMPrivate.h to ensure that the interfaces…49612 (-[DOMNode textRects]):
5213 …<rdar://problem/8891395> -[DOMRange textRects] returns incorrect results for vertical or flipped t…
4351 … (WebKit::FindIndicator::textRects): Rename m_textRects to m_textRectsInSelectionRectCoordinates.4353 …ndicator): Rename selectionRect to selectionRectInWindowCoordinates and textRects to textRectsInSe…