Home | History | Annotate | Download | only in tests

Lines Matching refs:pageHeight

223                         const std::string& pageWidth, const std::string& pageHeight,
430 const std::string& pageWidth, const std::string& pageHeight,
435 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
466 std::string pageHeight = "56px";
469 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
478 std::string pageHeight = "200px";
481 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
490 std::string pageHeight = "80px";
493 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
504 std::string pageHeight = "200px";
507 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
516 std::string pageHeight = "400px";
519 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
528 std::string pageHeight = "300px";
531 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
1267 int pageHeight = 480;
1268 webViewImpl->resize(WebSize(pageWidth, pageHeight));