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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 199 void updateDrawsContent(bool isSimpleContainer);
226 bool containsPaintedContent(bool isSimpleContainer) const;
232 void updateBackgroundColor(bool isSimpleContainer);
233 void updateContentsRect(bool isSimpleContainer);
RenderLayerBacking.cpp 508 bool isSimpleContainer = isSimpleContainerCompositingLayer();
733 updateContentsRect(isSimpleContainer);
734 updateBackgroundColor(isSimpleContainer);
735 updateDrawsContent(isSimpleContainer);
    [all...]

Completed in 45 milliseconds