Searched refs:expectedWidth (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContextTest.cpp109 #define EXPECT_SKRECT_EQ(expectedX, expectedY, expectedWidth, expectedHeight, actualRect) \
112 EXPECT_EQ(expectedWidth, actualRect.width()); \
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.js474 var expectedWidth = expectedImage.width;
485 for (var x = 0; x < expectedWidth; x++) {
487 var expectedOffset = (y * expectedWidth + x) * 4;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp224 int expectedWidth, int expectedHeight,
431 int expectedWidth, int expectedHeight,
453 EXPECT_EQ(expectedWidth, client.testData().width());
467 int expectedWidth = 91; local
470 expectedWidth, expectedHeight, NoHorizontalScrollbar, NoVerticalScrollbar);
479 int expectedWidth = 90; local
482 expectedWidth, expectedHeight, NoHorizontalScrollbar, VisibleVerticalScrollbar);
491 int expectedWidth = 200; local
494 expectedWidth, expectedHeight, VisibleHorizontalScrollbar, NoVerticalScrollbar);
505 int expectedWidth local
429 testAutoResize(const WebSize& minAutoResize, const WebSize& maxAutoResize, const std::string& pageWidth, const std::string& pageHeight, int expectedWidth, int expectedHeight, HorizontalScrollbarState expectedHorizontalState, VerticalScrollbarState expectedVerticalState) argument
517 int expectedWidth = 200; local
529 int expectedWidth = 200; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp736 const int expectedWidth = expectedBitmap.width(); local
740 if ((expectedWidth != width) || (expectedHeight != height)) {
742 testName, expectedWidth, expectedHeight, width, height);
/external/skia/gm/
H A Dgmmain.cpp735 const int expectedWidth = expectedBitmap.width(); local
739 if ((expectedWidth != width) || (expectedHeight != height)) {
741 testName, expectedWidth, expectedHeight, width, height);
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp430 int expectedWidth = origWidth - trimL - trimR; local
431 assert_row_width(data + skip, expectedWidth);
/external/skia/src/core/
H A DSkAAClip.cpp390 int expectedWidth = origWidth - trimL - trimR; local
391 assert_row_width(data + skip, expectedWidth);

Completed in 2848 milliseconds