Home
last modified time | relevance | path

Searched defs:embedId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp438 napi_value embedId = nullptr; in ConstructMediaInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h1036 NativeEmbeadTouchInfo(const std::string& embedId, in NativeEmbeadTouchInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6474 std::string embedId = dataInfo->GetEmbedId(); in OnNativeEmbedAllDestory() local
6500 std::string embedId; in OnNativeEmbedLifecycleChange() local
6572 auto embedId = event ? event->GetEmbedId() : ""; in OnNativeEmbedGestureEvent() local
7013 Offset WebDelegate::GetPosition(const std::string& embedId) in GetPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6423 TouchEventInfo& touchEventInfo, const std::string& embedId) in SetTouchEventInfo()