Home
last modified time | relevance | path

Searched defs:not_found_position (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py187 def _find_in_lines(regex, lines, start_position, not_found_position): argument
210 def _rfind_in_lines(regex, lines, start_position, not_found_position): argument