OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layouttestspattern
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestCommon.cpp
39
const char
layoutTestsPattern
[] = "/LayoutTests/";
40
const string::size_type layoutTestsPatternSize = sizeof(
layoutTestsPattern
) - 1;
52
if (!url.find(fileUrlPattern) && ((pos = url.find(
layoutTestsPattern
)) != string::npos)) {
Completed in 31 milliseconds