Searched refs:SetOnUrlLoadIntercept (Results 1 – 8 of 8) sorted by relevance
109 webModelNG.SetOnUrlLoadIntercept(onUrlLoadInterceptImpl);
59 … void SetOnUrlLoadIntercept(std::function<bool(const BaseEventInfo* info)>&& jsCallback) override;
242 void WebModelImpl::SetOnUrlLoadIntercept(std::function<bool(const BaseEventInfo* info)>&& jsCallbac… in SetOnUrlLoadIntercept() function in OHOS::Ace::Framework::WebModelImpl246 webComponent->SetOnUrlLoadIntercept(std::move(jsCallback)); in SetOnUrlLoadIntercept()
65 …virtual void SetOnUrlLoadIntercept(std::function<bool(const BaseEventInfo* info)>&& jsCallback) = …
65 … void SetOnUrlLoadIntercept(std::function<bool(const BaseEventInfo* info)>&& jsCallback) override;
314 void WebModelNG::SetOnUrlLoadIntercept(std::function<bool(const BaseEventInfo* info)>&& jsCallback) in SetOnUrlLoadIntercept() function in OHOS::Ace::NG::WebModelNG
857 void SetOnUrlLoadIntercept(OnUrlLoadInterceptImpl&& onUrlLoadInterceptImpl) in SetOnUrlLoadIntercept() function
3043 WebModel::GetInstance()->SetOnUrlLoadIntercept(jsCallback); in OnUrlLoadIntercept()