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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
WindowlessPaintRectCoordinates.cpp 75 RECT expectedRect = { 100, 100, 200, 200 };
77 if (::EqualRect(paintRect, &expectedRect))
80 pluginLog(m_npp, "Expected paint rect {left=%d, top=%d, right=%d, bottom=%d}, but got {left=%d, top=%d, right=%d, bottom=%d}", expectedRect.left, expectedRect.top, expectedRect.right, expectedRect.bottom, paintRect->left, paintRect->top, paintRect->right, paintRect->bottom);
WindowRegionIsSetToClipRect.cpp 72 RECT expectedRect = { 50, 50, 100, 100 };
73 if (!::EqualRect(&regionRect, &expectedRect)) {
74 pluginLog(instance, "Expected region rect {left=%u, top=%u, right=%u, bottom=%u}, but got {left=%d, top=%d, right=%d, bottom=%d}", expectedRect.left, expectedRect.top, expectedRect.right, expectedRect.bottom, regionRect.left, regionRect.top, regionRect.right, regionRect.bottom);