Home
last modified time | relevance | path

Searched refs:isBox (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp127 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()
DRenderFlowThread.cpp215 if (currOffsetParentRenderer->isBox() && !currOffsetParentRenderer->isBody()) in adjustedPositionRelativeToOffsetParent()
247 if (boxModelObject.isBox()) in adjustedPositionRelativeToOffsetParent()
435 if (currentObject && currentObject->isBox()) in currentStatePusherRenderBox()
DRenderTextControlMultiLine.cpp94 if (!placeholderRenderer->isBox()) in layoutSpecialExcludedChild()
DRenderObjectChildList.cpp77 if (oldChild->isBox()) in removeChildNode()
DRenderInline.cpp571 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()
DRenderFullScreen.cpp163 if (child->isBox()) in unwrapRenderer()
DRenderThemeChromiumSkia.cpp229 if (!baseRenderer->isBox()) in paintSearchFieldCancelButton()
274 if (!baseRenderer->isBox()) in paintSearchFieldResultsDecoration()
DRenderListItem.cpp240 …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()
DRenderTreeAsText.cpp208 } else if (o.isBox()) in writeRenderObject()
713 if (!renderer || !renderer->isBox()) in externalRepresentation()
731 if (!renderer || !renderer->isBox()) in externalRepresentation()
DRenderObject.h506 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);
DRenderObject.cpp563 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()
DRenderView.cpp117 return child->isBox(); in isChildAllowed()
242 if ((child->isBox() && toRenderBox(child)->hasRelativeLogicalHeight()) in layout()
288 if (parentDocRenderer->isBox()) in mapLocalToContainer()
DRenderLayer.h100 …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()
DRenderThemeChromiumDefault.cpp349 if (!o->isBox() || i.context->paintingDisabled()) in paintMenuList()
394 if (!o->isBox() || i.context->paintingDisabled()) in paintMenuListButton()
DRenderBox.cpp783 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 …]
DRenderLineBoxList.cpp151 if (renderer->isBox()) in rangeIntersectsRect()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp183 if (caretPainter->isBox()) in absoluteBoundsForLocalRect()
244 if (renderer && renderer->isBox()) in paintCaret()
/external/chromium_org/third_party/WebKit/Source/core/page/
DAutoscrollController.cpp128 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/
DCSSComputedStyleDeclaration.cpp624 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/
DScrollingCoordinatorChromiumTest.cpp285 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/
DInspectorOverlay.cpp168 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/
DPluginOcclusionSupport.cpp133 if (renderer->isBox() && intersectsRect(renderer, frameRect)) in addTreeToOcclusions()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp62 …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/
DAXRenderObject.cpp193 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/
DInternals.cpp1642 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()

12