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

  /external/webkit/Source/WebCore/platform/
ScrollView.h 153 IntRect actualVisibleContentRect() const { return m_actualVisibleContentRect.isEmpty() ? visibleContentRect() : m_actualVisibleContentRect; }
154 void setActualVisibleContentRect(const IntRect& actualVisibleContentRect) { m_actualVisibleContentRect = actualVisibleContentRect; }
354 IntRect m_actualVisibleContentRect;
ScrollView.cpp 449 if (!m_actualVisibleContentRect.isEmpty())
450 m_actualVisibleContentRect.setLocation(scrollPoint);
    [all...]

Completed in 4264 milliseconds