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

  /external/chromium_org/content/public/test/
render_widget_test.h 29 static const int kSmallHeight;
render_widget_test.cc 28 const int RenderWidgetTest::kSmallHeight = 450;
87 gfx::Size size(kSmallWidth, kSmallHeight);
92 EXPECT_EQ(kSmallHeight, bitmap.height());
108 ResizeAndPaint(size, gfx::Size(kSmallWidth, kSmallHeight), &bitmap);
111 EXPECT_EQ(kSmallHeight, bitmap.height());

Completed in 134 milliseconds