HomeSort by relevance Sort by last modified time
    Searched full:increment_error_count (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers_unittest.py 68 increment_error_count=self._mock_increment_error_count,
93 file_path='foo.txt', increment_error_count=lambda: True,
97 increment_error_count=increment_error_count,
108 self.assertFalse(handler.__eq__(make_handler(increment_error_count=None)))
error_handlers.py 59 def __init__(self, file_path, configuration, increment_error_count,
67 increment_error_count: A function that takes no arguments and
82 self._increment_error_count = increment_error_count
checker.py 699 def increment_error_count(): function in function:StyleProcessor.__init__
703 increment_error_count = mock_increment_error_count
717 self._increment_error_count = increment_error_count
749 increment_error_count=self._increment_error_count,
checker_unittest.py 817 increment_error_count=self._do_nothing,
    [all...]

Completed in 113 milliseconds