HomeSort by relevance Sort by last modified time
    Searched refs:separatorWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 372 gint separatorWidth;
375 "separator-width", &separatorWidth,
380 separatorWidth = border.left;
382 separator = separatorWidth;
390 int focusWidth = 0, separatorWidth = 0;
391 getComboBoxMetrics(style, borderWidth, focusWidth, separatorWidth);
394 left += separatorWidth + minArrowSize;
401 int focusWidth = 0, separatorWidth = 0;
402 getComboBoxMetrics(style, borderWidth, focusWidth, separatorWidth);
405 right += separatorWidth + minArrowSize
    [all...]
RenderThemeGtk2.cpp 280 gint separatorWidth = 0;
283 "separator-width", &separatorWidth,
286 return separatorWidth;
407 int separatorWidth = getComboBoxSeparatorWidth();
408 IntRect separatorRect(0, topBorder, separatorWidth, rect.height() - topBorder - bottomBorder);
410 separatorRect.setX(arrowRect.x() + arrowRect.width() + buttonStyle->xthickness + separatorWidth);
412 separatorRect.setX(arrowRect.x() - buttonStyle->xthickness - separatorWidth);
    [all...]

Completed in 35 milliseconds