Home
last modified time | relevance | path

Searched refs:caretRect (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DSelectText.h47 IntRect& caretRect(HandleId id) { return m_caretRects[id]; } in caretRect() function
DWebView.cpp597 IntRect cursorRect = selectText->caretRect(handleId); in getHandleLayerId()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.h132 @property(assign, nonatomic) NSRect caretRect;
Drender_widget_host_view_mac.mm1000 @synthesize caretRect = caretRect_;
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h732 const WebCore::IntRect& caretRect);
DWebViewCore.cpp1574 IntRect caretRect = renderText->localCaretRect(inlineBox, caretOffset); in setSelectionCaretInfo() local
1575 FloatPoint absoluteOffset = renderText->localToAbsolute(caretRect.location()); in setSelectionCaretInfo()
1576 caretRect.setX(absoluteOffset.x() - offset.x() + caretRectOffset); in setSelectionCaretInfo()
1577 caretRect.setY(absoluteOffset.y() - offset.y()); in setSelectionCaretInfo()
1578 selectTextContainer->setCaretRect(handleId, caretRect); in setSelectionCaretInfo()
1581 positionToTextRect(pos, affinity, offset, caretRect)); in setSelectionCaretInfo()
1689 EAffinity affinity, const WebCore::IntPoint& offset, const IntRect& caretRect) in positionToTextRect() argument
1691 IntRect textRect = caretRect; in positionToTextRect()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2314665 (RenderText::caretRect):
19879 (InlineTextBox::positionForOffset): Added. Moved code here from caretRect.
19880 (RenderText::caretRect): Call positionForOffset instead of doing the work here.
20381 …(RenderText::caretRect): Change the y-coordinate used to calculate the available width for a line.…
21707 (lastRendererOnPrevLine): helper for RenderText::caretRect
21708 (RenderText::caretRect): added code to properly handle bidi ordered text boxes
24169 (RenderObject::caretRect):
25570 … (RenderText::caretRect): Rework the algorithm to fix 3975661. This regressed when we began placing
28610 … (RenderText::caretRect): Code was not detecting space at the end of a line correctly. Now it does.
30056 (RenderFlow::caretRect):
[all …]
DChangeLog-2006-05-104687 (WebCore::RenderText::caretRect):
5074 (WebCore::RenderText::caretRect):
5408 (WebCore::RenderText::caretRect):
8007 * rendering/RenderFlow.cpp: (WebCore::RenderFlow::caretRect):
8011 * rendering/RenderBox.cpp: (WebCore::RenderBox::caretRect):
12901 (WebCore::SelectionController::caretRect):
12933 (WebCore::RenderText::caretRect):
12938 (WebCore::RenderBox::caretRect):
12940 (WebCore::RenderBR::caretRect):
12943 (WebCore::RenderFlow::caretRect):
[all …]
DChangeLog-2006-12-313320 (WebCore::RenderText::caretRect):
12830 (WebCore::RenderObject::caretRect):
15139 (WebCore::RenderFlow::caretRect):
22050 We set m_needsLayout to false and call caretRect() in the hopes that it will give us
33358 (WebCore::VisiblePosition::caretRect):
41428 (WebCore::RenderText::caretRect): Use containsCaretOffset.
42878 (WebCore::RenderText::caretRect): Fixed the calculation of the max/min allowed caret
42971 (WebCore::RenderText::caretRect): Fixed LTR case and added the RTL case
47324 (WebCore::RenderBox::caretRect): Don't propagate to children,
52086 (WebCore::RenderText::caretRect): Only go to the next text box if its at a line wrap and the
[all …]
DChangeLog-2008-08-1026715 3) Changing RenderObject::caretRect() to take an InlineBox parameter,
26716 and changing callers to call VisiblePosition::caretRect(), which
26717 locates the inline box, then calls caretRect() on the renderer for
26725 constructor and VisiblePosition::caretRect(), and sorted.
26740 VisiblePosition::caretRect() instead of calling the RenderObject method.
26748 (WebCore::VisiblePosition::caretRect): Changed to call
26804 (WebCore::RenderBox::caretRect): Changed to take an inline box and
26811 (WebCore::RenderFlow::caretRect): Updated the signature.
26815 (WebCore::RenderObject::caretRect): Updated the signature.
26827 (WebCore::RenderSVGInlineText::caretRect): Updated the signature.
[all …]
DChangeLog-2005-12-197333 (RenderText::caretRect):
7795 (RenderText::caretRect):
7855 …(khtml::SelectionController::caretRect): Adjust the returned caret rect for offset due to scrollin…
9753 (RenderFlow::caretRect):
DChangeLog-2007-10-143490 …RenderSVGInlineText.cpp: Special positionForCoordinates() implementation. Stub caretRect() for SVG.
3492 (WebCore::RenderSVGInlineText::caretRect):
44214 (WebCore::RenderFlow::caretRect): Ditto.
61410 (WebCore::RenderBox::caretRect):
62242 (WebCore::RenderText::caretRect): Ditto.
DChangeLog-2009-06-1664211 * Rename caretRect() methods to localCaretRect() and
72710 (WebCore::SelectionController::caretRect):
72745 (WebCore::RenderBox::caretRect):
72752 (WebCore::RenderFlow::caretRect):
72790 (WebCore::RenderText::caretRect):
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2911828 VisiblePosition::caretRect() was renaemd to absoluteCaretBounds().
18302 VisiblePosition::caretRect() instead of the RenderObject method which
/external/webkit/Source/WebKit/gtk/
DChangeLog13873 Renderer::caretRect() is now localCaretRect(), which needs
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-162452 Renderer::caretRect() is now localCaretRect(), which needs
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1619393 Renderer::caretRect() is now localCaretRect(), which needs