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

  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 96 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll)
99 [[scrollView() contentView] setCopiesOnScroll:canBlitOnScroll];
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 208 if (canBlitOnScroll())
309 void ScrollView::platformSetCanBlitOnScroll(bool canBlitOnScroll)
311 m_canBlitOnScroll = canBlitOnScroll;
  /external/webkit/WebCore/platform/
ScrollView.h 110 bool canBlitOnScroll() const;
ScrollView.cpp 164 bool ScrollView::canBlitOnScroll() const
518 if (canBlitOnScroll()) { // The main frame can just blit the WebView window
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 690 if (view()->frameView() && view()->frameView()->canBlitOnScroll()) {
    [all...]

Completed in 16 milliseconds