HomeSort by relevance Sort by last modified time
    Searched refs:isSVGW3CTest (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 477 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npos);
480 size.width = isSVGW3CTest ? 480 : maxViewWidth;
481 size.height = isSVGW3CTest ? 360 : maxViewHeight;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 663 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::npos);
666 if (isSVGW3CTest) {
    [all...]

Completed in 70 milliseconds