Searched refs:scrollingTree (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeNode.cpp35 ScrollingTreeNode::ScrollingTreeNode(ScrollingTree* scrollingTree, ScrollingNodeID nodeID) argument
36 : m_scrollingTree(scrollingTree)
H A DScrollingTreeScrollingNode.cpp35 ScrollingTreeScrollingNode::ScrollingTreeScrollingNode(ScrollingTree* scrollingTree, ScrollingNodeID nodeID) argument
36 : ScrollingTreeNode(scrollingTree, nodeID)
H A DScrollingTreeNode.h61 ScrollingTree* scrollingTree() const { return m_scrollingTree; } function in class:WebCore::ScrollingTreeNode
H A DScrollingCoordinator.h80 virtual ScrollingTree* scrollingTree() const { return 0; } function in class:WebCore::ScrollingCoordinator
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/mac/
H A DScrollingTreeFixedNode.mm36 PassOwnPtr<ScrollingTreeFixedNode> ScrollingTreeFixedNode::create(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
38 return adoptPtr(new ScrollingTreeFixedNode(scrollingTree, nodeID));
41 ScrollingTreeFixedNode::ScrollingTreeFixedNode(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
42 : ScrollingTreeNode(scrollingTree, nodeID)
H A DScrollingTreeStickyNode.mm36 PassOwnPtr<ScrollingTreeStickyNode> ScrollingTreeStickyNode::create(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
38 return adoptPtr(new ScrollingTreeStickyNode(scrollingTree, nodeID));
41 ScrollingTreeStickyNode::ScrollingTreeStickyNode(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
42 : ScrollingTreeNode(scrollingTree, nodeID)
H A DScrollingTreeScrollingNodeMac.mm51 PassOwnPtr<ScrollingTreeScrollingNode> ScrollingTreeScrollingNode::create(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
53 return adoptPtr(new ScrollingTreeScrollingNodeMac(scrollingTree, nodeID));
56 ScrollingTreeScrollingNodeMac::ScrollingTreeScrollingNodeMac(ScrollingTree* scrollingTree, ScrollingNodeID nodeID)
57 : ScrollingTreeScrollingNode(scrollingTree, nodeID)
100 if (scrollingTree()->scrollingPerformanceLoggingEnabled())
105 if (scrollingTree()->scrollingPerformanceLoggingEnabled())
130 scrollingTree()->handleWheelEventPhase(wheelEvent.phase());
177 if (scrollingTree()->rootNode() == this) {
179 scrollingTree()->setMainFrameIsRubberBanding(false);
181 scrollingTree()
[all...]
H A DScrollingCoordinatorMac.mm85 ScrollingTree* ScrollingCoordinatorMac::scrollingTree() const
93 return scrollingTree()->isRubberBandInProgress();
98 return scrollingTree()->rubberBandsAtBottom();
103 scrollingTree()->setRubberBandsAtBottom(rubberBandsAtBottom);
108 return scrollingTree()->rubberBandsAtTop();
113 scrollingTree()->setRubberBandsAtTop(rubberBandsAtTop);
118 scrollingTree()->setScrollPinningBehavior(pinning);
H A DScrollingCoordinatorMac.h46 virtual ScrollingTree* scrollingTree() const;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DEventDispatcher.cpp70 m_scrollingTrees.set(webPage->pageID(), webPage->corePage()->scrollingCoordinator()->scrollingTree());
91 if (ScrollingTree* scrollingTree = m_scrollingTrees.get(pageID)) {
99 ScrollingThread::dispatch(bind(&ScrollingTree::updateBackForwardState, scrollingTree, canGoBack, canGoForward));
101 ScrollingTree::EventResult result = scrollingTree->tryToHandleWheelEvent(platformWheelEvent);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DTiledCoreAnimationDrawingArea.mm232 ScrollingThread::dispatch(bind(&ScrollingTree::setScrollingPerformanceLoggingEnabled, m_webPage->corePage()->scrollingCoordinator()->scrollingTree(), scrollingPerformanceLoggingEnabled));

Completed in 71 milliseconds