Home
last modified time | relevance | path

Searched refs:VISIBLE (Results 1 – 25 of 65) sorted by relevance

123

/external/icu4c/common/
Dservls.cpp102 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,
Dservrbf.cpp30 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
36 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
/external/webkit/Source/WebCore/rendering/
DRenderObjectChildList.cpp86 …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()
DRenderWidget.cpp212 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()
DRenderPart.cpp86 if (style()->visibility() != VISIBLE) in requiresAcceleratedCompositing()
DRenderDataGrid.cpp140 if (style()->visibility() != VISIBLE) in paintObject()
162 if (!columnStyle || columnStyle->display() == NONE || columnStyle->visibility() != VISIBLE) in paintColumnHeaders()
DRenderReplaced.cpp176 if (style()->visibility() != VISIBLE) in shouldPaint()
391 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
DRenderDetailsMarker.cpp123 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) { in paint()
DRenderFieldset.cpp187 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderTable.cpp539 …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()
DRenderMenuList.cpp431 …), 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/
DConversationDialogActivity.java187 image.setVisibility(View.VISIBLE); in showPage()
195 title.setVisibility(View.VISIBLE); in showPage()
284 mOkArrow.setVisibility(View.VISIBLE); in onDraw()
DAndouKun.java691 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/
DRenderSVGResourceClipper.cpp131 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()
DRenderSVGResourceMasker.cpp150 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in drawContentIntoMaskImage()
188 if (!style || style->display() == NONE || style->visibility() != VISIBLE) in calculateMaskContentRepaintRect()
DRenderSVGContainer.cpp135 …o.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) { in paint()
DRenderSVGImage.cpp154 bool isVisible = (style()->visibility() == VISIBLE); in nodeAtFloatPoint()
DRenderSVGText.cpp188 bool isVisible = (style()->visibility() == VISIBLE); in nodeAtFloatPoint()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityMediaControls.cpp178 …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/
DCaptureActivity.java286 statusView.setVisibility(View.VISIBLE); in resetStatusView()
287 viewfinderView.setVisibility(View.VISIBLE); in resetStatusView()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp511 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/
DPosition.cpp554 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()
DPositionIterator.cpp156 if (renderer->style()->visibility() != VISIBLE) in isCandidate()
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp155 && (!iframeRenderer->style() || iframeRenderer->style()->visibility() == VISIBLE)) { in getPluginOcclusions()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DCanvasLayer.cpp171 || m_canvas->renderer()->style()->visibility() != VISIBLE) in visibleContentRect()

123