Searched refs:caretRect (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebKit/android/nav/ |
D | SelectText.h | 47 IntRect& caretRect(HandleId id) { return m_caretRects[id]; } in caretRect() function
|
D | WebView.cpp | 597 IntRect cursorRect = selectText->caretRect(handleId); in getHandleLayerId()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac.h | 132 @property(assign, nonatomic) NSRect caretRect;
|
D | render_widget_host_view_mac.mm | 1000 @synthesize caretRect = caretRect_;
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 732 const WebCore::IntRect& caretRect);
|
D | WebViewCore.cpp | 1574 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/ |
D | ChangeLog-2005-08-23 | 14665 (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 …]
|
D | ChangeLog-2006-05-10 | 4687 (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 …]
|
D | ChangeLog-2006-12-31 | 3320 (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 …]
|
D | ChangeLog-2008-08-10 | 26715 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 …]
|
D | ChangeLog-2005-12-19 | 7333 (RenderText::caretRect): 7795 (RenderText::caretRect): 7855 …(khtml::SelectionController::caretRect): Adjust the returned caret rect for offset due to scrollin… 9753 (RenderFlow::caretRect):
|
D | ChangeLog-2007-10-14 | 3490 …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.
|
D | ChangeLog-2009-06-16 | 64211 * 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/ |
D | ChangeLog-2010-01-29 | 11828 VisiblePosition::caretRect() was renaemd to absoluteCaretBounds(). 18302 VisiblePosition::caretRect() instead of the RenderObject method which
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 13873 Renderer::caretRect() is now localCaretRect(), which needs
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 2452 Renderer::caretRect() is now localCaretRect(), which needs
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 19393 Renderer::caretRect() is now localCaretRect(), which needs
|