Home
last modified time | relevance | path

Searched refs:pending_other (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/
Drequest_context_impl.cc324 CefRefPtr<CefRequestContext> pending_other = config_.other; in IsSharingWith() local
325 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()