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

  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 87 const borderRadius = 10;
111 if (anchorBox.y > newElementPosition.height + arrowHeight + borderRadius)
114 newElementPosition.y = borderRadius * 2;
115 newElementPosition.height = anchorBox.y - borderRadius * 2 - arrowHeight;
122 newElementPosition.height = totalHeight - anchorBox.y - anchorBox.height - borderRadius * 2 - arrowHeight;
129 newElementPosition.x = Math.max(borderRadius, anchorBox.x - borderRadius - arrowOffset);
131 } else if (newElementPosition.width + borderRadius * 2 < totalWidth) {
132 newElementPosition.x = totalWidth - newElementPosition.width - borderRadius;
135 var arrowRightPosition = Math.max(0, totalWidth - anchorBox.x - anchorBox.width - borderRadius - arrowOffset)
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 70 static const int borderRadius = 12;
494 IntSize outerRadius(borderRadius, borderRadius);
496 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 208 const int borderRadius = 6;
218 style->setProperty(CSSPropertyWebkitBorderRadius, String::number(borderRadius) + "px");

Completed in 108 milliseconds