Home
last modified time | relevance | path

Searched refs:maxViewWidth (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTreeMac.h62 extern const unsigned maxViewWidth;
DPixelDumpSupportMac.mm270 int pageWidthInPixels = LayoutTestController::maxViewWidth;
DDumpRenderTree.mm293 …NSRect rect = NSMakeRect(0, 0, LayoutTestController::maxViewWidth, LayoutTestController::maxViewHe…
898 …[[mainFrame webView] setFrameSize:NSMakeSize(LayoutTestController::maxViewWidth, LayoutTestControl…
/external/webkit/Tools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp67 const unsigned maxViewWidth = 800; variable
299 webView->SetSize(wxSize(maxViewWidth, maxViewHeight)); in IMPLEMENT_APP()
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h79 static const unsigned int maxViewWidth; variable
209 int numberOfPages(float width = maxViewWidth, float height = maxViewHeight);
DDumpRenderTreeQt.cpp450 …m_mainView->resize(QSize(LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight)); in DumpRenderTree()
636 int width = isW3CTest ? 480 : LayoutTestController::maxViewWidth; in open()
DLayoutTestControllerQt.cpp899 const unsigned LayoutTestController::maxViewWidth = 800; member in LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp738 width = LayoutTestController::maxViewWidth; in dump()
1199 unsigned maxViewWidth = LayoutTestController::maxViewWidth; in createWebViewAndOffscreenWindow() local
1202 -maxViewWidth, -maxViewHeight, maxViewWidth, maxViewHeight, 0, 0, GetModuleHandle(0), 0); in createWebViewAndOffscreenWindow()
1244 SetWindowPos(viewWindow, 0, 0, 0, maxViewWidth, maxViewHeight, 0); in createWebViewAndOffscreenWindow()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h332 static const unsigned maxViewWidth; variable
DLayoutTestController.cpp732 pageWidthInPixels = LayoutTestController::maxViewWidth; in parsePageParameters()
2406 const unsigned LayoutTestController::maxViewWidth = 800; member in LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth; in runTest()
/external/webkit/Tools/
DChangeLog-2010-05-2414417 * DumpRenderTree/qt/DumpRenderTreeQt.cpp: maxViewWidth and maxViewHeight moved to
14421 …* DumpRenderTree/qt/LayoutTestControllerQt.cpp: Initialization of maxViewWidth and maxViewHeight a…
14424 - maxViewWidth and maxViewHeight members added.
15204 Share the DRT values maxViewWidth/Height among ports
15210 (LayoutTestController::maxViewWidth):