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

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

Completed in 353 milliseconds