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

  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 183 if (firstTextBox()) {
185 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
189 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
256 if (firstTextBox()) {
259 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) {
275 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
291 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
349 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
381 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
439 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 485 if (!renderer->firstTextBox() && str.length() > 0) {
502 for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
509 m_textBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
531 InlineTextBox* firstTextBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
533 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0);
610 m_textBox = firstLetter->firstTextBox();
    [all...]
CompositeEditCommand.cpp 532 for (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBox())
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 580 InlineTextBox* textBox = renderText->firstTextBox();
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 669 milliseconds