Searched refs:scrollId (Results 1 – 6 of 6) sorted by relevance
47 EventMarker scrollId; member279 void SetScrollId(const EventMarker& scrollId) in SetScrollId() argument282 event.scrollId = scrollId; in SetScrollId()288 return event.scrollId; in GetScrollId()
152 auto scrollId = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545011c02() variable153 webModelNG.SetScrollId(scrollId);154 webModelNG.SetPermissionRequestEventId(scrollId);
249 for (const auto& scrollId : scrollableParentInfo_.parentIds) { in StartListeningScrollableParent() local250 RegisterParentScrollCallback(scrollId, host->GetId()); in StartListeningScrollableParent()
64 napi_value scrollId = nullptr; in OnScrollEventStateChange() local68 napi_create_string_utf8(env_, id.c_str(), id.length(), &scrollId); in OnScrollEventStateChange()72 napi_set_named_property(env_, objValue, "id", scrollId); in OnScrollEventStateChange()
304 void SetScrollId(const EventMarker& scrollId) in SetScrollId() argument307 declaration_->SetScrollId(scrollId); in SetScrollId()
3744 for (const auto& scrollId : scrollableParentInfo_.parentIds) { in StartListenSelectOverlayParentScroll() local3745 RegisterSelectOverlayParentScrollCallback(scrollId, hostId); in StartListenSelectOverlayParentScroll()