/external/webkit/Source/WebCore/rendering/ |
D | LayoutState.cpp | 70 if (renderer->hasOverflowClip()) { in LayoutState() 123 if (container->hasOverflowClip()) { in LayoutState()
|
D | RenderBox.h | 331 …bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO… in hasAutoVerticalScrollbar() 332 …bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAU… in hasAutoHorizontalScrollbar() 334 …bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || ha… in scrollsOverflowX() 335 …bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || ha… in scrollsOverflowY()
|
D | RenderBox.cpp | 261 s_hadOverflowClip = hasOverflowClip(); in styleWillChange() 316 …if (hasOverflowClip() && oldStyle && style() && oldStyle->effectiveZoom() != style()->effectiveZoo… in styleDidChange() 433 if (hasOverflowClip()) in scrollWidth() 444 if (hasOverflowClip()) in scrollHeight() 453 return hasOverflowClip() ? layer()->scrollXOffset() : 0; in scrollLeft() 458 return hasOverflowClip() ? layer()->scrollYOffset() : 0; in scrollTop() 463 if (hasOverflowClip()) in setScrollLeft() 469 if (hasOverflowClip()) in setScrollTop() 589 return hasOverflowClip() && !layer()->hasOverlayScrollbars() in includeVerticalScrollbarSize() 595 return hasOverflowClip() && !layer()->hasOverlayScrollbars() in includeHorizontalScrollbarSize() [all …]
|
D | RenderBoxModelObject.h | 66 …sRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTrans… in requiresLayer() 68 …sRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTrans… in requiresLayer()
|
D | RenderTableRow.h | 60 …virtual bool requiresLayer() const { return isTransparent() || hasOverflowClip() || hasTransform()… in requiresLayer()
|
D | RenderListItem.cpp | 330 if (o->hasOverflowClip()) in positionListMarker() 338 if (o->hasOverflowClip()) in positionListMarker()
|
D | RenderLayer.cpp | 1299 if (renderer()->hasOverflowClip() && !restrictedByLineClamp) { in scrollByRecursively() 1476 if (renderer()->hasOverflowClip() && !restrictedByLineClamp) { in scrollTo() 1639 if (!inResizeMode() || !renderer()->hasOverflowClip() || !renderer()->node()) in scrollTo() 2038 …if (!m_hBar && !m_vBar && (!renderer()->hasOverflowClip() || renderer()->style()->resize() == RESI… in scrollTo() 2329 if (!renderer()->hasOverflowClip()) in scrollTo() 2456 if (!renderer()->hasOverflowClip() || renderer()->style()->resize() == RESIZE_NONE) in scrollTo() 2470 …if (!m_hBar && !m_vBar && (!renderer()->hasOverflowClip() || renderer()->style()->resize() == RESI… in scrollTo() 3433 if (renderer()->hasOverflowClip() || renderer()->hasClip()) { in scrollTo() 3445 if (renderer()->hasOverflowClip()) { in scrollTo() 3516 if (renderer()->hasOverflowClip() || renderer()->hasClip()) { in scrollTo() [all …]
|
D | RenderBlock.cpp | 98 …&& !block->isFloating() && !block->isTableCell() && !block->hasOverflowClip() && !block->isInlineB… in MarginInfo() 425 …ioned() || curr->isTableCell() || curr->isRoot() || curr->isRenderView() || curr->hasOverflowClip() in containingColumnsBlock() 1154 if (block->hasOverflowClip()) { in finishDelayUpdateScrollInfo() 1163 if (hasOverflowClip()) { in updateScrollInfoAfterLayout() 1340 if (hasOverflowClip()) { in layoutBlock() 1359 if (hasOverflowClip()) { in layoutBlock() 1393 if (!hasOverflowClip()) in addOverflowFromChildren() 1401 if (!hasOverflowClip()) in addOverflowFromChildren() 1419 if (hasOverflowClip()) { in computeOverflow() 1477 …return isInlineBlockOrInlineTable() || isFloatingOrPositioned() || hasOverflowClip() || (parent() … in expandsToEncloseOverhangingFloats() [all …]
|
D | RenderObject.h | 432 bool hasOverflowClip() const { return m_hasOverflowClip; } in hasOverflowClip() function 995 …|| (obj->hasOverflowClip() && !obj->style()->width().isIntrinsicOrAuto() && !obj->style()->height(… in objectIsRelayoutBoundary()
|
D | RenderFlexibleBox.cpp | 183 if (hasOverflowClip() && style()->overflowY() == OSCROLL) { in computePreferredLogicalWidths() 289 if (hasOverflowClip()) in layoutBlock()
|
D | RenderLayerCompositor.cpp | 489 if (layer->renderer()->hasOverflowClip() || layer->renderer()->hasMask()) { 588 if (curr->renderer()->hasOverflowClip() || curr->renderer()->hasClip()) 1520 (layer->renderer()->hasOverflowClip() || layer->renderer()->hasClip());
|
D | RenderInline.cpp | 989 if (cb->hasOverflowClip()) { in clippedOverflowRectForRepaint() 1077 if (o->hasOverflowClip()) { in computeRectForRepaint() 1113 if (container->hasOverflowClip()) in offsetFromContainer()
|
D | RenderBlockLineLayout.cpp | 751 bool hasTextOverflow = style()->textOverflow() && hasOverflowClip(); in layoutInlineChildren() 2418 int endPadding = hasOverflowClip() ? paddingEnd() : 0; in addOverflowFromInlineChildren() 2420 …if (hasOverflowClip() && !endPadding && node() && node()->rendererIsEditable() && node() == node()… in addOverflowFromInlineChildren() 2424 if (!hasOverflowClip()) in addOverflowFromInlineChildren()
|
D | RenderObject.cpp | 1363 if (o->hasOverflowClip()) { in computeRectForRepaint() 1882 if (o->hasOverflowClip()) in mapLocalToContainer() 1893 if (o->hasOverflowClip()) in mapAbsoluteToLocalPoint() 1955 if (o->hasOverflowClip()) in offsetFromContainer()
|
D | RenderTreeAsText.cpp | 615 if (l.renderer()->hasOverflowClip()) { in write()
|
D | RenderTextControlSingleLine.cpp | 62 if (renderer->hasOverflowClip()) in positionForPoint()
|
D | RenderTable.cpp | 1263 … if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
|
D | RenderLayerBacking.cpp | 319 if (renderer->hasOverflowClip()) in clipBox()
|
D | RenderTableSection.cpp | 1269 if (hasOverflowClip() && !overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) in setCellLogicalWidths()
|
D | RenderBoxModelObject.cpp | 585 …bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAtta… in paintFillLayerExtended()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 85 if (renderer->hasOverflowClip()) in isDeletableElement()
|
D | visible_units.cpp | 564 if (containingBlock->hasOverflowClip()) in previousLinePosition() 671 if (containingBlock->hasOverflowClip()) in nextLinePosition()
|
D | TextIterator.cpp | 203 if (!renderer || !renderer->isBox() || !renderer->hasOverflowClip()) in fullyClipsContents()
|
/external/webkit/Source/WebCore/dom/ |
D | Element.cpp | 303 if (rend->hasOverflowClip()) { in scrollByUnits()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 17781 …* khtml/rendering/render_object.cpp: Use m_overflowClip instead of hasOverflowClip() for consisten…
|