OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbimage
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp
288
Image*
thumbImage
= 0;
290
thumbImage
= mediaSliderThumb;
292
thumbImage
= mediaVolumeSliderThumb;
295
if (
thumbImage
) {
296
object->style()->setWidth(Length(static_cast<int>(
thumbImage
->width() * zoomLevel), Fixed));
297
object->style()->setHeight(Length(static_cast<int>(
thumbImage
->height() * zoomLevel), Fixed));
Completed in 94 milliseconds