Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc192 web_contents_dialog_helper_.reset( in BrowserCreated()
442 if (web_contents_dialog_helper_) { in GetBoundsChangedCallback()
443 return web_contents_dialog_helper_->GetBoundsChangedCallback(); in GetBoundsChangedCallback()
Dbrowser_platform_delegate_alloy.h102 std::unique_ptr<CefWebContentsDialogHelper> web_contents_dialog_helper_; variable