m_platformTheme   130 Source/core/rendering/RenderTheme.cpp         borderBox = m_platformTheme->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom());
m_platformTheme   159 Source/core/rendering/RenderTheme.cpp         LengthBox paddingBox = m_platformTheme->controlPadding(part, style->font().fontDescription(), style->paddingBox(), style->effectiveZoom());
m_platformTheme   164 Source/core/rendering/RenderTheme.cpp         if (m_platformTheme->controlRequiresPreWhiteSpace(part))
m_platformTheme   170 Source/core/rendering/RenderTheme.cpp         LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
m_platformTheme   177 Source/core/rendering/RenderTheme.cpp         LengthSize minControlSize = m_platformTheme->minimumControlSize(part, style->font().fontDescription(), style->effectiveZoom());
m_platformTheme   184 Source/core/rendering/RenderTheme.cpp         FontDescription controlFont = m_platformTheme->controlFont(part, style->font().fontDescription(), style->effectiveZoom());
m_platformTheme   263 Source/core/rendering/RenderTheme.cpp         m_platformTheme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
m_platformTheme   569 Source/core/rendering/RenderTheme.cpp     return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
m_platformTheme   630 Source/core/rendering/RenderTheme.cpp     m_platformTheme->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->effectiveZoom());
m_platformTheme   315 Source/core/rendering/RenderTheme.h     Theme* m_platformTheme; // The platform-specific theme.