Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.h49 …const Vector<WebCore::FloatRect>& textRects() const { return m_textRectsInSelectionRectCoordinates… in textRects() function
56 …st WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects, PassRefPtr<Shar…
DWebPageProxy.messages.in157 …SetFindIndicator(WebCore::FloatRect selectionRect, Vector<WebCore::FloatRect> textRects, WebKit::S…
/external/webkit/Source/WebCore/bindings/objc/
DDOMPrivate.h31 - (NSArray *)textRects;
49 - (NSArray *)textRects;
DDOM.mm366 return [self textRects];
383 - (NSArray *)textRects
393 range->textRects(rects);
407 - (NSArray *)textRects
412 core(self)->textRects(rects);
419 return [self textRects];
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp175 Vector<FloatRect> textRects; in updateFindIndicator() local
176 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()
/external/webkit/Source/WebCore/dom/
DRange.h110 void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
DRange.cpp1616 textRects(rects); in boundingBox()
1623 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight) in textRects() function in WebCore::Range
/external/webkit/Source/WebKit/android/jni/
DAndroidHitTestResult.cpp172 range->textRects(m_highlightRects, true); in searchContentDetectors()
/external/webkit/Source/WebCore/
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).
DChangeLog-2010-01-2949609 …Move textRects to the right category in DOM.mm. Include DOMPrivate.h to ensure that the interfaces…
49612 (-[DOMNode textRects]):
DChangeLog5213 …<rdar://problem/8891395> -[DOMRange textRects] returns incorrect results for vertical or flipped t…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-164351 … (WebKit::FindIndicator::textRects): Rename m_textRects to m_textRectsInSelectionRectCoordinates.
4353 …ndicator): Rename selectionRect to selectionRectInWindowCoordinates and textRects to textRectsInSe…