Searched refs:parentNWebId (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.cpp | 87 int32_t parentNWebId = handler_->GetParentNWebId(); in SetWebController() local 88 if (parentNWebId == -1) { in SetWebController() 92 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 97 if (childWebId == parentNWebId || childWebId != -1) { in SetWebController() 98 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 102 std::pair<int32_t, ChildWindowInfo>(handler_->GetId(), { parentNWebId, controller })); in SetWebController() 237 int32_t parentNWebId = -1; in FfiOHOSAceFrameworkWebCreate() local 238 bool isPopup = CJWebWindowNewHandler::ExistController(controller, parentNWebId); in FfiOHOSAceFrameworkWebCreate() 240 parentNWebId, isPopup, renderMode, mode); in FfiOHOSAceFrameworkWebCreate()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 98 void SetParentNWebId(int32_t parentNWebId) in SetParentNWebId() argument 100 parentNWebId_ = parentNWebId; in SetParentNWebId()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.h | 158 void SetParentNWebId(int32_t parentNWebId) in SetParentNWebId() argument 160 parentNWebId_ = parentNWebId; in SetParentNWebId()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 393 WebWindowNewHandlerOhos(const std::shared_ptr<OHOS::NWeb::NWebControllerHandler>& handler, int32_t parentNWebId) in WebWindowNewHandlerOhos() argument 394 : handler_(handler), parentNWebId_(parentNWebId) {} in WebWindowNewHandlerOhos() 993 void SetParentNWebId(int32_t parentNWebId) in SetParentNWebId() argument 995 parentNWebId_ = parentNWebId; in SetParentNWebId()
|
H A D | web_delegate.cpp | 5443 int32_t parentNWebId = (delegate->nweb_ ? static_cast<int32_t>(delegate->nweb_->GetWebId()) : -1); in OnWindowNew() 5445 targetUrl, isAlert, isUserTrigger, AceType::MakeRefPtr<WebWindowNewHandlerOhos>(handler, parentNWebId)); in OnWindowNew()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 914 int32_t parentNWebId = handler_->GetParentNWebId(); in SetWebController() local 915 if (parentNWebId == -1) { in SetWebController() 919 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 924 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 929 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 935 if (childWebId == parentNWebId || childWebId != -1) { in SetWebController() 936 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController() 940 std::pair<int32_t, ChildWindowInfo>(handler_->GetId(), { parentNWebId, controller })); in SetWebController() 2464 int32_t parentNWebId = -1; in Create() local 2465 bool isPopup = JSWebWindowNewHandler::ExistController(controller, parentNWebId); in Create() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 234 void SetParentNWebId(int32_t parentNWebId) in SetParentNWebId() argument 236 parentNWebId_ = parentNWebId; in SetParentNWebId()
|
Completed in 29 milliseconds