Searched refs:pending_other (Results 1 – 1 of 1) sorted by relevance
324 CefRefPtr<CefRequestContext> pending_other = config_.other; in IsSharingWith() local325 if (pending_other.get()) { in IsSharingWith()328 return pending_other->IsSharingWith(other); in IsSharingWith()331 pending_other = other_impl->config_.other; in IsSharingWith()332 if (pending_other.get()) { in IsSharingWith()335 return pending_other->IsSharingWith(this); in IsSharingWith()