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 157 void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
ScrollingCoordinator.cpp 215 removeWebScrollbarLayer(scrollableArea, HorizontalScrollbar);
216 removeWebScrollbarLayer(scrollableArea, VerticalScrollbar);
219 void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
330 removeWebScrollbarLayer(scrollableArea, orientation);
    [all...]

Completed in 459 milliseconds