Home
last modified time | relevance | path

Searched defs:textRects (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.h49 …const Vector<WebCore::FloatRect>& textRects() const { return m_textRectsInSelectionRectCoordinates… in textRects() function
/external/webkit/Source/WebCore/bindings/objc/
DDOM.mm384 {
408 {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp175 Vector<FloatRect> textRects; in updateFindIndicator() local
/external/webkit/Source/WebCore/dom/
DRange.cpp1623 void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight) in textRects() function in WebCore::Range