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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 677 LayoutRect overlapBounds() const { return overlapBoundsIncludeChildren() ? calculateLayerBounds(this) : localBoundingBox(); }
684 IntRect calculateLayerBounds(const RenderLayer* ancestorLayer, const LayoutPoint* offsetFromRoot = 0, CalculateLayerBoundsFlags = DefaultCalculateLayerBoundsFlags) const;
    [all...]
RenderLayer.cpp     [all...]
RenderLayerCompositor.cpp 659 return layer->calculateLayerBounds(ancestorLayer, 0, flags);
    [all...]

Completed in 45 milliseconds