Home | History | Annotate | Download | only in tests

Lines Matching defs:pageHeight

204                         const std::string& pageWidth, const std::string& pageHeight,
372 const std::string& pageWidth, const std::string& pageHeight,
377 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
408 std::string pageHeight = "56px";
411 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
420 std::string pageHeight = "200px";
423 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
432 pageHeight = "80px";
435 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
446 std::string pageHeight = "200px";
449 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
458 std::string pageHeight = "400px";
461 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
470 std::string pageHeight = "300px";
473 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
1210 int pageHeight = 480;
1211 webViewImpl->resize(WebSize(pageWidth, pageHeight));