Searched refs:check_style (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
H A D | options.py | 36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.") variable in class:Options
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
H A D | cpp.py | 2796 def check_style(clean_lines, line_number, file_extension, class_state, file_state, enum_state, error): function 3909 check_style(clean_lines, line, file_extension, class_state, file_state, enum_state, error)
|
Completed in 138 milliseconds