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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 50 class RenderTheme : public RefCounted<RenderTheme> {
52 RenderTheme();
55 virtual ~RenderTheme() { }
60 static PassRefPtr<RenderTheme> themeForPage(Page* page);
63 static inline PassRefPtr<RenderTheme> defaultTheme()
157 virtual Color platformTapHighlightColor() const { return RenderTheme::defaultTapHighlightColor; }
RenderTheme.cpp 23 #include "core/rendering/RenderTheme.h"
77 static WebKit::WebFallbackThemeEngine::State getWebFallbackThemeState(const RenderTheme* theme, const RenderObject* o)
89 RenderTheme::RenderTheme()
97 void RenderTheme::adjustStyle(RenderStyle* style, Element* e, const CachedUAStyle& uaStyle)
268 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
396 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
440 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
482 String RenderTheme::extraDefaultStyleSheet()
506 String RenderTheme::formatMediaControlsTime(float time) cons
    [all...]

Completed in 55 milliseconds