Home
last modified time | relevance | path

Searched refs:itemWidth (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dribbon.js165 var itemWidth = this.clientHeight - 2;
170 var fullWidth = fullItems * itemWidth;
209 var margin = itemWidth * slideCount;
/external/chromium_org/ui/views/controls/menu/
Dmenu_win.cc106 lpmis->itemWidth = font.GetStringWidth(data->label) + kIconWidth + in OnMeasureItem()
110 lpmis->itemWidth += kArrowWidth; in OnMeasureItem()
113 lpmis->itemWidth += font.GetStringWidth(L" "); in OnMeasureItem()
118 lpmis->itemWidth = 0; in OnMeasureItem()
Dnative_menu_win.cc175 measure_item_struct->itemWidth = font.GetStringWidth(data->label) + in OnMeasureItem()
179 measure_item_struct->itemWidth += kArrowWidth; in OnMeasureItem()
182 measure_item_struct->itemWidth += font.GetStringWidth(L" "); in OnMeasureItem()
188 measure_item_struct->itemWidth = 0; in OnMeasureItem()
/external/chromium_org/chrome/browser/resources/ntp_android/
Dntp_android.js2005 var itemWidth = getItemWidth(childEl, setItemMargins);
2007 if (itemWidth >= windowWidth) {
2015 numColumns = Math.floor(windowWidth / itemWidth);
2022 (windowWidth - itemWidth * numColumns) / (numColumns + 1);
2030 itemWidth += childLeftMargin + childRightMargin;
2033 var remainder = windowWidth - itemWidth * numColumns;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp1584 LayoutUnit itemWidth = font.width(m_text); in computePreferredLogicalWidths() local
1587 logicalWidth = itemWidth + suffixSpaceWidth; in computePreferredLogicalWidths()
1810 int itemWidth = font.width(m_text); in getRelativeMarkerRect() local
1813 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height()); in getRelativeMarkerRect()