Home
last modified time | relevance | path

Searched refs:BackwardImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp276 BackwardImpl(measured, params); in MeasureBackward()
297 BackwardImpl(measured, params); in MeasureBackwardToTarget()
327 void GridIrregularFiller::BackwardImpl(std::unordered_set<int32_t>& measured, const FillParameters&… in BackwardImpl() function in OHOS::Ace::NG::GridIrregularFiller
H A Dgrid_irregular_filler.h207 void BackwardImpl(std::unordered_set<int32_t>& measured, const FillParameters& params);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h245 using BackwardImpl = std::function<void()>; variable
349 void SetBackwardImpl(BackwardImpl && backwardImpl) in SetBackwardImpl()
795 BackwardImpl backwardImpl_;