Searched refs:caretRect (Results 1 – 15 of 15) sorted by relevance
/external/webkit/WebKit/chromium/src/ |
D | WebPopupMenuImpl.h | 76 virtual bool queryCompositionStatus(bool* enabled, WebRect* caretRect);
|
D | WebPopupMenuImpl.cpp | 240 bool WebPopupMenuImpl::queryCompositionStatus(bool* enabled, WebRect* caretRect) in queryCompositionStatus() argument
|
D | WebViewImpl.h | 97 WebRect* caretRect);
|
D | WebViewImpl.cpp | 1087 bool WebViewImpl::queryCompositionStatus(bool* enableIME, WebRect* caretRect) in queryCompositionStatus() argument 1117 *caretRect = view->contentsToWindow(controller->absoluteCaretBounds()); in queryCompositionStatus()
|
/external/webkit/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/WebKit/gtk/ |
D | ChangeLog | 6012 Renderer::caretRect() is now localCaretRect(), which needs
|
/external/webkit/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/WebKit/qt/ |
D | ChangeLog | 8893 Renderer::caretRect() is now localCaretRect(), which needs
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 2452 Renderer::caretRect() is now localCaretRect(), which needs
|