textLength        403 Source/core/accessibility/AXObject.h     virtual int textLength() const { return 0; }
textLength        117 Source/core/accessibility/AXRenderObject.h     virtual int textLength() const OVERRIDE;
textLength       1130 Source/core/editing/VisibleUnits.cpp                 int i = text->textLength();
textLength       1207 Source/core/editing/VisibleUnits.cpp             int length = toRenderText(r)->textLength();
textLength         48 Source/core/html/HTMLTextAreaElement.h     int textLength() const { return value().length(); }
textLength        216 Source/core/html/HTMLTextFormControlElement.cpp     unsigned textLength = text.length();
textLength        221 Source/core/html/HTMLTextFormControlElement.cpp     start = std::min(start, textLength);
textLength        222 Source/core/html/HTMLTextFormControlElement.cpp     end = std::min(end, textLength);
textLength        440 Source/core/html/forms/TextFieldInputType.cpp     unsigned textLength = eventText.length();
textLength        441 Source/core/html/forms/TextFieldInputType.cpp     while (textLength > 0 && isASCIILineBreak(eventText[textLength - 1]))
textLength        442 Source/core/html/forms/TextFieldInputType.cpp         textLength--;
textLength        443 Source/core/html/forms/TextFieldInputType.cpp     eventText.truncate(textLength);
textLength        133 Source/core/inspector/InspectorStyleTextEditor.cpp             int textLength = m_styleText.length();
textLength        134 Source/core/inspector/InspectorStyleTextEditor.cpp             for (i = replaceRangeEnd; i < textLength && isSpaceOrNewline(m_styleText[i]); ++i) {
textLength        180 Source/core/page/TouchAdjustment.cpp             endPos = textRenderer->textLength();
textLength        184 Source/core/page/TouchAdjustment.cpp             endPos = textRenderer->textLength();
textLength        385 Source/core/rendering/InlineFlowBox.cpp             if (rt.textLength()) {
textLength         89 Source/core/rendering/InlineIterator.h         return m_obj && m_obj->preservesNewline() && m_obj->isText() && toRenderText(m_obj)->textLength()
textLength        328 Source/core/rendering/InlineIterator.h     ASSERT(m_pos <= toRenderText(m_obj)->textLength());
textLength        392 Source/core/rendering/InlineIterator.h         if (m_pos < toRenderText(m_obj)->textLength())
textLength        658 Source/core/rendering/InlineTextBox.cpp         maximumLength = textRenderer().textLength() - m_start;
textLength        802 Source/core/rendering/InlineTextBox.cpp         endPos = textRenderer().textLength();
textLength        806 Source/core/rendering/InlineTextBox.cpp             endPos = textRenderer().textLength();
textLength        855 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(style, font, string, textRenderer().textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0);
textLength       1513 Source/core/rendering/InlineTextBox.cpp     return constructTextRun(style, font, string, textRenderer().textLength() - startPos, charactersWithHyphen);
textLength       4132 Source/core/rendering/RenderBlock.cpp         unsigned textLength = text.length();
textLength       4135 Source/core/rendering/RenderBlock.cpp         while (!doneSearching && length < textLength) {
textLength       4139 Source/core/rendering/RenderBlock.cpp                 if (length < textLength)
textLength       4145 Source/core/rendering/RenderBlock.cpp                 if (length < textLength)
textLength       4160 Source/core/rendering/RenderBlock.cpp                 for (unsigned scanLength = length; scanLength < textLength; ++scanLength) {
textLength       4172 Source/core/rendering/RenderBlock.cpp         ASSERT(length <= textLength);
textLength       4179 Source/core/rendering/RenderBlock.cpp         unsigned textLength = text.length();
textLength       4180 Source/core/rendering/RenderBlock.cpp         while (position < textLength && characterPredicate(text[position]))
textLength       2735 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, text->characters8(), text->textLength(), style, direction, expansion);
textLength       2736 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, text->characters16(), text->textLength(), style, direction, expansion);
textLength       2741 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(offset + length <= text->textLength());
textLength       2767 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(offset + length <= text->textLength());
textLength        228 Source/core/rendering/RenderBlockLineLayout.cpp     unsigned length = renderText->textLength();
textLength        666 Source/core/rendering/RenderBlockLineLayout.cpp             if (int length = rt->textLength()) {
textLength       1870 Source/core/rendering/RenderBlockLineLayout.cpp                 if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || !prevRootBox->lineBreakObj() || (prevRootBox->lineBreakObj()->isText() && prevRootBox->lineBreakPos() >= toRenderText(prevRootBox->lineBreakObj())->textLength())))
textLength        416 Source/core/rendering/RenderText.cpp         IntRect ellipsisRect = (option == ClipToEllipsis) ? ellipsisRectForBox(box, 0, textLength()) : IntRect();
textLength        618 Source/core/rendering/RenderText.cpp     if (!firstTextBox() || textLength() == 0)
textLength        766 Source/core/rendering/RenderText.cpp     run.setCharactersLength(textLength() - start);
textLength        793 Source/core/rendering/RenderText.cpp     int len = textLength();
textLength        922 Source/core/rendering/RenderText.cpp     int len = textLength();
textLength       1156 Source/core/rendering/RenderText.cpp     unsigned length = textLength();
textLength       1206 Source/core/rendering/RenderText.cpp                 endPos = textLength();
textLength       1237 Source/core/rendering/RenderText.cpp     unsigned oldLen = textLength();
textLength       1389 Source/core/rendering/RenderText.cpp     ASSERT(!isBR() || (textLength() == 1 && m_text[0] == '\n'));
textLength       1491 Source/core/rendering/RenderText.cpp     if (from >= textLength())
textLength       1494 Source/core/rendering/RenderText.cpp     if (from + len > textLength())
textLength       1495 Source/core/rendering/RenderText.cpp         len = textLength() - from;
textLength       1502 Source/core/rendering/RenderText.cpp     ASSERT(from + len <= textLength());
textLength       1503 Source/core/rendering/RenderText.cpp     if (!textLength())
textLength       1508 Source/core/rendering/RenderText.cpp         if (!style()->preserveNewline() && !from && len == textLength() && (!glyphOverflow || !glyphOverflow->computeBounds)) {
textLength       1525 Source/core/rendering/RenderText.cpp         run.setCharactersLength(textLength() - from);
textLength       1620 Source/core/rendering/RenderText.cpp         endPos = textLength();
textLength       1624 Source/core/rendering/RenderText.cpp             endPos = textLength();
textLength       1665 Source/core/rendering/RenderText.cpp         return textLength();
textLength         84 Source/core/rendering/RenderText.h     unsigned textLength() const { return m_text.length(); } // non virtual implementation of length()
textLength        174 Source/core/rendering/RenderText.h     virtual unsigned length() const OVERRIDE FINAL { return textLength(); }
textLength        216 Source/core/rendering/RenderText.h     ASSERT_WITH_SECURITY_IMPLICATION(i < textLength());
textLength        222 Source/core/rendering/RenderText.h     if (i >= textLength())
textLength         93 Source/core/rendering/RenderTextFragment.cpp     m_end = textLength();
textLength        319 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (!child || (child->isText() && !toRenderText(child)->textLength()))
textLength        403 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) {
textLength        491 Source/core/rendering/line/BreakingContextInlineHeaders.h     return iter.object() == renderer && iter.offset() >= renderer->textLength();
textLength        525 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
textLength        588 Source/core/rendering/line/BreakingContextInlineHeaders.h         ASSERT(m_current.offset() == renderText->textLength());
textLength        609 Source/core/rendering/line/BreakingContextInlineHeaders.h     for (; m_current.offset() < renderText->textLength(); m_current.fastIncrementInTextNode()) {
textLength        627 Source/core/rendering/line/BreakingContextInlineHeaders.h             bool midWordBreakIsBeforeSurrogatePair = U16_IS_LEAD(c) && m_current.offset() + 1 < renderText->textLength() && U16_IS_TRAIL((*renderText)[m_current.offset() + 1]);
textLength        706 Source/core/rendering/line/BreakingContextInlineHeaders.h                     if (m_lineBreak.object() && m_lineBreak.offset() && m_lineBreak.object()->isText() && toRenderText(m_lineBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen)
textLength        844 Source/core/rendering/line/BreakingContextInlineHeaders.h             if (nextText->textLength()) {
textLength         63 Source/core/rendering/line/TrailingObjects.cpp         unsigned length = m_whitespace->textLength();
textLength        144 Source/core/rendering/svg/RenderSVGInlineText.cpp     ASSERT(position < static_cast<int>(textLength()));
textLength        159 Source/core/rendering/svg/RenderSVGInlineText.cpp     if (!firstTextBox() || !textLength())
textLength        459 Source/core/rendering/svg/SVGInlineTextBox.cpp     run.setCharactersLength(text->textLength() - fragment.characterOffset);
textLength        130 Source/core/rendering/svg/SVGTextChunkBuilder.cpp             desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
textLength         89 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         atCharacter += text->textLength();
textLength         93 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     unsigned textLength = text->textLength();
textLength         94 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) {
textLength        213 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             desiredTextLength = textContentElement->textLength()->currentValue()->value(lengthContext);
textLength        274 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         fprintf(stderr, "   textRenderer properties, textLength=%i\n", textBox->textRenderer()->textLength());
textLength        347 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     if (m_logicalCharacterOffset != logicalAttributes->context()->textLength())
textLength         92 Source/core/rendering/svg/SVGTextMetrics.cpp     run.setCharactersLength(text->textLength() - position);
textLength         43 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp         return U16_IS_LEAD(m_run[textPosition]) && textPosition + 1 < textLength() && U16_IS_TRAIL(m_run[textPosition + 1]);
textLength         65 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     , m_run(SVGTextMetrics::constructTextRun(text, 0, text->textLength()))
textLength        150 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     unsigned textLength = calculator.textLength();
textLength        153 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     for (; textPosition < textLength; textPosition += currentMetrics.length()) {
textLength        168 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned positionSize = layoutAttributes->context()->textLength();
textLength        247 Source/core/rendering/svg/SVGTextQuery.cpp         : textLength(0)
textLength        251 Source/core/rendering/svg/SVGTextQuery.cpp     float textLength;
textLength        257 Source/core/rendering/svg/SVGTextQuery.cpp     data->textLength += queryData->isVerticalText ? fragment.height : fragment.width;
textLength        268 Source/core/rendering/svg/SVGTextQuery.cpp     return data.textLength;
textLength         39 Source/core/rendering/svg/SVGTextQuery.h     float textLength() const;
textLength         98 Source/core/svg/SVGTextContentElement.cpp     return SVGTextQuery(renderer()).textLength();
textLength         64 Source/core/svg/SVGTextContentElement.h     SVGAnimatedLength* textLength() { return m_textLength.get(); }