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

  /external/webkit/WebCore/rendering/
RenderLayer.h 201 bool requiresSlowRepaints() const;
RenderView.cpp 210 if (layer->requiresSlowRepaints()) {
RenderLayer.cpp 742 bool RenderLayer::requiresSlowRepaints() const
748 return parent()->requiresSlowRepaints();
    [all...]

Completed in 119 milliseconds