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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRectTest.cpp 58 EXPECT_TRUE(rr.rect().contains(rr.radiusCenterRect()));
59 EXPECT_EQ(IntRect(100, 200, 300, 400), rr.radiusCenterRect());
65 EXPECT_TRUE(rr.rect().contains(rr.radiusCenterRect()));
66 EXPECT_EQ(IntRect(110, 210, 280, 380), rr.radiusCenterRect());
72 EXPECT_TRUE(rr.rect().contains(rr.radiusCenterRect()));
73 EXPECT_EQ(IntRect(115, 210, 265, 370), rr.radiusCenterRect());
79 EXPECT_TRUE(rr.rect().contains(rr.radiusCenterRect()));
80 EXPECT_EQ(IntRect(120, 210, 260, 370), rr.radiusCenterRect());
RoundedRect.h 88 IntRect radiusCenterRect() const;
RoundedRect.cpp 154 IntRect RoundedRect::radiusCenterRect() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]

Completed in 5666 milliseconds