Searched refs:CommonFocusEvent (Results 1 – 5 of 5) sorted by relevance
107 struct CommonFocusEvent : Event { struct
102 const std::shared_ptr<CommonFocusEvent> DeclarationConstants::DEFAULT_FOCUS_EVENT =103 std::make_shared<CommonFocusEvent>();
116 static const std::shared_ptr<CommonFocusEvent> DEFAULT_FOCUS_EVENT;
1624 …auto& focusableEvent = declaration.MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in AddEvent()1844 … auto& focusEvent = declaration.MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in AddEvent()
94 …auto& focusEvent = static_cast<CommonFocusEvent&>(declaration_->GetEvent(EventTag::COMMON_FOCUS_EV… in ~DOMNode()1798 … auto& focusEvent = declaration_->MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in PrepareFocusableEventId()1959 … auto& focusEvent = declaration_->MaybeResetEvent<CommonFocusEvent>(EventTag::COMMON_FOCUS_EVENT); in UpdateFocusableEventComponents()