OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGW3CTest
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp
119
bool
isSVGW3CTest
= strstr(pathOrURL, "svg/W3C-SVG-1.1") || strstr(pathOrURL, "svg\\W3C-SVG-1.1");
121
if (
isSVGW3CTest
)
/external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp
681
bool
isSVGW3CTest
= (testURL.find("svg/W3C-SVG-1.1") != string::npos);
684
size.width =
isSVGW3CTest
? 480 : LayoutTestController::maxViewWidth;
685
size.height =
isSVGW3CTest
? 360 : LayoutTestController::maxViewHeight;
[
all
...]
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp
731
bool
isSVGW3CTest
= (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::npos);
734
if (
isSVGW3CTest
) {
[
all
...]
Completed in 43 milliseconds