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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js153 const borderRadius = 10;
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
175 newElementPosition.y = borderRadius;
176 newElementPosition.height = anchorBox.y - borderRadius * 2 - arrowHeight;
178 newElementPosition.y = borderRadius;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
187 newElementPosition.height = totalHeight - borderRadius - newElementPosition.y;
189 newElementPosition.y = totalHeight - preferredHeight - borderRadius;
199 newElementPosition.x = Math.max(borderRadius, anchorBox.x - borderRadius
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp133 int borderRadius = rect.height() / 2; local
134 IntSize radii(borderRadius, borderRadius);
143 int borderRadius = rect.height() / 2; local
144 IntSize radii(borderRadius, borderRadius);
155 if (startOffset < borderRadius && rangeWidth < borderRadius)
156 rangeWidth = borderRadius;
157 if (endOffset < borderRadius
[all...]
H A DRenderThemeChromiumMac.mm1323 FloatSize borderRadius(borderRadiusSize, borderRadiusSize);
1324 borderPath.addRoundedRect(borderRect, borderRadius, borderRadius, borderRadius, borderRadius);
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
H A Dhero-transition-extracted.js34 h.h1.style.borderRadius = h.r1;
90 r0: c0.borderRadius,
93 r1: c1.borderRadius
110 h.h1.style.borderRadius = h.r0;
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc567 const SkScalar borderRadius) const {
607 canvas->drawRoundRect(shadowRect, borderRadius, borderRadius, paint);
632 canvas->drawRoundRect(skrect, borderRadius, borderRadius, paint);
645 canvas->drawRoundRect(skrect, borderRadius, borderRadius, paint);
H A Dnative_theme_base.h195 // borderRadius specifies how rounded the corners should be.
200 const SkScalar borderRadius) const;

Completed in 199 milliseconds