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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.cpp121 return LayoutRect(x, rect.y(), caretWidth, rect.height());
126 return LayoutRect(x, rect.y(), caretWidth, rect.height());
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.js183 CaretBrowsing.caretWidth = 0;
384 element.style.width = CaretBrowsing.caretWidth + 'px';
396 element.style.width = (CaretBrowsing.caretWidth + 100) + 'px';
444 * caretWidth, and caretHeight have all been set. The caret is
567 CaretBrowsing.caretWidth = node.offsetWidth;
585 CaretBrowsing.caretWidth = rect.width;
595 CaretBrowsing.caretWidth = rect.width;
608 element.style.width = CaretBrowsing.caretWidth + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp566 x = maxX - caretWidth;
571 x = std::min(x, std::max<LayoutUnit>(maxX - caretWidth, 0));
576 return currentStyle->isHorizontalWritingMode() ? LayoutRect(x, y, caretWidth, height) : LayoutRect(y, x, height, caretWidth);
H A DRenderText.cpp655 int caretWidthLeftOfOffset = caretWidth / 2;
657 int caretWidthRightOfOffset = caretWidth - caretWidthLeftOfOffset;
705 left = std::min(left, rootRight - caretWidth);
711 return style()->isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, caretWidth);
H A DRenderObject.h124 const int caretWidth = 1; member in namespace:blink
H A DRenderBox.cpp3701 LayoutRect rect(location(), LayoutSize(caretWidth, height()));
3705 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 555 milliseconds