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

  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 446 def should_skip_without_warning(self, file_path): member in class:CheckerDispatcher
721 if self._dispatcher.should_skip_without_warning(file_path):
checker_unittest.py 323 self.assertEquals(self._dispatcher.should_skip_without_warning(path),
327 """Test should_skip_without_warning() for True return values."""
343 """Test should_skip_without_warning() for False return values."""
701 def should_skip_without_warning(self, file_path): member in class:StyleProcessor_CodeCoverageTest.MockDispatcher
    [all...]

Completed in 47 milliseconds