Home
last modified time | relevance | path

Searched refs:isSVGW3CTest (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp119 … bool isSVGW3CTest = strstr(pathOrURL, "svg/W3C-SVG-1.1") || strstr(pathOrURL, "svg\\W3C-SVG-1.1"); in sizeWebViewForCurrentTest() local
121 if (isSVGW3CTest) in sizeWebViewForCurrentTest()
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp681 bool isSVGW3CTest = (testURL.find("svg/W3C-SVG-1.1") != string::npos); in runTest() local
684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth; in runTest()
685 size.height = isSVGW3CTest ? 360 : LayoutTestController::maxViewHeight; in runTest()
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp731 …bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::np… in dump() local
734 if (isSVGW3CTest) { in dump()
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm894 …bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npo…
895 if (isSVGW3CTest)