Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DWebPopupMenuImpl.h76 virtual bool queryCompositionStatus(bool* enabled, WebRect* caretRect);
DWebPopupMenuImpl.cpp240 bool WebPopupMenuImpl::queryCompositionStatus(bool* enabled, WebRect* caretRect) in queryCompositionStatus() argument
DWebViewImpl.h97 WebRect* caretRect);
DWebViewImpl.cpp1087 bool WebViewImpl::queryCompositionStatus(bool* enableIME, WebRect* caretRect) in queryCompositionStatus() argument
1117 *caretRect = view->contentsToWindow(controller->absoluteCaretBounds()); in queryCompositionStatus()
/external/webkit/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/WebKit/gtk/
DChangeLog6012 Renderer::caretRect() is now localCaretRect(), which needs
/external/webkit/WebKit/mac/
DChangeLog-2010-01-2911828 VisiblePosition::caretRect() was renaemd to absoluteCaretBounds().
18302 VisiblePosition::caretRect() instead of the RenderObject method which
/external/webkit/WebKit/qt/
DChangeLog8893 Renderer::caretRect() is now localCaretRect(), which needs
/external/webkit/WebKit/win/
DChangeLog-2009-06-162452 Renderer::caretRect() is now localCaretRect(), which needs