Home
last modified time | relevance | path

Searched defs:SetOnInterceptKeyEventCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp570 void WebModelImpl::SetOnInterceptKeyEventCallback(std::function<bool(KeyEventInfo& keyEventInfo)>&&… in SetOnInterceptKeyEventCallback() function in OHOS::Ace::Framework::WebModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1025 void SetOnInterceptKeyEventCallback(const PreKeyEventCallback& onPreKeyEventId) in SetOnInterceptKeyEventCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp808 void WebModelNG::SetOnInterceptKeyEventCallback(std::function<bool(KeyEventInfo& keyEventInfo)>&& k… in SetOnInterceptKeyEventCallback() function in OHOS::Ace::NG::WebModelNG