HIDDEN 216 Source/core/animation/AnimatableValueTestHelper.cpp case HIDDEN: HIDDEN 2740 Source/core/css/CSSPrimitiveValueMappings.h case HIDDEN: HIDDEN 2754 Source/core/css/CSSPrimitiveValueMappings.h return HIDDEN; HIDDEN 1957 Source/core/dom/Document.cpp return styleForPage(pageIndex)->visibility() != HIDDEN; // display property doesn't apply to @page. HIDDEN 197 Source/core/html/HTMLTextFormControlElement.cpp return renderer->style()->visibility() != HIDDEN && innerText && innerText->renderer() && innerText->renderBox()->height(); HIDDEN 956 Source/core/html/forms/InputType.cpp if (style->visibility() != HIDDEN) HIDDEN 417 Source/core/rendering/RenderListBox.cpp if (itemStyle->visibility() == HIDDEN) HIDDEN 473 Source/core/rendering/RenderListBox.cpp if (!element->renderStyle() || element->renderStyle()->visibility() != HIDDEN) { HIDDEN 515 Source/core/rendering/RenderTreeAsText.cpp if (l.renderer()->style()->visibility() == HIDDEN) HIDDEN 129 Source/core/rendering/svg/RenderSVGImage.cpp if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage()) HIDDEN 241 Source/core/rendering/svg/RenderSVGShape.cpp if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || isShapeEmpty()) HIDDEN 540 Source/core/rendering/svg/SVGInlineTextBox.cpp if (decorationStyle->visibility() == HIDDEN)