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

  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 58 while (!container->hasOverflowClip() && !container->isRenderView())
76 if (container->hasOverflowClip())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 106 virtual bool requiresLayer() const OVERRIDE { return hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup(); }
LayoutState.cpp 72 if (renderer->hasOverflowClip()) {
156 if (container->hasOverflowClip()) {
RenderLazyBlock.cpp 232 if (hasOverflowClip())
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
464 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
465 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
467 bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || hasAutoHorizontalScrollbar()); }
468 bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || hasAutoVerticalScrollbar()); }
    [all...]
RenderBox.cpp 201 s_hadOverflowClip = hasOverflowClip();
259 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom()) {
480 if (hasOverflowClip())
491 if (hasOverflowClip())
500 return hasOverflowClip() ? layer()->scrollXOffset() : 0;
505 return hasOverflowClip() ? layer()->scrollYOffset() : 0;
510 if (hasOverflowClip())
516 if (hasOverflowClip())
682 return hasOverflowClip() && !layer()->hasOverlayScrollbars()
688 return hasOverflowClip() && !layer()->hasOverlayScrollbars(
    [all...]
RenderListItem.cpp 401 if (o->hasOverflowClip()) {
415 if (!logicalHeight() && hasOverflowClip())
RenderObject.h 572 bool hasOverflowClip() const { return m_bitfields.hasOverflowClip(); }
573 bool hasClipOrOverflowClip() const { return hasClip() || hasOverflowClip(); }
    [all...]
RenderTextControl.cpp 143 if (hasOverflowClip())
RenderLayer.cpp 743 if (renderer()->hasOverflowClip())
    [all...]
RenderBlock.cpp 128 m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document()->hasListenerType(Document::OVERFLOWCHANGED_LISTENER);
170 && !block->isFloating() && !block->isTableCell() && !block->hasOverflowClip() && !block->isInlineBlockOrInlineTable()
538 if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isRoot() || curr->isRenderView() || curr->hasOverflowClip()
    [all...]
RenderInline.cpp     [all...]
RenderObject.cpp 663 if (!object->hasOverflowClip())
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderDeprecatedFlexibleBox.cpp 330 if (hasOverflowClip())
    [all...]
RenderTreeAsText.cpp 566 if (l.renderer()->hasOverflowClip()) {
RenderGrid.cpp 271 if (hasOverflowClip())
    [all...]
RenderTable.cpp     [all...]
RenderLayerBacking.cpp 481 if (renderer->hasOverflowClip())
    [all...]
RenderTableSection.cpp     [all...]
RenderBoxModelObject.cpp 534 bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 192 if (!renderer || !renderer->isBox() || !renderer->hasOverflowClip())
    [all...]
VisibleUnits.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 516 if (!renderer()->hasOverflowClip())
    [all...]

Completed in 652 milliseconds