Searched refs:columnWidth (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm/Support/
H A DLocale.h10 int columnWidth(StringRef s);
/external/llvm/lib/Support/
H A DLocale.cpp8 int columnWidth(StringRef Text) { function in namespace:llvm::sys::locale
H A DSourceMgr.cpp295 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) ==
/external/clang/lib/Format/
H A DEncoding.h64 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { function in namespace:clang::format::encoding
69 // returning the number of bytes may cause problems, as columnWidth suddenly
87 return TotalWidth + columnWidth(Tail, Encoding);
88 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.cpp215 LayoutUnit computedColumnWidth = max<LayoutUnit>(1, LayoutUnit(columnStyle->columnWidth()));
268 LayoutUnit columnWidth; local
269 calculateColumnCountAndWidth(columnWidth, m_columnCount);
270 setLogicalWidth(columnWidth);
H A DRenderBlock.cpp2831 LayoutUnit colWidth = std::max<LayoutUnit>(1, LayoutUnit(style()->columnWidth()));
3224 LayoutUnit columnWidth; local
3229 columnWidth = style()->columnWidth();
3230 minLogicalWidth = std::min(minLogicalWidth, columnWidth);
3237 maxLogicalWidth = std::max(maxLogicalWidth, columnWidth) * columnCount + gapExtra;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp262 return a.columnWidth() == b.columnWidth();
H A DCSSAnimatableValueFactory.cpp452 return createFromDouble(style.columnWidth());
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp214 columns += llvm::sys::locale::columnWidth(res.first);
247 columns += llvm::sys::locale::columnWidth(res.first);
369 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
1036 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_table.js120 * @param {number} columnWidth New width of the column.
123 columnIndex, columnWidth) {
133 this.columnPos_[columnIndex] + Math.max(columnWidth,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDataGrid.js597 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
600 column.weight = 100 * columnWidth / tableWidth;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp1873 RefPtrWillBeRawPtr<CSSValue> columnWidth = nullptr; local
1887 if (!columnWidth) {
1888 if ((columnWidth = parseColumnWidth()))
1905 if (!columnWidth) {
1906 columnWidth = cssValuePool().createIdentifierValue(CSSValueAuto);
1912 ASSERT(columnCount || columnWidth);
1915 if (columnWidth)
1916 addProperty(CSSPropertyWebkitColumnWidth, columnWidth, important);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1804 return zoomAdjustedPixelValue(style->columnWidth(), *style);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h846 float columnWidth() const { return rareNonInheritedData->m_multiCol->m_width; } function in class:blink::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 582 milliseconds