Searched refs:caretWidth (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.cpp120 return LayoutRect(x, rect.y(), caretWidth, rect.height());
125 return LayoutRect(x, rect.y(), caretWidth, rect.height());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp670 int caretWidthLeftOfOffset = caretWidth / 2;
672 int caretWidthRightOfOffset = caretWidth - caretWidthLeftOfOffset;
714 left = min(left, rootRight - caretWidth);
720 return style()->isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, caretWidth);
H A DRenderBoxModelObject.cpp2695 x = maxX - caretWidth;
2700 x = min(x, max<LayoutUnit>(maxX - caretWidth, 0));
2704 return currentStyle->isHorizontalWritingMode() ? LayoutRect(x, y, caretWidth, height) : LayoutRect(y, x, height, caretWidth);
H A DRenderObject.h116 const int caretWidth = 1; member in namespace:WebCore
H A DRenderBox.cpp4263 LayoutRect rect(location(), LayoutSize(caretWidth, height()));
4267 rect.move(LayoutSize(width() - caretWidth, 0));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 120 milliseconds