Home | History | Annotate | Download | only in caretbrowsing

Lines Matching refs:caretWidth

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';