Searched refs:ScrolledContentsLayer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateOverflowScrollingNode.h44 ScrolledContentsLayer = NumScrollingStateNodeBits enumerator in enum:WebCore::ScrollingStateOverflowScrollingNode::ChangedProperty
H A DScrollingStateOverflowScrollingNode.cpp50 if (hasChangedProperty(ScrolledContentsLayer))
69 setPropertyChanged(ScrolledContentsLayer);
H A DScrollingStateFrameScrollingNode.h54 ScrolledContentsLayer, enumerator in enum:WebCore::final::ChangedProperty
H A DScrollingStateFrameScrollingNode.cpp76 if (hasChangedProperty(ScrolledContentsLayer))
183 setPropertyChanged(ScrolledContentsLayer);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/
H A DRemoteScrollingCoordinatorProxy.cpp110 if (scrollingStateNode->hasChangedProperty(ScrollingStateFrameScrollingNode::ScrolledContentsLayer))
133 if (scrollingStateNode->hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DRemoteScrollingCoordinatorProxyIOS.mm59 if (scrollingStateNode->hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer))
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp149 if (node.hasChangedProperty(ScrollingStateFrameScrollingNode::ScrolledContentsLayer))
166 if (node.hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer))
228 if (node.hasChangedProperty(ScrollingStateFrameScrollingNode::ScrolledContentsLayer)) {
264 if (node.hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer)) {
632 if (!changedPropertiesOnly || node.hasChangedProperty(ScrollingStateFrameScrollingNode::ScrolledContentsLayer))
654 if (!changedPropertiesOnly || node.hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Scrolling/ios/
H A DScrollingTreeOverflowScrollingNodeIOS.mm136 if (scrollingStateNode.hasChangedProperty(ScrollingStateOverflowScrollingNode::ScrolledContentsLayer))
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.mm81 if (scrollingStateNode.hasChangedProperty(ScrollingStateFrameScrollingNode::ScrolledContentsLayer))

Completed in 209 milliseconds