Searched defs:themeStyle (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp46 #define wkMediaControllerThemeAvailable(themeStyle) WKMediaControllerThemeAvailable(themeStyle)
47 #define wkHitTestMediaUIPart(part, themeStyle, bounds, point) WKHitTestMediaUIPart(part, themeStyle, bounds, point)
48 #define wkMeasureMediaUIPart(part, themeStyle, bounds, naturalSize) WKMeasureMediaUIPart(part, themeStyle, bounds, naturalSize)
49 #define wkDrawMediaUIPart(part, themeStyle, context, rect, state) WKDrawMediaUIPart(part, themeStyle, context, rect, state)
50 #define wkDrawMediaSliderTrack(themeStyle, context, rect, timeLoaded, currentTime, duration, state) WKDrawMediaSliderTrack(themeStyle, contex
108 static const int themeStyle = WKMediaControllerThemeQuickTime; local
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp131 void StylePainter::init(GraphicsContext* context, QStyle* themeStyle) argument
140 style = themeStyle;

Completed in 62 milliseconds