Searched defs:columnWidth (Results 1 - 13 of 13) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/llvm/lib/Support/
H A DLocale.cpp8 int columnWidth(StringRef Text) { function in namespace:llvm::sys::locale
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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/rendering/
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;
H A DRenderMultiColumnFlowThread.cpp215 LayoutUnit computedColumnWidth = max<LayoutUnit>(1, LayoutUnit(columnStyle->columnWidth()));
268 LayoutUnit columnWidth; local
269 calculateColumnCountAndWidth(columnWidth, m_columnCount);
270 setLogicalWidth(columnWidth);
/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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 302 milliseconds