Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dview_view.h40 : ParentClass(args...), cef_delegate_(cef_delegate) {} in CefViewView()
58 CefViewDelegateClass* cef_delegate() const { return cef_delegate_; } in cef_delegate()
95 CefViewDelegateClass* const cef_delegate_; variable