Home
last modified time | relevance | path

Searched refs:addBorder (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/gui/
DProGuardGUI.java305 addBorder(welcomeTextArea, "welcome"); in ProGuardGUI()
325 addBorder(programPanel, "programJars" ); in ProGuardGUI()
326 addBorder(libraryPanel, "libraryJars" ); in ProGuardGUI()
343 addBorder(shrinkingOptionsPanel, "options"); in ProGuardGUI()
358 addBorder(additionalKeepPanel, "keepAdditional"); in ProGuardGUI()
377 addBorder(obfuscationOptionsPanel, "options"); in ProGuardGUI()
423 addBorder(additionalKeepNamesPanel, "keepNamesAdditional"); in ProGuardGUI()
430 addBorder(optimizationOptionsPanel, "options"); in ProGuardGUI()
452 addBorder(additionalNoSideEffectsPanel, "assumeNoSideEffectsAdditional"); in ProGuardGUI()
457 addBorder(preverificationOptionsPanel, "preverificationAndTargeting"); in ProGuardGUI()
[all …]
/external/webkit/WebCore/rendering/
DRenderTableCell.cpp688 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder() function in WebCore::CollapsedBorders
806 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder()
807 …borders.addBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bot… in paintCollapsedBorder()
808 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()
809 …borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()
/external/webkit/WebCore/
DChangeLog-2003-10-25635 (CollapsedBorders::addBorder):
DChangeLog-2007-10-1469019 (WebCore::CollapsedBorders::addBorder):
DChangeLog-2009-06-1638255 (WebCore::CollapsedBorders::addBorder):