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

  /external/webkit/WebCore/rendering/
RenderBR.cpp 43 if (firstTextBox() && !firstTextBox()->isText())
50 if (firstTextBox() && !firstTextBox()->isText())
RenderText.cpp 130 if (firstTextBox()) {
132 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
136 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
198 if (firstTextBox()) {
201 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) {
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
235 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
262 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
278 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
326 if (!firstTextBox() || textLength() == 0
    [all...]
RenderSVGInlineText.cpp 128 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
150 SVGInlineTextBox* textBox = static_cast<SVGInlineTextBox*>(firstTextBox());
RenderText.h 104 InlineTextBox* firstTextBox() const { return m_firstTextBox; }
RenderTreeAsText.cpp 208 if (adjustForTableCells && !text.firstTextBox())
425 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) {
RenderTextControl.cpp 382 InlineBox* box = renderer->isText() ? toRenderText(renderer)->firstTextBox() : toRenderBox(renderer)->inlineBoxWrapper();
SVGRenderTreeAsText.cpp 448 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox())
  /external/webkit/WebCore/dom/
Position.cpp 55 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
70 if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox()))
355 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
533 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) {
546 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
659 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) {
668 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
772 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
808 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
    [all...]
ContainerNode.cpp 689 if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
693 if (o->isText() && toRenderText(o)->firstTextBox()) {
695 toRenderText(o)->firstTextBox()->root()->lineTop());
  /external/webkit/WebCore/editing/
TextIterator.cpp 460 if (!renderer->firstTextBox() && str.length() > 0) {
468 for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
475 m_textBox = renderer->containsReversedText() ? m_sortedTextBoxes[0] : renderer->firstTextBox();
491 InlineTextBox* firstTextBox = renderer->containsReversedText() ? m_sortedTextBoxes[0] : renderer->firstTextBox();
493 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0);
    [all...]
CompositeEditCommand.cpp 492 InlineTextBox* box = textRenderer->firstTextBox();
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 542 InlineTextBox* textBox = renderText->firstTextBox();
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 896 InlineTextBox* box = renderText->firstTextBox();
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 424 milliseconds