Searched refs:SetScrollId (Results 1 – 9 of 9) sorted by relevance
153 webModelNG.SetScrollId(scrollId);
304 void SetScrollId(const EventMarker& scrollId) in SetScrollId() function307 declaration_->SetScrollId(scrollId); in SetScrollId()
85 void SetScrollId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
446 void WebModelImpl::SetScrollId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetScrollId() function in OHOS::Ace::Framework::WebModelImpl452 webComponent->SetScrollId(eventMarker); in SetScrollId()
279 void SetScrollId(const EventMarker& scrollId) in SetScrollId() function
93 virtual void SetScrollId(std::function<void(const BaseEventInfo* info)>&& jsCallback) = 0;
96 void SetScrollId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
584 void WebModelNG::SetScrollId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetScrollId() function in OHOS::Ace::NG::WebModelNG
3659 WebModel::GetInstance()->SetScrollId(jsCallback); in OnScroll()