Searched refs:maxViewWidth (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTreeMac.h | 62 extern const unsigned maxViewWidth;
|
D | PixelDumpSupportMac.mm | 270 int pageWidthInPixels = LayoutTestController::maxViewWidth;
|
D | DumpRenderTree.mm | 293 …NSRect rect = NSMakeRect(0, 0, LayoutTestController::maxViewWidth, LayoutTestController::maxViewHe… 898 …[[mainFrame webView] setFrameSize:NSMakeSize(LayoutTestController::maxViewWidth, LayoutTestControl…
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | DumpRenderTreeWx.cpp | 67 const unsigned maxViewWidth = 800; variable 299 webView->SetSize(wxSize(maxViewWidth, maxViewHeight)); in IMPLEMENT_APP()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 79 static const unsigned int maxViewWidth; variable 209 int numberOfPages(float width = maxViewWidth, float height = maxViewHeight);
|
D | DumpRenderTreeQt.cpp | 450 …m_mainView->resize(QSize(LayoutTestController::maxViewWidth, LayoutTestController::maxViewHeight)); in DumpRenderTree() 636 int width = isW3CTest ? 480 : LayoutTestController::maxViewWidth; in open()
|
D | LayoutTestControllerQt.cpp | 899 const unsigned LayoutTestController::maxViewWidth = 800; member in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 738 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/ |
D | LayoutTestController.h | 332 static const unsigned maxViewWidth; variable
|
D | LayoutTestController.cpp | 732 pageWidthInPixels = LayoutTestController::maxViewWidth; in parsePageParameters() 2406 const unsigned LayoutTestController::maxViewWidth = 800; member in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | DumpRenderTree.cpp | 684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth; in runTest()
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 14417 * 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):
|