Home
last modified time | relevance | path

Searched defs:WebType (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dweb_model_impl.cpp22 …mpl::Create(const std::string& src, const RefPtr<WebController>& webController, WebType /* type */, in Create() argument
36 …oid(const std::string&)>&& setHapPathCallback, int32_t parentWebId, bool popup, WebType /* type */, in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dconstants.h628 enum class WebType { SURFACE = 0, TEXTURE }; enum