/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineBox.cpp | 127 if (renderer().isBox() && parent()) in logicalHeight() 168 if (!m_bitfields.extracted() && renderer().isBox()) in deleteLine() 176 if (renderer().isBox()) in extractLine() 183 if (renderer().isBox()) in attachLine()
|
D | RenderFlowThread.cpp | 215 if (currOffsetParentRenderer->isBox() && !currOffsetParentRenderer->isBody()) in adjustedPositionRelativeToOffsetParent() 247 if (boxModelObject.isBox()) in adjustedPositionRelativeToOffsetParent() 435 if (currentObject && currentObject->isBox()) in currentStatePusherRenderBox()
|
D | RenderTextControlMultiLine.cpp | 94 if (!placeholderRenderer->isBox()) in layoutSpecialExcludedChild()
|
D | RenderObjectChildList.cpp | 77 if (oldChild->isBox()) in removeChildNode()
|
D | RenderInline.cpp | 571 if (curr->isBox()) { in generateCulledLineBoxRects() 646 if (continuation()->isBox()) { in absoluteRects() 899 if (curr->isBox()) in culledInlineFirstLineBox() 923 if (curr->isBox()) in culledInlineLastLineBox() 951 if (curr->isBox()) { in culledInlineVisualOverflowBoundingBox() 1147 || (container->isBox() && container->style()->isFlippedBlocksWritingMode()) in offsetFromContainer() 1175 if (mode & ApplyContainerFlip && o->isBox()) { in mapLocalToContainer() 1259 if (curr->isBox() && !curr->needsLayout()) { in dirtyLineBoxes()
|
D | RenderFullScreen.cpp | 163 if (child->isBox()) in unwrapRenderer()
|
D | RenderThemeChromiumSkia.cpp | 229 if (!baseRenderer->isBox()) in paintSearchFieldCancelButton() 274 if (!baseRenderer->isBox()) in paintSearchFieldResultsDecoration()
|
D | RenderListItem.cpp | 240 …if (!currChild->isRenderBlockFlow() || (currChild->isBox() && toRenderBox(currChild)->isWritingMod… in getParentOfFirstLineBox() 347 …if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper… in positionListMarker()
|
D | RenderTreeAsText.cpp | 208 } else if (o.isBox()) in writeRenderObject() 713 if (!renderer || !renderer->isBox()) in externalRepresentation() 731 if (!renderer || !renderer->isBox()) in externalRepresentation()
|
D | RenderObject.h | 506 bool isBox() const { return m_bitfields.isBox(); } in isBox() function 641 ASSERT((position != AbsolutePosition && position != FixedPosition) || isBox()); in setPositionState() 1194 ADD_BOOLEAN_BITFIELD(isBox, IsBox);
|
D | RenderObject.cpp | 563 if (curr->isBox()) in enclosingBox() 588 if (!ancestor->isBox()) in enclosingScrollableBox() 1318 if (current->isBox()) { in addChildFocusRingRects() 1344 LayoutPoint offset = isBox() ? toRenderBox(this)->location() : LayoutPoint(); in positionFromPaintInvalidationContainer() 1751 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0; in invalidatePaintAfterLayoutIfNeeded() 1752 LayoutUnit boxWidth = isBox() ? toRenderBox(this)->width() : LayoutUnit(); in invalidatePaintAfterLayoutIfNeeded() 1772 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in invalidatePaintAfterLayoutIfNeeded() 1773 LayoutUnit boxHeight = isBox() ? toRenderBox(this)->height() : LayoutUnit(); in invalidatePaintAfterLayoutIfNeeded() 2426 if (mode & ApplyContainerFlip && o->isBox()) { in mapLocalToContainer() 3219 if (style()->visibility() != VISIBLE || !isBox()) in addAnnotatedRegions()
|
D | RenderView.cpp | 117 return child->isBox(); in isChildAllowed() 242 if ((child->isBox() && toRenderBox(child)->hasRelativeLogicalHeight()) in layout() 288 if (parentDocRenderer->isBox()) in mapLocalToContainer()
|
D | RenderLayer.h | 100 …RenderBox* renderBox() const { return m_renderer && m_renderer->isBox() ? toRenderBox(m_renderer) … in renderBox() 525 …LayoutPoint renderBoxLocation() const { return renderer()->isBox() ? toRenderBox(renderer())->loca… in renderBoxLocation()
|
D | RenderThemeChromiumDefault.cpp | 349 if (!o->isBox() || i.context->paintingDisabled()) in paintMenuList() 394 if (!o->isBox() || i.context->paintingDisabled()) in paintMenuListButton()
|
D | RenderBox.cpp | 783 while (renderer && !(renderer->isBox() && toRenderBox(renderer)->canAutoscroll())) { in findAutoscrollable() 790 return renderer && renderer->isBox() ? toRenderBox(renderer) : 0; in findAutoscrollable() 1315 if (!child->isBox()) in foregroundIsKnownToBeOpaqueInRect() 2945 if (containingBlock->isBox()) in containingBlockLogicalWidthForPositioned() 2985 if (containingBlock->isBox()) { in containingBlockLogicalHeightForPositioned() 3020 if (curr->isBox()) { in computeInlineStaticDistance() 3038 if (curr->isBox()) { in computeInlineStaticDistance() 3371 …if (containerBlock->isBox() && toRenderBox(containerBlock)->scrollsOverflowY() && containerBlock->… in computePositionedLogicalWidthUsing() 3387 if (curr->isBox() && !curr->isTableRow()) in computeBlockStaticDistance() 4017 if (!renderObject->isBox()) in positionForPoint() [all …]
|
D | RenderLineBoxList.cpp | 151 if (renderer->isBox()) in rangeIntersectsRect()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Caret.cpp | 183 if (caretPainter->isBox()) in absoluteBoundsForLocalRect() 244 if (renderer && renderer->isBox()) in paintCaret()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | AutoscrollController.cpp | 128 while (renderer && !(renderer->isBox() && toRenderBox(renderer)->canAutoscroll())) in updateAutoscrollRenderer() 130 m_autoscrollRenderer = renderer && renderer->isBox() ? toRenderBox(renderer) : 0; in updateAutoscrollRenderer()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 624 if (l.isPercent() && renderer && renderer->isBox()) { in valueForPositionOffset() 713 if (!renderer->isBox()) in sizingBox() 765 if (renderer->isBox()) in computedTransform() 1517 …return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed() || !style->mar… in isLayoutDependent() 1519 return renderer && renderer->isBox() && (!style || !style->marginLeft().isFixed()); in isLayoutDependent() 1521 return renderer && renderer->isBox() && (!style || !style->marginRight().isFixed()); in isLayoutDependent() 1523 return renderer && renderer->isBox() && (!style || !style->marginTop().isFixed()); in isLayoutDependent() 1525 return renderer && renderer->isBox() && (!style || !style->marginBottom().isFixed()); in isLayoutDependent() 1527 …return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed() || !style->pa… in isLayoutDependent() 1529 return renderer && renderer->isBox() && (!style || !style->paddingBottom().isFixed()); in isLayoutDependent() [all …]
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | ScrollingCoordinatorChromiumTest.cpp | 285 ASSERT_TRUE(renderer->isBox()); in TEST_F() 325 ASSERT_TRUE(renderer->isBox()); in TEST_F() 348 ASSERT_TRUE(renderer->isBox()); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 168 if (!renderer->isBox() && !renderer->isRenderInline()) in buildNodeQuads() 176 if (renderer->isBox()) { in buildNodeQuads() 235 else if (renderer->isBox() || renderer->isRenderInline()) in buildNodeHighlight() 544 if (!renderer || !renderer->isBox() || !toRenderBox(renderer)->shapeOutsideInfo()) in buildObjectForShapeOutside() 626 if (renderer->isBox() && shapeObject) in setElementInfo()
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
D | PluginOcclusionSupport.cpp | 133 if (renderer->isBox() && intersectsRect(renderer, frameRect)) in addTreeToOcclusions()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Position.cpp | 62 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in nextRenderedEditable() 76 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in previousRenderedEditable() 809 || (o->isBox() && toRenderBox(o)->pixelSnappedLogicalHeight()) in hasRenderedNonAnonymousDescendantsWithHeight() 1151 if (renderer->isBox()) { in getInlineBoxAndOffset()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXRenderObject.cpp | 193 if (!m_renderer->isBox()) in elementRect() 244 if (!m_renderer || !m_renderer->isBox()) in getScrollableAreaIfScrollable() 1192 if (!m_renderer->isBox()) in checkCachedElementRect() 1218 if (!m_renderer->isBox()) in updateCachedElementRect() 1619 if (!m_renderer || !m_renderer->isBox()) in scrollTo()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 1642 if (!renderer1 || !renderer1->isBox()) { in scrollsWithRespectTo() 1646 if (!renderer2 || !renderer2->isBox()) { in scrollsWithRespectTo() 1671 if (!renderer || !renderer->isBox()) { in isUnclippedDescendant() 1713 if (!renderer || !renderer->isBox()) { in elementLayerTreeAsText() 1737 if (!renderer || !renderer->isBox()) { in getRenderLayerForElement()
|