HomeSort by relevance Sort by last modified time
    Searched defs:borderWidth (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_sync_promo_controller.h 27 @property(nonatomic, readonly) CGFloat borderWidth;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 122 unsigned borderWidth = 0;
123 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth))
124 return hasLocalName(tableTag) ? 1 : borderWidth;
125 return borderWidth;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 299 const int borderWidth = 1;
311 LayoutUnit usableWidth = cWidth - 2 * borderWidth;
312 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
330 imageOffset = LayoutSize(leftBorder + leftPad + centerX + borderWidth, topBorder + topPad + centerY + borderWidth);
341 textRectOrigin.move(leftBorder + leftPad + (paddingWidth / 2) - borderWidth, topBorder + topPad + (paddingHeight / 2) - borderWidth);
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]
RenderObject.cpp     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 553 int borderWidth = getBorderWidth();
554 height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + 2 * borderWidth);
555 width = Math.max(wHint, Math.max(textSize.x + arrowSize.x, tableWidth) + 2 * borderWidth);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 951 milliseconds