HomeSort by relevance Sort by last modified time
    Searched refs:columnWidth (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/Support/
Locale.h 10 int columnWidth(StringRef s);
  /external/llvm/lib/Support/
Locale.cpp 8 int columnWidth(StringRef Text) {
SourceMgr.cpp 295 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) ==
  /external/clang/lib/Format/
Encoding.h 64 inline unsigned columnWidth(StringRef Text, Encoding 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/
RenderMultiColumnFlowThread.cpp 215 LayoutUnit computedColumnWidth = max<LayoutUnit>(1, LayoutUnit(columnStyle->columnWidth()));
268 LayoutUnit columnWidth;
269 calculateColumnCountAndWidth(columnWidth, m_columnCount);
270 setLogicalWidth(columnWidth);
RenderBlock.cpp     [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 122 // as the GridView has stretchMode=columnWidth. The column width is used to set the height
133 final int columnWidth =
136 mAdapter.setItemHeight(columnWidth);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 122 // as the GridView has stretchMode=columnWidth. The column width is used to set the height
133 final int columnWidth =
136 mAdapter.setItemHeight(columnWidth);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java 122 // as the GridView has stretchMode=columnWidth. The column width is used to set the height
133 final int columnWidth =
136 mAdapter.setItemHeight(columnWidth);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 262 return a.columnWidth() == b.columnWidth();
CSSAnimatableValueFactory.cpp 452 return createFromDouble(style.columnWidth());
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 214 columns += llvm::sys::locale::columnWidth(res.first);
247 columns += llvm::sys::locale::columnWidth(res.first);
369 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 120 * @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/
DataGrid.js 597 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
600 column.weight = 100 * columnWidth / tableWidth;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 556 milliseconds