Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp128 …const CSSBasicShapeRectangle* rectValue = static_cast<const CSSBasicShapeRectangle *>(basicShapeVa… in basicShapeForValue() local
131 rect->setX(convertToLength(state, rectValue->x())); in basicShapeForValue()
132 rect->setY(convertToLength(state, rectValue->y())); in basicShapeForValue()
133 rect->setWidth(convertToLength(state, rectValue->width())); in basicShapeForValue()
134 rect->setHeight(convertToLength(state, rectValue->height())); in basicShapeForValue()
135 if (rectValue->radiusX()) { in basicShapeForValue()
136 Length radiusX = convertToLength(state, rectValue->radiusX()); in basicShapeForValue()
138 if (rectValue->radiusY()) in basicShapeForValue()
139 rect->setCornerRadiusY(convertToLength(state, rectValue->radiusY())); in basicShapeForValue()
185 …const CSSBasicShapeInsetRectangle* rectValue = static_cast<const CSSBasicShapeInsetRectangle *>(ba… in basicShapeForValue() local
[all …]
DCSSPrimitiveValue.cpp1148 if (Rect* rectValue = getRectValue()) in hasVariableReference() local
1149 return rectValue->hasVariableReference(); in hasVariableReference()
/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.mm177 [path appendBezierPathWithRect:[rectWrapper rectValue]];
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm969 !NSEqualRects([oldTargetValue rectValue], tabFrame)) {
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm1120 !NSEqualRects([oldTargetValue rectValue], tabFrame)) {