Home
last modified time | relevance | path

Searched refs:SingleLineView (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py394 class SingleLineView(object): class
484 single_line_view = SingleLineView(elided_lines, start_position, end_position)
550 …characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_star…
562 …return SingleLineView(elided, start_modifiers, self.function_name_start_position).single_line.stri…
Dcpp_unittest.py163 …single_line_view = cpp_style.SingleLineView(['0', 'abcde', 'fgh', 'i'], start_position, end_positi…
174 single_line_view = cpp_style.SingleLineView(['abcdef'], start_position, end_position)
/external/webkit/Tools/
DChangeLog-2011-02-166089 (SingleLineView.__init): Converts multiple lines into a single line for simpler searches.
6090 (SingleLineView.convert_column_to_row): Returns the original row given a column.
6101 (CppFunctionsTest.test_single_line_view): Verifies SingleLineView functionality.