Searched refs:onUrlLoadInterceptImpl (Results 1 – 2 of 2) sorted by relevance
108 auto onUrlLoadInterceptImpl = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545011402() variable109 webModelNG.SetOnUrlLoadIntercept(onUrlLoadInterceptImpl);110 webModelNG.SetOnLoadIntercept(onUrlLoadInterceptImpl);
857 void SetOnUrlLoadIntercept(OnUrlLoadInterceptImpl&& onUrlLoadInterceptImpl) in SetOnUrlLoadIntercept() argument859 if (onUrlLoadInterceptImpl == nullptr) { in SetOnUrlLoadIntercept()863 onUrlLoadInterceptImpl_ = onUrlLoadInterceptImpl; in SetOnUrlLoadIntercept()