Searched defs:should_check (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilter.py94 def should_check(self, category): member in class:_CategoryFilter
111 should_check = True # All categories checked by default.
115 should_check = rule.startswith('+')
116 self._should_check_category[category] = should_check # Update cache.
117 return should_check
172 # CategoryFilter.should_check().
246 def should_check(self, category, path): member in class:FilterConfiguration
277 return self._filter_from_path(path).should_check(category)
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc175 bool should_check = false; local
180 should_check = true;
184 if (should_check) {

Completed in 107 milliseconds