Searched refs:WebWindowNewHandlerOhos (Results 1 – 2 of 2) sorted by relevance
388 class WebWindowNewHandlerOhos : public WebWindowNewHandler {389 DECLARE_ACE_TYPE(WebWindowNewHandlerOhos, WebWindowNewHandler) in DECLARE_ACE_TYPE() argument392 …WebWindowNewHandlerOhos(const std::shared_ptr<OHOS::NWeb::NWebControllerHandler>& handler, int32_t… in DECLARE_ACE_TYPE()
603 void WebWindowNewHandlerOhos::SetWebController(int32_t id) in SetWebController()610 bool WebWindowNewHandlerOhos::IsFrist() const in IsFrist()618 int32_t WebWindowNewHandlerOhos::GetId() const in GetId()626 int32_t WebWindowNewHandlerOhos::GetParentNWebId() const in GetParentNWebId()5469 …targetUrl, isAlert, isUserTrigger, AceType::MakeRefPtr<WebWindowNewHandlerOhos>(handler, parentNWe… in OnWindowNew()