OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_platformTheme
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp
92
:
m_platformTheme
(platformTheme())
135
borderBox =
m_platformTheme
->controlBorder(part, style->font().fontDescription(), borderBox, style->effectiveZoom());
164
LengthBox paddingBox =
m_platformTheme
->controlPadding(part, style->font().fontDescription(), style->paddingBox(), style->effectiveZoom());
169
if (
m_platformTheme
->controlRequiresPreWhiteSpace(part))
175
LengthSize controlSize =
m_platformTheme
->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
182
LengthSize minControlSize =
m_platformTheme
->minimumControlSize(part, style->font().fontDescription(), style->effectiveZoom());
189
FontDescription controlFont =
m_platformTheme
->controlFont(part, style->font().fontDescription(), style->effectiveZoom());
268
m_platformTheme
->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView());
612
return box->height() + box->marginTop() +
m_platformTheme
->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
673
m_platformTheme
->inflateControlPaintRect(o->style()->appearance(), controlStatesForRenderer(o), r, o->style()->eff (…)
[
all
...]
RenderTheme.h
332
Theme*
m_platformTheme
; // The platform-specific theme.
Completed in 63 milliseconds