HomeSort by relevance Sort by last modified time
    Searched refs:absBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.cpp 294 const IntRect& absBounds = layer->compositingInputs().clippedAbsoluteBoundingBox;
295 absoluteDecendantBoundingBox = absBounds;
298 overlapCompositingReason = overlapMap.overlapsLayers(absBounds) ? CompositingReasonOverlap : CompositingReasonNone;
351 // re-compute the absBounds for the child so that we can add the
411 overlapMap.add(layer, absBounds);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]

Completed in 172 milliseconds