Searched refs:layoutTestsPattern (Results 1 – 1 of 1) sorted by relevance
13 const char layoutTestsPattern[] = "/LayoutTests/"; variable14 const string::size_type layoutTestsPatternSize = sizeof(layoutTestsPattern) - 1;26 if (!url.find(fileUrlPattern) && ((pos = url.find(layoutTestsPattern)) != string::npos)) { in normalizeLayoutTestURL()