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

/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeMac.h62 extern const unsigned maxViewWidth;
H A DPixelDumpSupportMac.mm270 int pageWidthInPixels = LayoutTestController::maxViewWidth;
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.h79 static const unsigned int maxViewWidth; 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));
636 int width = isW3CTest ? 480 : LayoutTestController::maxViewWidth;
H A DLayoutTestControllerQt.cpp899 const unsigned LayoutTestController::maxViewWidth = 800; member in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp67 const unsigned maxViewWidth = 800; variable
299 webView->SetSize(wxSize(maxViewWidth, maxViewHeight));
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp738 width = LayoutTestController::maxViewWidth;
1199 unsigned maxViewWidth = LayoutTestController::maxViewWidth; 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.h332 static const unsigned maxViewWidth; member in class:LayoutTestController
H A DLayoutTestController.cpp732 pageWidthInPixels = LayoutTestController::maxViewWidth;
2406 const unsigned LayoutTestController::maxViewWidth = 800; member in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth;

Completed in 759 milliseconds