HomeSort by relevance Sort by last modified time
    Searched refs:_path_specific (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 160 self._path_specific = path_specific
181 if self._path_specific != other._path_specific:
196 """Return a copy of self._path_specific with the paths lower-cased."""
199 for (sub_paths, path_rules) in self._path_specific:
filter_unittest.py 166 self.assertEquals(path_specific, config._path_specific)
174 self.assertEquals([], config._path_specific)

Completed in 55 milliseconds