Searched defs:unobscuredRectInScrollViewCoordinates (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DVisibleContentRectUpdateInfo.h48 VisibleContentRectUpdateInfo(const WebCore::FloatRect& exposedRect, const WebCore::FloatRect& unobscuredRect, const WebCore::FloatRect& unobscuredRectInScrollViewCoordinates, const WebCore::FloatRect& customFixedPositionRect, double scale, bool inStableState, bool isChangingObscuredInsetsInteractively, double timestamp, double horizontalVelocity, double verticalVelocity, double scaleChangeRate, uint64_t lastLayerTreeTranscationId) argument
66 const WebCore::FloatRect& unobscuredRectInScrollViewCoordinates() const { return m_unobscuredRectInScrollViewCoordinates; } function in class:WebKit::VisibleContentRectUpdateInfo

Completed in 121 milliseconds