Home
last modified time | relevance | path

Searched defs:actualVisibleContentRect (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.h153 …IntRect actualVisibleContentRect() const { return m_actualVisibleContentRect.isEmpty() ? visibleCo… in actualVisibleContentRect() function
154 …void setActualVisibleContentRect(const IntRect& actualVisibleContentRect) { m_actualVisibleContent… in setActualVisibleContentRect()