HomeSort by relevance Sort by last modified time
    Searched defs:paintSliderThumb (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 448 bool RenderThemeChromiumDefault::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& rect)
RenderTheme.h 260 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
RenderThemeChromiumWin.cpp 328 bool RenderThemeChromiumWin::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)

Completed in 27 milliseconds