getWebScrollbarLayer  324 Source/core/page/scrolling/ScrollingCoordinator.cpp         WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, orientation);
getWebScrollbarLayer  373 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, HorizontalScrollbar)) {
getWebScrollbarLayer  378 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (WebScrollbarLayer* scrollbarLayer = getWebScrollbarLayer(scrollableArea, VerticalScrollbar)) {
getWebScrollbarLayer  151 Source/core/page/scrolling/ScrollingCoordinator.h     blink::WebScrollbarLayer* getWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);