/external/webkit/Source/WebCore/rendering/ |
D | RenderObjectChildList.cpp | 86 …->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) { in removeChildNode() 92 if (oldChild->firstChild() || oldChild->hasLayer()) { in removeChildNode() 161 if (newChild->firstChild() || newChild->hasLayer()) { in appendChildNode() 168 …->visibility() != VISIBLE && newChild->style()->visibility() == VISIBLE && !newChild->hasLayer()) { in appendChildNode() 221 if (child->firstChild() || child->hasLayer()) { in insertChildNode() 228 …tyle()->visibility() != VISIBLE && child->style()->visibility() == VISIBLE && !child->hasLayer()) { in insertChildNode()
|
D | RenderObject.cpp | 440 if (obj->hasLayer()) { in addLayers() 471 if (hasLayer()) { in removeLayers() 485 if (hasLayer()) { in moveLayers() 506 RenderLayer* ourLayer = hasLayer() ? toRenderBoxModelObject(this)->layer() : 0; in findNextLayer() 538 RenderLayer* layer = curr->hasLayer() ? toRenderBoxModelObject(curr)->layer() : 0; in enclosingLayer() 608 ASSERT(hasLayer()); in setLayerNeedsFullRepaint() 1119 if (hasLayer()) in addAbsoluteRectForLayer() 1163 …if (!v->hasLayer() || !v->layer()->isComposited() || v->layer()->backing()->paintingGoesToWindow()… in repaintUsingContainer() 1170 ASSERT(repaintContainer->hasLayer() && repaintContainer->layer()->isComposited()); in repaintUsingContainer() 1335 return !document()->view()->needsFullRepaint() && !hasLayer(); in checkForRepaintDuringLayout() [all …]
|
D | RenderWidget.cpp | 142 if (hasLayer()) { in destroy() 182 if (hasLayer() && layer()->isComposited()) in setWidgetGeometry()
|
D | LayoutState.cpp | 63 if (renderer->isRelPositioned() && renderer->hasLayer()) in LayoutState()
|
D | RenderLineBoxList.cpp | 211 …ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The … in paint() 282 …ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The … in hitTest()
|
D | RenderObject.h | 412 bool hasLayer() const { return m_hasLayer; } in hasLayer() function 929 if (hasLayer()) in setNeedsLayout() 964 if (hasLayer()) in setNeedsPositionedMovementLayout() 976 if (hasLayer()) in setNeedsSimplifiedNormalFlowLayout()
|
D | RenderImage.cpp | 214 if (hasLayer()) { in imageDimensionsChanged() 231 if (newImage == m_imageResource->cachedImage() && hasLayer()) { in notifyFinished()
|
D | RenderBox.cpp | 486 if (hasLayer()) in updateLayerTransform() 765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) { in nodeAtPoint() 877 bool compositedMask = hasLayer() && layer()->hasCompositedMask(); in paintMaskImages() 1001 if (hasLayer() && layer()->hasCompositedMask() && layersUseImage(image, style()->maskLayers())) in imageChanged() 1215 bool hasTransform = hasLayer() && layer()->transform(); in mapLocalToContainer() 1250 bool hasTransform = hasLayer() && layer()->transform(); in mapAbsoluteToLocalPoint() 3377 …RenderLayer* layer = curr->hasLayer() && curr->isBox() ? toRenderBoxModelObject(curr)->layer() : 0; in enclosingFloatPaintingLayer() 3426 bool hasTransform = hasLayer() && layer()->transform(); in layoutOverflowRectForPropagation()
|
D | RenderTreeAsText.cpp | 567 if (child->hasLayer()) in write() 775 if (o->hasLayer()) { in externalRepresentation()
|
D | RenderBoxModelObject.cpp | 248 ASSERT(!hasLayer()); in ~RenderBoxModelObject() 261 ASSERT(!hasLayer()); // Callers should have already called setHasLayer(false) in destroyLayer() 288 s_hadLayer = hasLayer(); in styleWillChange() 309 if (hasLayer()) { in styleWillChange() 325 if (hasLayer() && (style()->hasAutoZIndex() != newStyle->hasAutoZIndex() || in styleWillChange()
|
D | RenderBlock.cpp | 586 blockToSplit->moveChildrenTo(post, beforeChild, 0, blockToSplit->hasLayer()); in splitAnonymousBlocksAroundChild() 1023 children()->removeChildNode(this, inlineChildrenBlock, inlineChildrenBlock->hasLayer()); in removeChild() 1028 … inlineChildrenBlock->hasLayer() || blockChildrenBlock->hasLayer()); in removeChild() 1040 … nextBlock->moveAllChildrenTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer()); in removeChild() 1058 …enderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, child->hasLayer())); in removeChild() 1059 anonBlock->moveAllChildrenTo(this, child->hasLayer()); in removeChild() 2775 if (!hasLayer()) { in paintSelection() 2949 if (curr->isRelPositioned() && curr->hasLayer()) { in blockSelectionGaps()
|
D | RenderView.cpp | 183 return object->hasLayer() && toRenderBoxModelObject(object)->layer()->isComposited(); in isComposited()
|
D | RenderLayerCompositor.cpp | 1532 return pluginRenderer->hasLayer() && pluginRenderer->layer()->isComposited(); 1563 return frameRenderer->hasLayer() && frameRenderer->layer()->isComposited();
|
D | RenderInline.cpp | 980 if (inlineFlow->style()->position() == RelativePosition && inlineFlow->hasLayer()) in clippedOverflowRectForRepaint() 1357 if (curr->hasLayer()) in addFocusRingRects()
|
D | RenderLayerBacking.cpp | 846 if (!child->hasLayer()) { in hasNonCompositingDescendants()
|
D | RenderTableCell.cpp | 999 …bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject ==… in paintBackgroundsBehindCell()
|
D | RenderLayer.cpp | 607 if (r->style()->visibility() == VISIBLE && !r->hasLayer()) { in updateVisibilityStatus() 611 if (r->firstChild() && !r->hasLayer()) in updateVisibilityStatus() 698 while (curr && !curr->hasLayer()) { in updateLayerPosition()
|
D | InlineFlowBox.cpp | 1193 bool compositedMask = renderer()->hasLayer() && boxModelObject()->layer()->hasCompositedMask(); in paintMask()
|
/external/webkit/Source/WebCore/page/animation/ |
D | ImplicitAnimation.cpp | 112 if (m_object && m_object->hasLayer()) { in startAnimation() 129 if (m_object->hasLayer()) { in pauseAnimation() 145 if (m_object && m_object->hasLayer()) { in endAnimation()
|
D | KeyframeAnimation.cpp | 251 if (m_object && m_object->hasLayer()) { in startAnimation() 268 if (m_object->hasLayer()) { in pauseAnimation() 287 if (m_object->hasLayer()) { in endAnimation()
|
D | AnimationBase.cpp | 1385 if (m_object && m_object->hasLayer()) { in freezeAtTime()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMarqueeElement.cpp | 195 if (renderer() && renderer()->hasLayer()) in renderMarquee()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 451 bool hasLayer = renderer->hasLayer(); in groups() local 452 layer = hasLayer ? toRenderBoxModelObject(renderer)->layer() : 0; in groups() 457 hasLayer ? "true" : "false", in groups() 458 hasLayer && layer->isComposited() ? "true" : "false"); in groups() 508 if (renderer && renderer->hasLayer()) { in groups() 1119 …if (lastChild && nodeRenderer->hasLayer() && toRenderBoxModelObject(nodeRenderer)->layer()->backin… in BuildFrame()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebRenderLayer.mm | 150 if (renderer->hasLayer()) {
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 184 … if (renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCompositing()) in reset() 1587 …if (isAccelerated() && renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCom… in didDraw()
|