Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dframe_impl.h86 CreateResourceLoadInfoNotifierWrapper();
Dframe_impl.cc305 CefFrameImpl::CreateResourceLoadInfoNotifierWrapper() { in CreateResourceLoadInfoNotifierWrapper() function in CefFrameImpl
310 return render_frame->CreateResourceLoadInfoNotifierWrapper(); in CreateResourceLoadInfoNotifierWrapper()
Drender_urlrequest_impl.cc152 frame_impl->CreateResourceLoadInfoNotifierWrapper(), url_client_.get()); in Start()