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

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 394 class SingleLineView(object):
398 """Create a SingleLineView instance.
484 single_line_view = SingleLineView(elided_lines, start_position, end_position)
550 characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_start_position).single_line
562 return SingleLineView(elided, start_modifiers, self.function_name_start_position).single_line.strip()
    [all...]
cpp_unittest.py 163 single_line_view = cpp_style.SingleLineView(['0', 'abcde', 'fgh', 'i'], start_position, end_position)
174 single_line_view = cpp_style.SingleLineView(['abcdef'], start_position, end_position)
    [all...]

Completed in 36 milliseconds