Lines Matching refs:noop
262 const T* noop = nullptr) { in BindPropertyImpl() argument
278 if (noop && val == *noop) in BindPropertyImpl()
366 const VectorValue* noop) { in BindSplitPositionProperty() argument
367 if (auto split_animator = SplitPointAnimator::Make(jv, abuilder, std::move(apply), noop)) { in BindSplitPositionProperty()
381 const ScalarValue* noop) const { in bindProperty()
382 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
389 const VectorValue* noop) const { in bindProperty()
394 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
395 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
402 const ShapeValue* noop) const { in bindProperty()
403 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
410 const TextValue* noop) const { in bindProperty()
411 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()