HomeSort by relevance Sort by last modified time
    Searched refs:hasLayer (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/rendering/
RenderObjectChildList.cpp 88 if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) {
94 if (oldChild->firstChild() || oldChild->hasLayer()) {
156 if (newChild->firstChild() || newChild->hasLayer()) {
163 if (owner->style()->visibility() != VISIBLE && newChild->style()->visibility() == VISIBLE && !newChild->hasLayer()) {
212 if (child->firstChild() || child->hasLayer()) {
219 if (owner->style()->visibility() != VISIBLE && child->style()->visibility() == VISIBLE && !child->hasLayer()) {
LayoutState.cpp 53 if (renderer->hasLayer())
RenderObject.cpp 434 if (obj->hasLayer()) {
465 if (hasLayer()) {
479 if (hasLayer()) {
500 RenderLayer* ourLayer = hasLayer() ? toRenderBoxModelObject(this)->layer() : 0;
532 RenderLayer* layer = curr->hasLayer() ? toRenderBoxModelObject(curr)->layer() : 0;
544 RenderLayer* layer = curr->hasLayer() ? toRenderBoxModelObject(curr)->layer() : 0;
614 ASSERT(hasLayer());
    [all...]
RenderLineBoxList.cpp 155 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could paint like this is if it has a layer.
223 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could hit test like this is if it has a layer.
RenderVideo.cpp 281 if (hasLayer() && layer()->isComposited())
RenderImage.cpp 322 if (hasLayer()) {
336 if ((newImage == m_cachedImage) && hasLayer()) {
RenderTreeAsText.cpp 432 if (child->hasLayer())
614 if (o->hasLayer()) {
RenderWidget.cpp 136 if (hasLayer()) {
RenderObject.h 383 bool hasLayer() const { return m_hasLayer; }
    [all...]
RenderBoxModelObject.cpp 191 ASSERT(!hasLayer());
198 ASSERT(!hasLayer()); // Callers should have already called setHasLayer(false)
222 s_hadLayer = hasLayer();
243 if (hasLayer()) {
259 if (hasLayer() && (style()->hasAutoZIndex() != newStyle->hasAutoZIndex() ||
    [all...]
RenderBox.cpp 543 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
677 bool compositedMask = hasLayer() && layer()->hasCompositedMask();
    [all...]
RenderInline.cpp 590 if (inlineFlow->style()->position() == RelativePosition && inlineFlow->hasLayer())
    [all...]
RenderLayerBacking.cpp 648 if (!child->hasLayer()) {
    [all...]
RenderTableCell.cpp 847 bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders();
    [all...]
InlineFlowBox.cpp     [all...]
RenderLayer.cpp 463 if (r->style()->visibility() == VISIBLE && !r->hasLayer()) {
467 if (r->firstChild() && !r->hasLayer())
544 while (curr && !curr->hasLayer()) {
    [all...]
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 198 if (m_object && m_object->hasLayer()) {
215 if (m_object->hasLayer()) {
234 if (m_object->hasLayer()) {
ImplicitAnimation.cpp 112 if (m_object && m_object->hasLayer()) {
126 if (m_object && m_object->hasLayer()) {
AnimationBase.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLMarqueeElement.cpp 144 if (renderer() && renderer()->hasLayer())
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 441 bool hasLayer = renderer->hasLayer();
442 layer = hasLayer ? toRenderBoxModelObject(renderer)->layer() : 0;
447 hasLayer ? "true" : "false",
448 hasLayer && layer->isComposited() ? "true" : "false");
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.cpp 110 if (canvas()->renderBox() && canvas()->renderBox()->hasLayer()) {
144 if (canvas()->renderBox() && canvas()->renderBox()->hasLayer())
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 412 return renderer && renderer->hasLayer() && toRenderBoxModelObject(renderer)->layer()->isComposited();
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 491 if (!m_frame->contentRenderer() || !m_frame->contentRenderer()->hasLayer())
    [all...]

Completed in 325 milliseconds

1 2