VISIBLE 152 Source/core/accessibility/AXMediaControls.cpp if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE || controlType() == MediaTimelineContainer) VISIBLE 274 Source/core/accessibility/AXMediaControls.cpp if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE) VISIBLE 571 Source/core/accessibility/AXRenderObject.cpp if (m_renderer->style()->visibility() != VISIBLE) { VISIBLE 213 Source/core/animation/AnimatableValueTestHelper.cpp case VISIBLE: VISIBLE 158 Source/core/animation/AnimatableValueTestHelperTest.cpp PrintToString(AnimatableVisibility::create(VISIBLE))); VISIBLE 40 Source/core/animation/AnimatableVisibility.cpp return from != VISIBLE && to != VISIBLE; VISIBLE 47 Source/core/animation/AnimatableVisibility.cpp if (from != VISIBLE && to != VISIBLE) VISIBLE 53 Source/core/animation/AnimatableVisibility.cpp return takeConstRef(from == VISIBLE ? this : value); VISIBLE 2737 Source/core/css/CSSPrimitiveValueMappings.h case VISIBLE: VISIBLE 2756 Source/core/css/CSSPrimitiveValueMappings.h return VISIBLE; VISIBLE 2764 Source/core/css/CSSPrimitiveValueMappings.h return VISIBLE; VISIBLE 239 Source/core/dom/Element.cpp return e->renderer() && e->renderer()->style()->visibility() == VISIBLE; VISIBLE 254 Source/core/dom/Element.cpp if (!renderer() || renderer()->style()->visibility() != VISIBLE) VISIBLE 624 Source/core/dom/Position.cpp if (!renderer || renderer->style()->visibility() != VISIBLE) VISIBLE 757 Source/core/dom/Position.cpp if (!renderer || renderer->style()->visibility() != VISIBLE) VISIBLE 886 Source/core/dom/Position.cpp if (renderer->style()->visibility() != VISIBLE) VISIBLE 979 Source/core/dom/Position.cpp if (renderer->style()->visibility() != VISIBLE || VISIBLE 980 Source/core/dom/Position.cpp posRenderer->style()->visibility() != VISIBLE) VISIBLE 149 Source/core/dom/PositionIterator.cpp if (renderer->style()->visibility() != VISIBLE) VISIBLE 608 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) VISIBLE 629 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) VISIBLE 656 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) { VISIBLE 756 Source/core/editing/TextIterator.cpp if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) VISIBLE 775 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) VISIBLE 821 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() == VISIBLE) VISIBLE 825 Source/core/editing/TextIterator.cpp if (fragment->firstLetter() && fragment->firstLetter()->style()->visibility() == VISIBLE) VISIBLE 1015 Source/core/editing/TextIterator.cpp if (!m_node->renderer() || m_node->renderer()->style()->visibility() != VISIBLE VISIBLE 1286 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() == VISIBLE && m_offset > 0) VISIBLE 1289 Source/core/editing/TextIterator.cpp if (renderer->style()->visibility() == VISIBLE && m_offset > 0) VISIBLE 1117 Source/core/editing/VisibleUnits.cpp if (style->visibility() != VISIBLE) { VISIBLE 1196 Source/core/editing/VisibleUnits.cpp if (style->visibility() != VISIBLE) { VISIBLE 876 Source/core/editing/htmlediting.cpp return renderer->style()->visibility() == VISIBLE; VISIBLE 206 Source/core/html/HTMLAreaElement.cpp if (!image || !image->renderer() || image->renderer()->style()->visibility() != VISIBLE) VISIBLE 145 Source/core/html/HTMLTextFormControlElement.cpp && (!renderer() || renderer()->style()->visibility() == VISIBLE); VISIBLE 119 Source/core/plugins/PluginOcclusionSupport.cpp && (!renderer->style() || renderer->style()->visibility() == VISIBLE); VISIBLE 1101 Source/core/rendering/InlineFlowBox.cpp if (renderer().style()->visibility() == VISIBLE && renderer().hasOutline() && !isRootInlineBox()) { VISIBLE 1278 Source/core/rendering/InlineFlowBox.cpp if (!paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground) VISIBLE 1350 Source/core/rendering/InlineFlowBox.cpp if (!paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) VISIBLE 469 Source/core/rendering/InlineTextBox.cpp if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE VISIBLE 1760 Source/core/rendering/RenderBlock.cpp if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !paintInfo.paintRootBackgroundOnly()) VISIBLE 2014 Source/core/rendering/RenderBlock.cpp if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) { VISIBLE 2021 Source/core/rendering/RenderBlock.cpp if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) { VISIBLE 2026 Source/core/rendering/RenderBlock.cpp if (paintPhase == PaintPhaseClippingMask && style()->visibility() == VISIBLE) { VISIBLE 2058 Source/core/rendering/RenderBlock.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) VISIBLE 2064 Source/core/rendering/RenderBlock.cpp if (inlineCont && inlineCont->hasOutline() && inlineCont->style()->visibility() == VISIBLE) { VISIBLE 2174 Source/core/rendering/RenderBlock.cpp return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot(); VISIBLE 3077 Source/core/rendering/RenderBlock.cpp return box->height() && box->style()->visibility() == VISIBLE && !box->isFloatingOrOutOfFlowPositioned(); VISIBLE 4270 Source/core/rendering/RenderBlock.cpp if (block->style()->visibility() == VISIBLE) { VISIBLE 4299 Source/core/rendering/RenderBlock.cpp if (style()->visibility() != VISIBLE) VISIBLE 4322 Source/core/rendering/RenderBlock.cpp if (style()->visibility() == VISIBLE) { VISIBLE 4357 Source/core/rendering/RenderBlock.cpp if (style()->visibility() == VISIBLE) { VISIBLE 4370 Source/core/rendering/RenderBlock.cpp else if (obj->style()->visibility() == VISIBLE) { VISIBLE 4409 Source/core/rendering/RenderBlock.cpp if (style()->visibility() == VISIBLE) { VISIBLE 334 Source/core/rendering/RenderBlockFlow.cpp if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) { VISIBLE 2570 Source/core/rendering/RenderBlockFlow.cpp if (m_floatingObjects && style()->visibility() == VISIBLE) { VISIBLE 1317 Source/core/rendering/RenderBox.cpp if (childStyle->visibility() != VISIBLE || childStyle->shapeOutside()) VISIBLE 1410 Source/core/rendering/RenderBox.cpp if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask || paintInfo.context->paintingDisabled()) VISIBLE 1419 Source/core/rendering/RenderBox.cpp if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseClippingMask || paintInfo.context->paintingDisabled()) VISIBLE 1984 Source/core/rendering/RenderBox.cpp if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) VISIBLE 4051 Source/core/rendering/RenderBox.cpp || renderObject->style()->visibility() != VISIBLE) VISIBLE 117 Source/core/rendering/RenderDetailsMarker.cpp if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) { VISIBLE 192 Source/core/rendering/RenderFieldset.cpp if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) VISIBLE 91 Source/core/rendering/RenderFileUploadControl.cpp if (style()->visibility() != VISIBLE) VISIBLE 173 Source/core/rendering/RenderGeometryMap.cpp if (!layer->subtreeIsInvisible() && lastRenderer->style()->visibility() == VISIBLE) { VISIBLE 67 Source/core/rendering/RenderInline.cpp if (parent() && style()->visibility() == VISIBLE && hasOutline()) { VISIBLE 1560 Source/core/rendering/RenderInline.cpp if (style()->visibility() != VISIBLE) VISIBLE 151 Source/core/rendering/RenderLayer.cpp m_hasVisibleContent = renderer->style()->visibility() == VISIBLE; VISIBLE 864 Source/core/rendering/RenderLayer.cpp if (renderer()->style()->visibility() == VISIBLE) VISIBLE 871 Source/core/rendering/RenderLayer.cpp if (r->style()->visibility() == VISIBLE && !r->hasLayer()) { VISIBLE 1493 Source/core/rendering/RenderLayer.cpp if (renderer()->style()->visibility() != VISIBLE) VISIBLE 3635 Source/core/rendering/RenderLayer.cpp if (renderer()->style()->visibility() != VISIBLE) VISIBLE 385 Source/core/rendering/RenderLayerStackingNode.cpp EVisibility oldVisibility = oldStyle ? oldStyle->visibility() : VISIBLE; VISIBLE 295 Source/core/rendering/RenderListBox.cpp if (style()->visibility() != VISIBLE) VISIBLE 1133 Source/core/rendering/RenderListMarker.cpp if (style()->visibility() != VISIBLE) VISIBLE 466 Source/core/rendering/RenderMenuList.cpp return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->font(), style->visibility() == VISIBLE, VISIBLE 506 Source/core/rendering/RenderMenuList.cpp return PopupMenuStyle(o->resolveColor(CSSPropertyColor), o->resolveColor(CSSPropertyBackgroundColor), s->font(), s->visibility() == VISIBLE, VISIBLE 386 Source/core/rendering/RenderMultiColumnSet.cpp if (style()->visibility() != VISIBLE) VISIBLE 2022 Source/core/rendering/RenderObject.cpp if (newStyle.visibility() == VISIBLE) { VISIBLE 2024 Source/core/rendering/RenderObject.cpp } else if (layer->hasVisibleContent() && (this == layer->renderer() || layer->renderer()->style()->visibility() != VISIBLE)) { VISIBLE 2649 Source/core/rendering/RenderObject.cpp if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) { VISIBLE 2666 Source/core/rendering/RenderObject.cpp if (parent()->style()->visibility() != VISIBLE && style()->visibility() == VISIBLE && !hasLayer()) { VISIBLE 3078 Source/core/rendering/RenderObject.cpp if (style()->visibility() != VISIBLE || !isBox()) VISIBLE 3109 Source/core/rendering/RenderObject.cpp if (style()->visibility() != VISIBLE) VISIBLE 955 Source/core/rendering/RenderObject.h return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert(); VISIBLE 958 Source/core/rendering/RenderObject.h bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); } VISIBLE 192 Source/core/rendering/RenderReplaced.cpp if (style()->visibility() != VISIBLE) VISIBLE 624 Source/core/rendering/RenderReplaced.cpp if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) VISIBLE 228 Source/core/rendering/RenderScrollbar.cpp bool needRenderer = !destroy && partStyle && partStyle->display() != NONE && partStyle->visibility() == VISIBLE; VISIBLE 670 Source/core/rendering/RenderTable.cpp if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE) VISIBLE 697 Source/core/rendering/RenderTable.cpp if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) { VISIBLE 714 Source/core/rendering/RenderTable.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) VISIBLE 747 Source/core/rendering/RenderTable.cpp if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) VISIBLE 1107 Source/core/rendering/RenderTableCell.cpp if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE) VISIBLE 1174 Source/core/rendering/RenderTableCell.cpp if (style()->visibility() != VISIBLE) VISIBLE 1227 Source/core/rendering/RenderTableCell.cpp if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) VISIBLE 232 Source/core/rendering/RenderTableRow.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) VISIBLE 1236 Source/core/rendering/RenderTableSection.cpp if ((phase == PaintPhaseOutline || phase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) VISIBLE 338 Source/core/rendering/RenderView.cpp if (style->visibility() != VISIBLE VISIBLE 157 Source/core/rendering/RenderWidget.cpp if (style()->visibility() != VISIBLE) { VISIBLE 280 Source/core/rendering/RenderWidget.cpp if (style()->visibility() != VISIBLE) { VISIBLE 167 Source/core/rendering/RootInlineBox.cpp if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&renderer()) && renderer().style()->visibility() == VISIBLE VISIBLE 342 Source/core/rendering/RootInlineBox.cpp if (paintInfo && box->parent()->renderer().style()->visibility() == VISIBLE) VISIBLE 1542 Source/core/rendering/style/RenderStyle.h static EVisibility initialVisibility() { return VISIBLE; } VISIBLE 157 Source/core/rendering/svg/RenderSVGContainer.cpp if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) { VISIBLE 193 Source/core/rendering/svg/RenderSVGImage.cpp bool isVisible = (style()->visibility() == VISIBLE); VISIBLE 103 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) VISIBLE 280 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) VISIBLE 321 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) VISIBLE 145 Source/core/rendering/svg/RenderSVGResourceMasker.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) VISIBLE 161 Source/core/rendering/svg/RenderSVGResourceMasker.cpp if (!style || style->display() == NONE || style->visibility() != VISIBLE) VISIBLE 328 Source/core/rendering/svg/RenderSVGShape.cpp bool isVisible = (style()->visibility() == VISIBLE); VISIBLE 430 Source/core/rendering/svg/RenderSVGText.cpp bool isVisible = (style()->visibility() == VISIBLE); VISIBLE 194 Source/core/rendering/svg/SVGInlineTextBox.cpp if (renderer().style()->visibility() != VISIBLE) VISIBLE 253 Source/core/rendering/svg/SVGInlineTextBox.cpp if (renderer().style()->visibility() != VISIBLE) VISIBLE 781 Source/core/rendering/svg/SVGInlineTextBox.cpp bool isVisible = renderer().style()->visibility() == VISIBLE; VISIBLE 49 Source/core/rendering/svg/SVGRenderSupport.cpp if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent()) VISIBLE 242 Source/web/WebFrameImpl.cpp || (ownerRenderer && ownerRenderer->style() && ownerRenderer->style()->visibility() != VISIBLE)) {