HomeSort by relevance Sort by last modified time
    Searched refs:removeWebScrollbarLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 142 void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
ScrollingCoordinator.cpp 227 removeWebScrollbarLayer(scrollableArea, HorizontalScrollbar);
228 removeWebScrollbarLayer(scrollableArea, VerticalScrollbar);
231 void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
346 removeWebScrollbarLayer(scrollableArea, orientation);
    [all...]

Completed in 48 milliseconds