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

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

Completed in 96 milliseconds