Searched refs:crownEvent (Results 1 – 2 of 2) sorted by relevance
124 …auto& crownEvent = static_cast<CommonCrownEvent&>(declaration_->GetEvent(EventTag::COMMON_CROWN_EV… in GetRotateId() local125 return crownEvent.IsValid() ? crownEvent.rotate.eventMarker : defaultMarker; in GetRotateId()
1917 … auto& crownEvent = declaration.MaybeResetEvent<CommonCrownEvent>(EventTag::COMMON_CROWN_EVENT); in AddEvent() local1918 if (crownEvent.IsValid()) { in AddEvent()1919 crownEvent.rotate.eventMarker = EventMarker(eventId, DOM_CROWN_ROTATE, pageId); in AddEvent()1920 crownEvent.rotate.isRefreshed = true; in AddEvent()