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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 66 class LayoutTestsMover(object):
170 test_expectations.add_expectation_line(LayoutTestsMover._clone_expectation_line_for_path(expectation, new_path))
177 test_expectations.add_expectation_line(LayoutTestsMover._clone_expectation_line_for_path(expectation, new_path))
323 LayoutTestsMover().move(options.origin, options.destination)
layout_tests_mover_unittest.py 35 from webkitpy.layout_tests.layout_tests_mover import LayoutTestsMover
93 self._mover = LayoutTestsMover(port=self._port)

Completed in 57 milliseconds