Searched refs:hasLayer (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp86 if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) {
92 if (oldChild->firstChild() || oldChild->hasLayer()) {
161 if (newChild->firstChild() || newChild->hasLayer()) {
168 if (owner->style()->visibility() != VISIBLE && newChild->style()->visibility() == VISIBLE && !newChild->hasLayer()) {
221 if (child->firstChild() || child->hasLayer()) {
228 if (owner->style()->visibility() != VISIBLE && child->style()->visibility() == VISIBLE && !child->hasLayer()) {
H A DRenderObject.cpp440 if (obj->hasLayer()) {
471 if (hasLayer()) {
485 if (hasLayer()) {
506 RenderLayer* ourLayer = hasLayer() ? toRenderBoxModelObject(this)->layer() : 0;
538 RenderLayer* layer = curr->hasLayer() ? toRenderBoxModelObject(curr)->layer() : 0;
608 ASSERT(hasLayer());
1119 if (hasLayer())
1163 if (!v->hasLayer() || !v->layer()->isComposited() || v->layer()->backing()->paintingGoesToWindow()) {
1170 ASSERT(repaintContainer->hasLayer() && repaintContainer->layer()->isComposited());
1335 return !document()->view()->needsFullRepaint() && !hasLayer();
[all...]
H A DLayoutState.cpp63 if (renderer->isRelPositioned() && renderer->hasLayer())
H A DRenderWidget.cpp146 if (hasLayer()) {
186 if (hasLayer() && layer()->isComposited())
H A DRenderLineBoxList.cpp211 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could paint like this is if it has a layer.
282 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could hit test like this is if it has a layer.
H A DRenderObject.h414 bool hasLayer() const { return m_hasLayer; } function in class:WebCore::RenderObject
937 if (hasLayer())
972 if (hasLayer())
984 if (hasLayer())
H A DRenderImage.cpp214 if (hasLayer()) {
231 if (newImage == m_imageResource->cachedImage() && hasLayer()) {
H A DRenderBox.cpp486 if (hasLayer())
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
882 bool compositedMask = hasLayer() && layer()->hasCompositedMask();
1006 if (hasLayer() && layer()->hasCompositedMask() && layersUseImage(image, style()->maskLayers()))
1220 bool hasTransform = hasLayer() && layer()->transform();
1255 bool hasTransform = hasLayer() && layer()->transform();
3389 RenderLayer* layer = curr->hasLayer() && curr->isBox() ? toRenderBoxModelObject(curr)->layer() : 0;
3438 bool hasTransform = hasLayer() && layer()->transform();
H A DRenderTreeAsText.cpp567 if (child->hasLayer())
775 if (o->hasLayer()) {
H A DRenderBoxModelObject.cpp248 ASSERT(!hasLayer());
261 ASSERT(!hasLayer()); // Callers should have already called setHasLayer(false)
288 s_hadLayer = hasLayer();
309 if (hasLayer()) {
325 if (hasLayer() && (style()->hasAutoZIndex() != newStyle->hasAutoZIndex() ||
H A DRenderBlock.cpp592 blockToSplit->moveChildrenTo(post, beforeChild, 0, blockToSplit->hasLayer());
1038 children()->removeChildNode(this, inlineChildrenBlock, inlineChildrenBlock->hasLayer());
1043 inlineChildrenBlock->hasLayer() || blockChildrenBlock->hasLayer());
1055 nextBlock->moveAllChildrenTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer());
1073 RenderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, child->hasLayer()));
1074 anonBlock->moveAllChildrenTo(this, child->hasLayer());
2799 if (!hasLayer()) {
2973 if (curr->isRelPositioned() && curr->hasLayer()) {
[all...]
H A DRenderInline.cpp980 if (inlineFlow->style()->position() == RelativePosition && inlineFlow->hasLayer())
1357 if (curr->hasLayer())
H A DRenderLayerCompositor.cpp1589 return pluginRenderer->hasLayer() && pluginRenderer->layer()->isComposited();
1620 return frameRenderer->hasLayer() && frameRenderer->layer()->isComposited();
H A DRenderView.cpp183 return object->hasLayer() && toRenderBoxModelObject(object)->layer()->isComposited();
H A DRenderLayerBacking.cpp846 if (!child->hasLayer()) {
H A DRenderTableCell.cpp999 bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders();
H A DRenderLayer.cpp608 if (r->style()->visibility() == VISIBLE && !r->hasLayer()) {
612 if (r->firstChild() && !r->hasLayer())
699 while (curr && !curr->hasLayer()) {
1127 current->updateLayerPositions(); // Depends on hasLayer() already being false for proper layout.
H A DInlineFlowBox.cpp1193 bool compositedMask = renderer()->hasLayer() && boxModelObject()->layer()->hasCompositedMask();
/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.cpp112 if (m_object && m_object->hasLayer()) {
129 if (m_object->hasLayer()) {
145 if (m_object && m_object->hasLayer()) {
H A DKeyframeAnimation.cpp251 if (m_object && m_object->hasLayer()) {
268 if (m_object->hasLayer()) {
287 if (m_object->hasLayer()) {
H A DAnimationBase.cpp1385 if (m_object && m_object->hasLayer()) {
/external/webkit/Source/WebCore/html/
H A DHTMLMarqueeElement.cpp195 if (renderer() && renderer()->hasLayer())
H A DHTMLCanvasElement.cpp232 if (!ro->hasLayer())
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderLayer.mm150 if (renderer->hasLayer()) {
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp184 if (renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCompositing())
1587 if (isAccelerated() && renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCompositing())

Completed in 676 milliseconds

12