Home
last modified time | relevance | path

Searched refs:WEB_INVALID_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.h26 constexpr int64_t WEB_INVALID_ID = -1; variable
74 int64_t id_ = WEB_INVALID_ID;
H A Dweb_resource.cpp37 if (id_ == WEB_INVALID_ID) { in Release()
60 webResource->id_ = WEB_INVALID_ID; in Release()
H A Dweb_delegate.cpp1649 if (webDelegate->id_ == WEB_INVALID_ID) { in CreatePluginResource()