Home
last modified time | relevance | path

Searched refs:showLastTime_ (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h106 return showLastTime_; in IsShowLastTime()
111 showLastTime_ = isShowLastTime; in SetShowLastTime()
275 bool showLastTime_ = false; member in OHOS::Ace::RefreshComponent
H A Drender_refresh.h101 return showLastTime_; in IsShowLastTime()
145 bool showLastTime_ = false; member in OHOS::Ace::RenderRefresh
H A Drender_refresh.cpp88 showLastTime_ = refresh->IsShowLastTime(); in Update()
161 if (showLastTime_) { in CalcLoadingParams()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_refresh.cpp69 showLastTime_ = StringToBool(attr.second); in SetSpecializedAttr()
70 refreshChild_->SetShowLastTime(showLastTime_); in SetSpecializedAttr()
H A Ddom_refresh.h52 bool showLastTime_ = false; member in OHOS::Ace::Framework::final

Completed in 3 milliseconds