/external/llvm/lib/Support/ |
H A D | Locale.cpp | 8 int columnWidth(StringRef Text) { function in namespace:llvm::sys::locale
|
/external/clang/lib/Format/ |
H A D | Encoding.h | 64 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 D | RenderMultiColumnFlowThread.cpp | 215 LayoutUnit computedColumnWidth = max<LayoutUnit>(1, LayoutUnit(columnStyle->columnWidth())); 268 LayoutUnit columnWidth; local 269 calculateColumnCountAndWidth(columnWidth, m_columnCount); 270 setLogicalWidth(columnWidth);
|
H A D | RenderBlock.cpp | 2831 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/css/parser/ |
H A D | CSSPropertyParser.cpp | 1873 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/style/ |
H A D | RenderStyle.h | 846 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 D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium_org/third_party/libaddressinput/src/java/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ... |
/external/chromium_org/third_party/android_platform/webview/ |
H A D | frameworks.jar | META-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |