HomeSort by relevance Sort by last modified time
    Searched refs:firstTextBox (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 215 if (firstTextBox()) {
217 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
221 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
291 if (firstTextBox()) {
294 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) {
310 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
326 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
384 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
416 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
474 if (!firstTextBox() || textLength() == 0
    [all...]
RenderText.h 107 InlineTextBox* firstTextBox() const { return m_firstTextBox; }
RenderInline.cpp 537 for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) {
621 for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) {
    [all...]
RenderTreeAsText.cpp 256 if (adjustForTableCells && !text.firstTextBox())
560 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) {
  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 287 SVGInlineTextBox* firstTextBox = static_cast<SVGInlineTextBox*>(*first);
291 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) {
292 RenderSVGInlineText* firstContext = toRenderSVGInlineText(firstTextBox->textRenderer());
299 unsigned firstBoxPosition = firstTextBox->start();
300 unsigned firstBoxEnd = firstTextBox->end();
RenderSVGInlineText.cpp 132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
173 if (!firstTextBox() || !textLength())
191 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
SVGInlineFlowBox.cpp 107 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
SVGRenderTreeAsText.cpp 509 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) {
  /external/webkit/Source/WebCore/dom/
Position.cpp 54 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
68 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
400 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
579 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) {
592 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
706 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) {
715 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
820 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
856 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
    [all...]
ContainerNode.cpp 857 if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
861 if (o->isText() && toRenderText(o)->firstTextBox()) {
863 toRenderText(o)->firstTextBox()->root()->lineTop());
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 524 if (!renderer->firstTextBox() && str.length() > 0) {
541 for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
548 m_textBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
570 InlineTextBox* firstTextBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
572 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0);
649 m_textBox = firstLetter->firstTextBox();
    [all...]
CompositeEditCommand.cpp 532 for (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBox())
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 466 milliseconds