Home
last modified time | relevance | path

Searched refs:expectation_from_string (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
Dlayouttestresults.py74 tokens = map(TestExpectations.expectation_from_string, results_string.split(' '))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py162 expectation = TestExpectations.expectation_from_string(part)
840 def expectation_from_string(cls, string): member in TestExpectations