Home | History | Annotate | Download | only in style

Lines Matching refs:def

281 def _all_categories():
297 def _check_webkit_style_defaults():
304 def check_webkit_style_parser():
312 def check_webkit_style_configuration(options):
331 def _create_log_handlers(stream):
361 def _create_debug_log_handlers(stream):
375 def configure_logging(stream, logger=None, is_verbose=False):
435 def _file_extension(self, file_path):
439 def should_skip_with_warning(self, file_path):
446 def should_skip_without_warning(self, file_path):
468 def should_check_and_strip_carriage_returns(self, file_path):
471 def _file_type(self, file_path):
495 def _create_checker(self, file_type, file_path, handle_style_error,
529 def dispatch(self, file_path, handle_style_error, min_confidence):
558 def __init__(self,
593 def is_reportable(self, category, confidence_in_error, file_path):
613 def write_style_error(self,
636 def should_process(self, file_path):
646 def process(self, lines, file_path, **kwargs):
674 def __init__(self, configuration, mock_dispatcher=None,
699 def increment_error_count():
719 def should_process(self, file_path):
729 def process(self, lines, file_path, line_numbers=None):