Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILRepeatCount.h37 return mCount != kNotSet && mCount != kIndefinite; in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
52 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
57 static const double kIndefinite; variable
H A DnsSMILRepeatCount.cpp10 /*static*/ const double nsSMILRepeatCount::kIndefinite = -2.0; member in nsSMILRepeatCount
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILRepeatCount.h36 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
37 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
48 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
53 static const double kIndefinite; variable
H A DnsSMILRepeatCount.cpp10 /*static*/ const double nsSMILRepeatCount::kIndefinite = -2.0; member in nsSMILRepeatCount
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILRepeatCount.h38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
55 static const double kIndefinite; variable
H A DSMILRepeatCount.cpp12 /*static*/ const double SMILRepeatCount::kIndefinite = -2.0; member in mozilla::SMILRepeatCount
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILRepeatCount.h38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
55 static const double kIndefinite; variable
H A DSMILRepeatCount.cpp12 /*static*/ const double SMILRepeatCount::kIndefinite = -2.0; member in mozilla::SMILRepeatCount
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILRepeatCount.h38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
55 static const double kIndefinite; variable
H A DSMILRepeatCount.cpp12 /*static*/ const double SMILRepeatCount::kIndefinite = -2.0; member in mozilla::SMILRepeatCount
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILRepeatCount.h38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
55 static const double kIndefinite; variable
H A DSMILRepeatCount.cpp12 /*static*/ const double SMILRepeatCount::kIndefinite = -2.0; member in mozilla::SMILRepeatCount
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dgrid_area.h66 static GridSpan IndefiniteGridSpan() { return GridSpan(0, 1, kIndefinite); } in IndefiniteGridSpan()
125 bool IsIndefinite() const { return type_ == kIndefinite; } in IsIndefinite()
139 enum GridSpanType { kUntranslatedDefinite, kTranslatedDefinite, kIndefinite }; enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dgrid_area.h66 static GridSpan IndefiniteGridSpan() { return GridSpan(0, 1, kIndefinite); } in IndefiniteGridSpan()
125 bool IsIndefinite() const { return type_ == kIndefinite; } in IsIndefinite()
139 enum GridSpanType { kUntranslatedDefinite, kTranslatedDefinite, kIndefinite }; enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_constraint_space.h66 kIndefinite, enumerator
190 case kIndefinite: in PercentageResolutionInlineSize()
208 case kIndefinite: in PercentageResolutionBlockSize()
231 case kIndefinite: in ReplacedPercentageResolutionBlockSize()
H A Dng_constraint_space_builder.cc19 return kIndefinite; in GetPercentageStorage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_constraint_space_builder.cc20 return NGConstraintSpace::kIndefinite; in GetPercentageStorage()
H A Dng_constraint_space.h95 kIndefinite, enumerator
195 case kIndefinite: in PercentageResolutionInlineSize()
213 case kIndefinite: in PercentageResolutionBlockSize()
236 case kIndefinite: in ReplacedPercentageResolutionBlockSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_flexible_box.h117 enum class SizeDefiniteness { kDefinite, kIndefinite, kUnknown }; enumerator
H A Dlayout_flexible_box.cc777 if (has_definite_height_ == SizeDefiniteness::kIndefinite) in MainAxisLengthIsDefinite()
797 : SizeDefiniteness::kIndefinite; in MainAxisLengthIsDefinite()
812 if (has_definite_height_ == SizeDefiniteness::kIndefinite) in CrossAxisLengthIsDefinite()
817 definite ? SizeDefiniteness::kDefinite : SizeDefiniteness::kIndefinite; in CrossAxisLengthIsDefinite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_flexible_box.h134 enum class SizeDefiniteness { kDefinite, kIndefinite, kUnknown }; enumerator
H A Dlayout_flexible_box.cc864 if (has_definite_height_ == SizeDefiniteness::kIndefinite) in MainAxisLengthIsDefinite()
884 : SizeDefiniteness::kIndefinite; in MainAxisLengthIsDefinite()
900 if (has_definite_height_ == SizeDefiniteness::kIndefinite) in CrossAxisLengthIsDefinite()
905 definite ? SizeDefiniteness::kDefinite : SizeDefiniteness::kIndefinite; in CrossAxisLengthIsDefinite()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/asn1/
H A Dasn1_test.cc1713 static const uint8_t kIndefinite[] = {0x30, 0x80, 0x00, 0x00}; in TEST() local
1714 ptr = kIndefinite; in TEST()
1716 sizeof(kIndefinite))); in TEST()