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

  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacOverlayAPI.h 45 virtual void updateScrollbarOverlayStyle(ScrollbarThemeClient*) OVERRIDE;
ScrollbarThemeMacOverlayAPI.mm 65 updateScrollbarOverlayStyle(scrollbar);
79 updateScrollbarOverlayStyle(scrollbar);
137 void ScrollbarThemeMacOverlayAPI::updateScrollbarOverlayStyle(ScrollbarThemeClient* scrollbar)
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 60 virtual void updateScrollbarOverlayStyle(ScrollbarThemeClient*) { }
ScrollableArea.cpp 324 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(horizontalScrollbar());
329 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(verticalScrollbar());

Completed in 35 milliseconds