Searched refs:FrameScaleFactor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTreeFrameScrollingNode.cpp57 if (state.hasChangedProperty(ScrollingStateFrameScrollingNode::FrameScaleFactor))
H A DScrollingStateFrameScrollingNode.h50 FrameScaleFactor = NumScrollingStateNodeBits, enumerator in enum:WebCore::final::ChangedProperty
H A DScrollingStateFrameScrollingNode.cpp111 setPropertyChanged(FrameScaleFactor);
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp140 SCROLLING_NODE_ENCODE(ScrollingStateFrameScrollingNode::FrameScaleFactor, frameScaleFactor)
218 SCROLLING_NODE_DECODE(ScrollingStateFrameScrollingNode::FrameScaleFactor, float, setFrameScaleFactor);
596 if (!changedPropertiesOnly || node.hasChangedProperty(ScrollingStateFrameScrollingNode::FrameScaleFactor))
629 if (!changedPropertiesOnly || node.hasChangedProperty(ScrollingStateFrameScrollingNode::FrameScaleFactor))

Completed in 177 milliseconds