Searched refs:caretWidth (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGInlineText.cpp | 121 return IntRect(x, rect.y(), caretWidth, rect.height()); in localCaretRect() 126 return IntRect(x, rect.y(), caretWidth, rect.height()); in localCaretRect()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 518 int caretWidthLeftOfOffset = caretWidth / 2; in localCaretRect() 520 int caretWidthRightOfOffset = caretWidth - caretWidthLeftOfOffset; in localCaretRect() 569 left = min(left, rootRight - caretWidth); in localCaretRect() 575 …isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, ca… in localCaretRect()
|
D | RenderObject.h | 90 const int caretWidth = 1; variable
|
D | RenderBlock.cpp | 5861 x = w - (borderRight() + paddingRight()) - caretWidth; in localCaretRect() 5867 *extraWidthToEndOfLine = w - (x + caretWidth); in localCaretRect() 5873 int myRight = x + caretWidth; in localCaretRect() 5886 return IntRect(x, y, caretWidth, height); in localCaretRect()
|
D | RenderBox.cpp | 3121 IntRect rect(x(), y(), caretWidth, height()); in localCaretRect() 3125 rect.move(IntSize(width() - caretWidth, 0)); in localCaretRect()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 19964 alignment is alignRight, we need to subtract the caretWidth so that the 19965 caret at IntRect(x, y, caretWidth, height) is inside the block. 37285 Move duplicate caretWidth constants to RenderObject.h 37292 (WebCore::RenderBlock::localCaretRect): Removed caretWidth. 37295 * rendering/RenderObject.h: Added caretWidth definition. 37297 (WebCore::RenderText::localCaretRect): Removed caretWidth.
|