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

  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 86 ClassType = type(OldStyleClass)
156 isinstance(self.side_effect, (type, ClassType)) and
272 if isinstance(spec, (type, ClassType)):
  /external/chromium/base/
histogram.h 213 enum ClassType {
335 virtual ClassType histogram_type() const { return HISTOGRAM; }
464 virtual ClassType histogram_type() const { return LINEAR_HISTOGRAM; }
517 virtual ClassType histogram_type() const { return BOOLEAN_HISTOGRAM; }

Completed in 452 milliseconds