Searched refs:isSVGW3CTest (Results 1 – 4 of 4) sorted by relevance
119 … bool isSVGW3CTest = strstr(pathOrURL, "svg/W3C-SVG-1.1") || strstr(pathOrURL, "svg\\W3C-SVG-1.1"); in sizeWebViewForCurrentTest() local121 if (isSVGW3CTest) in sizeWebViewForCurrentTest()
681 bool isSVGW3CTest = (testURL.find("svg/W3C-SVG-1.1") != string::npos); in runTest() local684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth; in runTest()685 size.height = isSVGW3CTest ? 360 : LayoutTestController::maxViewHeight; in runTest()
731 …bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::np… in dump() local734 if (isSVGW3CTest) { in dump()
894 …bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npo…895 if (isSVGW3CTest)