Searched refs:borderRadius (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DPopover.js152 const borderRadius = 10;
168 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
171 newElementPosition.y = borderRadius;
172 newElementPosition.height = anchorBox.y - borderRadius * 2 - arrowHeight;
174 newElementPosition.y = borderRadius;
183 newElementPosition.height = totalHeight - anchorBox.y - anchorBox.height - borderRadius * 2 - arrowHeight;
185 newElementPosition.y = totalHeight - preferredHeight - borderRadius;
195 newElementPosition.x = Math.max(borderRadius, anchorBox.x - borderRadius - arrowOffset);
197 } else if (newElementPosition.width + borderRadius *
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDeleteButtonController.cpp224 const int borderRadius = 6; local
233 outline->setInlineStyleProperty(CSSPropertyWebkitBorderRadius, String::number(borderRadius) + "px");
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp73 static const int borderRadius = 12; variable
498 IntSize outerRadius(borderRadius, borderRadius);
500 IntSize innerRadius(borderRadius - borderThickness, borderRadius - borderThickness);

Completed in 90 milliseconds