Searched refs:addBorder (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/accessibility/extensions/longdesc/ |
D | options.js | 9 addBorder: border property 25 document.getElementById('border').checked = item.addBorder;
|
D | lastRightClick.js | 10 if (changes.addBorder.newValue) { 18 if (item.addBorder) {
|
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 306 addBorder(welcomePane, "welcome"); in ProGuardGUI() 326 addBorder(programPanel, "programJars" ); in ProGuardGUI() 327 addBorder(libraryPanel, "libraryJars" ); in ProGuardGUI() 344 addBorder(shrinkingOptionsPanel, "options"); in ProGuardGUI() 359 addBorder(additionalKeepPanel, "keepAdditional"); in ProGuardGUI() 378 addBorder(obfuscationOptionsPanel, "options"); in ProGuardGUI() 425 addBorder(additionalKeepNamesPanel, "keepNamesAdditional"); in ProGuardGUI() 432 addBorder(optimizationOptionsPanel, "options"); in ProGuardGUI() 454 addBorder(additionalNoSideEffectsPanel, "assumeNoSideEffectsAdditional"); in ProGuardGUI() 459 addBorder(preverificationOptionsPanel, "preverificationAndTargeting"); in ProGuardGUI() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 1025 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder() function in blink::CollapsedBorders 1139 …borders.addBorder(topVal, BSTop, renderTop, borderRect.x(), borderRect.y(), borderRect.maxX(), bor… in paintCollapsedBorders() 1140 …borders.addBorder(bottomVal, BSBottom, renderBottom, borderRect.x(), borderRect.maxY() - bottomWid… in paintCollapsedBorders() 1141 …borders.addBorder(leftVal, BSLeft, renderLeft, borderRect.x(), borderRect.y(), borderRect.x() + le… in paintCollapsedBorders() 1142 …borders.addBorder(rightVal, BSRight, renderRight, borderRect.maxX() - rightWidth, borderRect.y(), … in paintCollapsedBorders()
|