Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_renderer.h53 CefRect GetPopupRectInWebView(const CefRect& original_rect);
Dosr_renderer.cc252 popup_rect_ = GetPopupRectInWebView(original_popup_rect_); in OnPopupSize()
255 CefRect OsrRenderer::GetPopupRectInWebView(const CefRect& original_rect) { in GetPopupRectInWebView() function in client::OsrRenderer