Searched refs:onInterceptRequestImpl_ (Results 1 – 1 of 1) sorted by relevance
903 if (onInterceptRequestImpl_) { in OnInterceptRequest()904 return onInterceptRequestImpl_(info); in OnInterceptRequest()911 return onInterceptRequestImpl_ == nullptr; in IsEmptyOnInterceptRequest()919 onInterceptRequestImpl_ = std::move(onInterceptRequestImpl); in SetOnInterceptRequest()1149 OnInterceptRequestImpl onInterceptRequestImpl_ = nullptr; variable