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

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/mac/
H A DScrollingCoordinatorMac.h118 float frameScaleFactor; member in struct:WebCore::ScrollingCoordinatorMac::ScrollParameters
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeScrollingNode.h64 float frameScaleFactor() const { return m_frameScaleFactor; } function in class:WebCore::ScrollingTreeScrollingNode
H A DScrollingStateScrollingNode.h78 float frameScaleFactor() const { return m_frameScaleFactor; } function in class:WebCore::ScrollingStateScrollingNode
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMouseRelatedEvent.cpp126 static float frameScaleFactor(const UIEvent* event) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrame.cpp947 float Frame::frameScaleFactor() const function in class:WebCore::Frame
H A DFrameView.cpp1596 IntSize FrameView::scrollOffsetForFixedPosition(const IntRect& visibleContentRect, const IntSize& totalContentsSize, const IntPoint& scrollPosition, const IntPoint& scrollOrigin, float frameScaleFactor, bool fixedElementsLayoutRelativeToFrame, int headerHeight, int footerHeight) argument
1614 float frameScaleFactor = m_frame ? m_frame->frameScaleFactor() : 1; local
[all...]

Completed in 191 milliseconds