Searched refs:_PRIMARY_SECTION (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py290 _PRIMARY_SECTION = 2 variable in class:_IncludeState
302 _PRIMARY_SECTION: 'a header this file implements.',
351 if self._section >= self._PRIMARY_SECTION:
355 self._section = self._PRIMARY_SECTION
359 if not file_is_header and self._section < self._PRIMARY_SECTION:

Completed in 42 milliseconds