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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 788 const IntRect& scrollbarRect = scrollbar->frameRect();
789 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
791 transformedClip.moveBy(scrollbarRect.location());
    [all...]
CompositedLayerMapping.cpp     [all...]

Completed in 59 milliseconds