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

  /external/webkit/Source/WebCore/platform/
ScrollView.h 151 // the actualVisibleContentRect instead, though this must be updated manually, e.g after panning ends.
153 IntRect actualVisibleContentRect() const { return m_actualVisibleContentRect.isEmpty() ? visibleContentRect() : m_actualVisibleContentRect; }
154 void setActualVisibleContentRect(const IntRect& actualVisibleContentRect) { m_actualVisibleContentRect = actualVisibleContentRect; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 281 IntSize currentVisibleContentSize = m_frame->view() ? m_frame->view()->actualVisibleContentRect().size() : IntSize();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp     [all...]

Completed in 58 milliseconds