Searched defs:expectedRootBounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1922 WebRect expectedRootBounds = ExpectedRootBounds(document, webView->pageScaleFactor()); local
1925 ASSERT_EQ(expectedRootBounds, actualRootBounds);
1929 IntRect expectedIntRect = expectedRootBounds;
1997 WebRect expectedRootBounds = WebRect(0, 0, contentSize.width, contentSize.height); local
2000 ASSERT_EQ(expectedRootBounds, actualRootBounds);

Completed in 1390 milliseconds