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

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 705 IntRect horizontalOverhangRect;
707 calculateOverhangAreasForPainting(horizontalOverhangRect, verticalOverhangRect);
708 if (!horizontalOverhangRect.isEmpty())
709 hostWindow()->invalidateContentsAndWindow(horizontalOverhangRect, false /*immediate*/);
    [all...]
ScrollView.h 309 void calculateOverhangAreasForPainting(IntRect& horizontalOverhangRect, IntRect& verticalOverhangRect);

Completed in 47 milliseconds