HomeSort by relevance Sort by last modified time
    Searched full:shouldinvalidatescrollrect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/
paint_aggregator.h 61 bool ShouldInvalidateScrollRect(const gfx::Rect& rect) const;
paint_aggregator.cc 139 if (ShouldInvalidateScrollRect(rect)) {
211 if (ShouldInvalidateScrollRect(gfx::Rect()))
225 bool PaintAggregator::ShouldInvalidateScrollRect(const gfx::Rect& rect) const {
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 138 if (ShouldInvalidateScrollRect(rect)) {
201 if (ShouldInvalidateScrollRect(Rect()))
216 bool PaintAggregator::ShouldInvalidateScrollRect(const Rect& rect) const {
paint_aggregator.h 151 bool ShouldInvalidateScrollRect(const Rect& rect) const;
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.h 83 bool shouldInvalidateScrollRect(const WebCore::IntRect&) const;
PaintAggregator.cpp 220 if (shouldInvalidateScrollRect(rect))
291 if (shouldInvalidateScrollRect(IntRect()))
306 bool PaintAggregator::shouldInvalidateScrollRect(const IntRect& rect) const

Completed in 813 milliseconds