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

/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp66 const unsigned maxViewHeight = 600; variable
299 webView->SetSize(wxSize(maxViewWidth, 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 DLayoutTestControllerQt.cpp900 const unsigned LayoutTestController::maxViewHeight = 600; member in class:LayoutTestController
/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/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);

Completed in 110 milliseconds