/external/icu4c/common/ |
D | servls.cpp | 102 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status); in registerInstance() 108 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status… in registerInstance() 114 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status); in registerInstance() 132 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status… 139 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
|
D | servrbf.cpp | 30 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory() 36 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObjectChildList.cpp | 86 …if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldC… in removeChildNode() 168 …if (owner->style()->visibility() != VISIBLE && newChild->style()->visibility() == VISIBLE && !newC… in appendChildNode() 228 …if (owner->style()->visibility() != VISIBLE && child->style()->visibility() == VISIBLE && !child->… in insertChildNode()
|
D | RenderWidget.cpp | 212 if (style()->visibility() != VISIBLE) in setWidget() 234 if (style()->visibility() != VISIBLE) in styleDidChange() 269 if (!m_frameView || paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) in paint()
|
D | RenderPart.cpp | 86 if (style()->visibility() != VISIBLE) in requiresAcceleratedCompositing()
|
D | RenderDataGrid.cpp | 140 if (style()->visibility() != VISIBLE) in paintObject() 162 if (!columnStyle || columnStyle->display() == NONE || columnStyle->visibility() != VISIBLE) in paintColumnHeaders()
|
D | RenderReplaced.cpp | 176 if (style()->visibility() != VISIBLE) in shouldPaint() 391 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
|
D | RenderDetailsMarker.cpp | 123 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) { in paint()
|
D | RenderFieldset.cpp | 187 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
|
D | RenderTable.cpp | 539 …hase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE) in paintObject() 566 …pseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) { in paintObject() 591 …utline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) in paintObject() 638 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
|
D | RenderMenuList.cpp | 431 …), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->display()… in itemStyle() 461 …ependentColor(CSSPropertyBackgroundColor), s->font(), s->visibility() == VISIBLE, s->display() == … in menuStyle()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 187 image.setVisibility(View.VISIBLE); in showPage() 195 title.setVisibility(View.VISIBLE); in showPage() 284 mOkArrow.setVisibility(View.VISIBLE); in onDraw()
|
D | AndouKun.java | 691 mPauseMessage.setVisibility(View.VISIBLE); in showPauseMessage() 695 mLevelNameBox.setVisibility(View.VISIBLE); in showPauseMessage() 710 mWaitMessage.setVisibility(View.VISIBLE); in showWaitMessage()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 131 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in pathOnlyClipping() 233 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in drawContentIntoMaskImage() 293 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in calculateClipContentRepaintRect()
|
D | RenderSVGResourceMasker.cpp | 150 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in drawContentIntoMaskImage() 188 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in calculateMaskContentRepaintRect()
|
D | RenderSVGContainer.cpp | 135 …o.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) { in paint()
|
D | RenderSVGImage.cpp | 154 bool isVisible = (style()->visibility() == VISIBLE); in nodeAtFloatPoint()
|
D | RenderSVGText.cpp | 188 bool isVisible = (style()->visibility() == VISIBLE); in nodeAtFloatPoint()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityMediaControls.cpp | 178 …if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE || control… in accessibilityIsIgnored() 302 if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE) in accessibilityIsIgnored()
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
D | CaptureActivity.java | 286 statusView.setVisibility(View.VISIBLE); in resetStatusView() 287 viewfinderView.setVisibility(View.VISIBLE); in resetStatusView()
|
/external/webkit/Source/WebCore/editing/ |
D | TextIterator.cpp | 511 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode() 532 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode() 558 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) { in handleTextBox() 642 if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNodeFirstLetter() 664 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleReplacedElement() 711 if (renderer->style()->visibility() == VISIBLE) in hasVisibleTextNode() 715 if (fragment->firstLetter() && fragment->firstLetter()->style()->visibility() == VISIBLE) in hasVisibleTextNode() 903 if (!m_node->renderer() || m_node->renderer()->style()->visibility() != VISIBLE) in shouldRepresentNodeOffsetZero() 1178 if (renderer->style()->visibility() == VISIBLE && m_offset > 0) in advance() 1181 if (renderer->style()->visibility() == VISIBLE && m_offset > 0) in advance()
|
/external/webkit/Source/WebCore/dom/ |
D | Position.cpp | 554 if (!renderer || renderer->style()->visibility() != VISIBLE) in upstream() 686 if (!renderer || renderer->style()->visibility() != VISIBLE) in downstream() 782 if (renderer->style()->visibility() != VISIBLE) in isCandidate() 883 if (renderer->style()->visibility() != VISIBLE || in rendersInDifferentPosition() 884 posRenderer->style()->visibility() != VISIBLE) in rendersInDifferentPosition()
|
D | PositionIterator.cpp | 156 if (renderer->style()->visibility() != VISIBLE) in isCandidate()
|
/external/webkit/Source/WebCore/plugins/ |
D | IFrameShimSupport.cpp | 155 && (!iframeRenderer->style() || iframeRenderer->style()->visibility() == VISIBLE)) { in getPluginOcclusions()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | CanvasLayer.cpp | 171 || m_canvas->renderer()->style()->visibility() != VISIBLE) in visibleContentRect()
|