Searched refs:maxViewHeight (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeMac.h61 extern const unsigned maxViewHeight;
H A DPixelDumpSupportMac.mm271 int pageHeightInPixels = LayoutTestController::maxViewHeight;
H A DDumpRenderTree.mm293 NSRect rect = NSMakeRect(0, 0, LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight);
898 [[mainFrame webView] setFrameSize:NSMakeSize(LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight)];
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h80 static const unsigned int maxViewHeight; member in class:LayoutTestController
209 int numberOfPages(float width = maxViewWidth, float height = maxViewHeight);
H A DDumpRenderTreeQt.cpp450 m_mainView->resize(QSize(LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight));
637 int height = isW3CTest ? 360 : LayoutTestController::maxViewHeight;
H A DLayoutTestControllerQt.cpp900 const unsigned LayoutTestController::maxViewHeight = 600; member in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp66 const unsigned maxViewHeight = 600; variable
299 webView->SetSize(wxSize(maxViewWidth, maxViewHeight));
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp739 height = LayoutTestController::maxViewHeight;
1200 unsigned maxViewHeight = LayoutTestController::maxViewHeight; local
1202 -maxViewWidth, -maxViewHeight, maxViewWidth, maxViewHeight, 0, 0, GetModuleHandle(0), 0);
1244 SetWindowPos(viewWindow, 0, 0, 0, maxViewWidth, maxViewHeight, 0);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h333 static const unsigned maxViewHeight; member in class:LayoutTestController
H A DLayoutTestController.cpp733 pageHeightInPixels = LayoutTestController::maxViewHeight;
2407 const unsigned LayoutTestController::maxViewHeight = 600; member in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp685 size.height = isSVGW3CTest ? 360 : LayoutTestController::maxViewHeight;

Completed in 2082 milliseconds