Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py731 def is_cpp_string(line): function
802 if comment_position != -1 and not is_cpp_string(line[:comment_position]):