/external/webkit/WebCore/dom/ |
D | CharacterData.cpp | 33 CharacterData::CharacterData(Document *doc, bool isText) in CharacterData() argument 34 : Node(doc, false, false, isText) in CharacterData() 39 CharacterData::CharacterData(Document* document, const String& text, bool isText) in CharacterData() argument 40 : Node(document, false, false, isText) in CharacterData()
|
D | CharacterData.h | 32 CharacterData(Document*, const String& text, bool isText = false); 33 CharacterData(Document*, bool isText = false);
|
D | Position.cpp | 55 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in nextRenderedEditable() 70 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in previousRenderedEditable() 506 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) { in upstream() 622 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) { in downstream() 677 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) || in hasRenderedNonAnonymousDescendantsWithHeight() 704 if (renderer->isText()) in isCandidate() 918 if (object->isText()) in isNonTextLeafChild() 934 if (next->isText()) { in searchAheadForBetterMatch() 955 if (!renderer->isText()) { in getInlineBoxAndOffset()
|
D | ContainerNode.cpp | 687 …if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox(… in getUpperLeftCorner() 689 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) { in getUpperLeftCorner() 691 if (o->isText() && toRenderText(o)->firstTextBox()) { in getUpperLeftCorner() 742 if (o->isText() || o->isReplaced()) { in getLowerRightCorner() 744 if (o->isText()) { in getLowerRightCorner()
|
D | PositionIterator.cpp | 153 if (renderer->isText()) in isCandidate()
|
/external/webkit/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 195 …urrent->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->isText()) { in bidiNext() 247 if (next->isText() || next->isFloating() || next->isReplaced() || next->isPositioned() in bidiNext() 287 if (o && !o->isText() && !o->isReplaced() && !o->isFloating() && !o->isPositioned()) in bidiFirst() 299 if (obj->isText()) { in increment() 326 if (!obj || !obj->isText()) in current() 379 if (endpoint.obj->isText()) { in checkMidpoints() 385 } else if (startpoint.obj->isText()) { in checkMidpoints() 484 if (obj->isText()) { in createInlineBoxForRenderer() 501 if (o->isText()) { in dirtyLineBoxesForRenderer() 632 if (r->m_object->isText()) { in computeHorizontalPositionsForLine() [all …]
|
D | RenderBR.cpp | 45 if (firstTextBox() && !firstTextBox()->isText()) in baselinePosition() 52 if (firstTextBox() && !firstTextBox()->isText()) in lineHeight()
|
D | RenderText.h | 178 ASSERT(!object || object->isText()); in toRenderText() 184 ASSERT(!object || object->isText()); in toRenderText()
|
D | RenderObjectChildList.cpp | 53 …>isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText())) in destroyLeftoverChildren() 269 while (beforeAfterParent && !(beforeAfterParent->isText() || beforeAfterParent->isImage())) in findBeforeAfterParent() 364 if (genChild->isText()) in updateBeforeAfterContent()
|
D | InlineBox.h | 133 bool isText() const { return m_isText; } in isText() function 248 if (!m_renderer->isText()) in boxModelObject()
|
D | RenderTreeAsText.cpp | 190 if (o.isText()) { in operator <<() 218 if (!(o.isText() && !o.isBR())) { in operator <<() 374 if (!o.isText()) in write() 390 if (o.isText() && !o.isBR()) { in write()
|
D | RenderObject.cpp | 307 if (newChild->isText() && newChild->style()->textTransform() == CAPITALIZE) { in addChild() 568 …if (b && !alreadyDirty && markParents && (isText() || (style()->position() != FixedPosition && sty… in setPrefWidthsDirty() 612 if (!isText() && m_style->position() == FixedPosition) { in containingBlock() 615 } else if (!isText() && m_style->position() == AbsolutePosition) { in containingBlock() 1429 if (!isText() && style) in setAnimatableStyle() 1443 if (!isText() && (!hasLayer() || !toRenderBoxModelObject(this)->layer()->isComposited())) in adjustStyleDifference() 1452 if (!isText() && (!hasLayer() || !toRenderBoxModelObject(this)->layer()->isComposited())) in adjustStyleDifference() 1498 if (!m_parent || isText()) in setStyle() 1788 if (isText()) in container() 1991 ASSERT(!isText()); in uncachedFirstLineStyle() [all …]
|
D | RenderTableCol.cpp | 62 return !child->isText() && style && (style->display() == TABLE_COLUMN); in isChildAllowed()
|
D | RenderListMarker.h | 64 bool isText() const { return !isImage(); } in isText() function
|
D | InlineFlowBox.cpp | 81 if (child->isText()) in addToLine() 266 if (curr->renderer()->isText()) { in placeBoxesHorizontally() 393 if (curr->renderer()->isText()) in verticalPositionForBox() 520 if (curr->isText() || curr->isInlineFlowBox()) { in placeBoxesVertically() 571 …if ((curr->renderer()->isText() || !curr->boxModelObject()->hasSelfPaintingLayer()) && curr->nodeA… in nodeAtPoint() 642 if (curr->renderer()->isText() || !curr->boxModelObject()->hasSelfPaintingLayer()) in paint() 826 if (curr->isText() && !curr->isBR()) { in shouldDrawTextDecoration()
|
D | RenderInline.cpp | 144 if (child->isText() && !child->isBR()) in isAfterContent() 610 if (!curr->isText()) { in clippedOverflowRectForRepaint() 629 if (!curr->isText()) in rectWithOutlineForRepaint() 840 if (!curr->isText() && !curr->isListMarker()) { in addFocusRingRects()
|
D | InlineBox.cpp | 95 if (renderer()->isText()) in height()
|
D | RenderCounter.cpp | 86 if (object->isText() && !object->isBR()) in planCounter()
|
D | RenderObject.h | 347 bool isText() const { return m_isText; } in isText() function 933 …if (!last->isText() && (last->style()->position() == FixedPosition || last->style()->position() ==… in markContainingBlocksForLayout()
|
D | RenderLineBoxList.cpp | 278 } else if (curr->isText()) { in dirtyLinesFromChangedChild()
|
/external/webkit/WebKitTools/Scripts/ |
D | run-webkit-tests | 661 my $isText = isTextOnlyTest($actual); 663 my $expectedDir = expectedDirectoryForTest($base, $isText, $expectedExtension); 686 if (!isAppleMacWebKit() && $strictTesting && !$isText) { 779 if (!isAppleMacWebKit() && $strictTesting && !$isText) { 973 countFinishedTest($test, $base, $result, $isText); 1517 my $isText; 1519 $isText = 0; 1521 $isText = 1; 1523 return $isText; 1528 my ($base, $isText, $expectedExtension) = @_; [all …]
|
/external/webkit/WebCore/rendering/style/ |
D | ContentData.h | 56 bool isText() const { return m_type == CONTENT_TEXT; } in isText() function
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_format_type.h | 267 OSCL_IMPORT_REF bool isText() const;
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_format_type.cpp | 125 OSCL_EXPORT_REF bool PVMFFormatType::isText() const in isText() function in PVMFFormatType
|
/external/webkit/WebKit/mac/WebView/ |
D | WebRenderNode.mm | 113 } else if (node->isText()) {
|