Home
last modified time | relevance | path

Searched refs:removeWebScrollbarLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h157 void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
DScrollingCoordinator.cpp215 removeWebScrollbarLayer(scrollableArea, HorizontalScrollbar); in willDestroyScrollableArea()
216 removeWebScrollbarLayer(scrollableArea, VerticalScrollbar); in willDestroyScrollableArea()
219 void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrienta… in removeWebScrollbarLayer() function in WebCore::ScrollingCoordinator
330 removeWebScrollbarLayer(scrollableArea, orientation); in scrollableAreaScrollbarLayerDidChange()