Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.cc96 browser->GetHost()->Invalidate(PET_VIEW); in OnPopupShow()
127 if (type == PET_VIEW && !renderer_.popup_rect().IsEmpty()) { in OnPaint()
Dosr_renderer.cc303 if (type == PET_VIEW) { in OnPaint()
Dbrowser_window_osr_gtk.cc1211 browser->GetHost()->Invalidate(PET_VIEW); in OnPopupShow()
1255 if (type == PET_VIEW && !renderer_.popup_rect().IsEmpty()) { in OnPaint()
Dbrowser_window_osr_mac.mm767 browser->GetHost()->Invalidate(PET_VIEW);
1599 browser->GetHost()->Invalidate(PET_VIEW);
1646 if (type == PET_VIEW && !renderer_.popup_rect().IsEmpty()) {
Dosr_window_win.cc826 browser_->GetHost()->Invalidate(PET_VIEW); in OnPaint()
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc152 GetBrowser()->GetHost()->Invalidate(PET_VIEW); in OnNavigate()
Dos_rendering_unittest.cc504 if (test_type_ != OSR_TEST_RESIZE && type == PET_VIEW) { in OnPaint()
644 browser->GetHost()->Invalidate(PET_VIEW); in OnPaint()
/third_party/cef/include/internal/
Dcef_types.h1749 PET_VIEW = 0, enumerator
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc1466 handler->OnPaint(browser_impl_.get(), IsPopupWidget() ? PET_POPUP : PET_VIEW, in OnPaint()