Lines Matching refs:noop
260 const T* noop = nullptr) { in BindPropertyImpl() argument
276 if (noop && val == *noop) in BindPropertyImpl()
364 const VectorValue* noop) { in BindSplitPositionProperty() argument
365 if (auto split_animator = SplitPointAnimator::Make(jv, abuilder, std::move(apply), noop)) { in BindSplitPositionProperty()
379 const ScalarValue* noop) const { in bindProperty()
380 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
387 const VectorValue* noop) const { in bindProperty()
392 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
393 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
400 const ShapeValue* noop) const { in bindProperty()
401 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
408 const TextValue* noop) const { in bindProperty()
409 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()