Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py2537 def _classify_include(filename, include, is_system, include_state): argument
2559 if is_system:
2640 is_system = (matched.group(1) == '<')
2648 if include.startswith('wtf/') and not is_system:
2660 header_type = _classify_include(filename, include, is_system, include_state)