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 145 void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
ScrollingCoordinator.cpp 235 removeWebScrollbarLayer(scrollableArea, HorizontalScrollbar);
236 removeWebScrollbarLayer(scrollableArea, VerticalScrollbar);
239 void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
356 removeWebScrollbarLayer(scrollableArea, orientation);
    [all...]

Completed in 787 milliseconds