Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_manager.cc327 if (!shared_request_context_.get()) { in GetRequestContext()
328 shared_request_context_ = CefRequestContext::CreateContext( in GetRequestContext()
331 return shared_request_context_; in GetRequestContext()
Droot_window_manager.h133 CefRefPtr<CefRequestContext> shared_request_context_; variable