Searched refs:caretWidth (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
H A D | RenderSVGInlineText.cpp | 121 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 D | caretbrowsing.js | 183 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 D | RenderBoxModelObject.cpp | 566 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 D | RenderText.cpp | 655 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 D | RenderObject.h | 124 const int caretWidth = 1; member in namespace:blink
|
H A D | RenderBox.cpp | 3701 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 D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 404 milliseconds