Exemplo n.º 1
0
int LayoutThemeDefault::popupInternalPaddingBottom(const ComputedStyle& style) const
{
    return menuListInternalPadding(style, BottomPadding);
}
Exemplo n.º 2
0
int LayoutThemeDefault::popupInternalPaddingRight(const ComputedStyle& style) const
{
    return menuListInternalPadding(style, RightPadding);
}
int RenderThemeChromiumSkia::popupInternalPaddingRight(RenderStyle* style) const
{
    return menuListInternalPadding(style, RightPadding);
}
int RenderThemeChromiumSkia::popupInternalPaddingBottom(RenderStyle* style) const
{
    return menuListInternalPadding(style, BottomPadding);
}
Exemplo n.º 5
0
int RenderThemeChromiumWin::popupInternalPaddingTop(RenderStyle* style) const
{
    return menuListInternalPadding(style, TopPadding);
}