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

  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 195 bool requiresSlowRepaints() const;
    [all...]
RenderView.cpp 204 if (layer->requiresSlowRepaints()) {
RenderLayer.cpp 891 bool RenderLayer::requiresSlowRepaints() const
897 return parent()->requiresSlowRepaints();
    [all...]

Completed in 25 milliseconds