Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/net_service/
Dcookie_manager_impl.cc47 void SetCookieCallbackImpl(CefRefPtr<CefSetCookieCallback> callback, in SetCookieCallbackImpl() function
296 SetCookieCallbackImpl( in SetCookieInternal()
314 base::BindOnce(SetCookieCallbackImpl, callback)); in SetCookieInternal()
/third_party/chromium/patch/
D0003-ohos-1115.patch18391 -void SetCookieCallbackImpl(CefRefPtr<CefSetCookieCallback> callback,
18629 - base::BindOnce(SetCookieCallbackImpl, callback));
18632 + base::BindOnce(&CefCookieManagerImpl::SetCookieCallbackImpl,
18711 +void CefCookieManagerImpl::SetCookieCallbackImpl(
18823 + void SetCookieCallbackImpl(CefRefPtr<CefSetCookieCallback> callback,