Home
last modified time | relevance | path

Searched defs:totalWidth (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_column_model.js138 get totalWidth() { getter in TableColumnModel
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
Dtable_column_model.js145 get totalWidth() { getter in TableColumnModel
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.h61 float totalWidth() { return m_totalWidth; } in totalWidth() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFixedTableLayout.cpp247 int totalWidth = totalFixedWidth + totalPercentWidth; in layout() local
DAutoTableLayout.cpp348 int totalWidth = 0; in calcEffectiveLogicalWidth() local
DRenderDeprecatedFlexibleBox.cpp948 LayoutUnit totalWidth; in applyLineClamp() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontComplexTextMac.cpp64 float totalWidth = controller.totalWidth(); in selectionRectForComplexText() local
DComplexTextController.h65 float totalWidth() const { return m_totalWidth; } in totalWidth() function
DComplexTextController.cpp685 CGFloat totalWidth = widthSinceLastCommit + advance.width; in adjustGlyphsAndAdvances() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTabbedPane.js541 _calculateMaxWidth: function(measuredWidths, totalWidth) argument
574 _tabsToShowIndexes: function(tabsOrdered, tabsHistory, totalWidth, measuredDropDownButtonWidth) argument
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetters.java19 private float totalWidth; field in Letters
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp282 float totalWidth = widthSinceLastRounding + width; in advanceInternal() local
DFontFastPath.cpp567 float totalWidth = it.m_runWidthSoFar; in selectionRectForSimpleText() local