Home
last modified time | relevance | path

Searched defs:webId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h156 virtual void NotifyPopupWindowResult(int32_t webId, bool result) {}; in NotifyPopupWindowResult()
H A Dweb_model_ng.cpp971 void WebModelNG::NotifyPopupWindowResult(int32_t webId, bool result) in NotifyPopupWindowResult()
H A Dweb_pattern.cpp6284 void WebPattern::GetWebAllInfosImpl(WebNodeInfoCallback cb, int32_t webId) in GetWebAllInfosImpl()
6320 void WebPattern::GetAllWebAccessibilityNodeInfos(WebNodeInfoCallback cb, int32_t webId) in GetAllWebAccessibilityNodeInfos()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp72 int32_t webId = -1; in GetWebId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp238 auto setIdCallback = [controller](int32_t webId) { controller->SetWebId(webId); }; in FfiOHOSAceFrameworkWebCreate()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1087 int32_t webId = -1; in SetWebId() local
2002 int32_t webId = -1; in JsConstructor() local
2528 int32_t webId = webviewController->GetWebId(); in GetWebId() local
3607 int32_t webId = -1; in InnerGetWebId() local
H A Dwebview_controller.cpp313 int32_t webId = -1; in GetWebId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp941 auto webId = func->Call(controller, 0, {}); in SetWebController() local
2348 int32_t webId) { in Create()
3935 auto webId = func->Call(controller, 0, {}); in HandleWindowNewEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5641 auto cb = [](std::shared_ptr<JsonValue> value, int32_t webId) { in GetInspectorValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2057 auto webId = nweb_->GetWebId(); in RunSetWebIdAndHapPathCallback() local