Home
last modified time | relevance | path

Searched refs:AsPanel (Results 1 – 25 of 34) sorted by relevance

12

/third_party/cef/libcef/browser/views/
Dview_adapter.cc33 } else if (view->AsPanel()) { in GetFor()
34 CefRefPtr<CefPanel> panel = view->AsPanel(); in GetFor()
Dpanel_view.h36 CefRefPtr<CefPanel> panel = ParentClass::GetCefView()->AsPanel(); in GetCefPanel()
Dview_util.cc186 if (cef_view && cef_view->AsPanel()) in GetWindowFor()
187 window = cef_view->AsPanel()->AsWindow(); in GetWindowFor()
Dpanel_impl.h49 CefRefPtr<CefPanel> AsPanel() override { return this; } in AsPanel() function
Dview_impl.h365 CefRefPtr<CefPanel> AsPanel() override { return nullptr; } in AsPanel() function
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h50 CefRefPtr<CefPanel> AsPanel() override;
Dbutton_ctocpp.h48 CefRefPtr<CefPanel> AsPanel() override;
Dscroll_view_ctocpp.h48 CefRefPtr<CefPanel> AsPanel() override;
Dbrowser_view_ctocpp.h44 CefRefPtr<CefPanel> AsPanel() override;
Dpanel_ctocpp.h61 CefRefPtr<CefPanel> AsPanel() override;
Dmenu_button_ctocpp.h67 CefRefPtr<CefPanel> AsPanel() override;
Dlabel_button_ctocpp.h63 CefRefPtr<CefPanel> AsPanel() override;
Dtextfield_ctocpp.h74 CefRefPtr<CefPanel> AsPanel() override;
Dwindow_ctocpp.h104 CefRefPtr<CefPanel> AsPanel() override;
Dview_ctocpp.cc62 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefViewCToCpp::AsPanel() { in AsPanel() function in CefViewCToCpp
Dbrowser_view_ctocpp.cc160 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefBrowserViewCToCpp::AsPanel() { in AsPanel() function in CefBrowserViewCToCpp
Dbutton_ctocpp.cc160 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefButtonCToCpp::AsPanel() { in AsPanel() function in CefButtonCToCpp
Dscroll_view_ctocpp.cc196 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefScrollViewCToCpp::AsPanel() { in AsPanel() function in CefScrollViewCToCpp
Dlabel_button_ctocpp.cc367 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefLabelButtonCToCpp::AsPanel() { in AsPanel() function in CefLabelButtonCToCpp
Dpanel_ctocpp.cc294 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefPanelCToCpp::AsPanel() { in AsPanel() function in CefPanelCToCpp
/third_party/cef/include/views/
Dcef_view.h75 virtual CefRefPtr<CefPanel> AsPanel() = 0;
/third_party/cef/libcef_dll/cpptoc/views/
Dview_cpptoc.cc74 CefRefPtr<CefPanel> _retval = CefViewCppToC::Get(self)->AsPanel(); in view_as_panel()
Dbutton_cpptoc.cc176 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->AsPanel(); in button_as_panel()
Dbrowser_view_cpptoc.cc188 ->AsPanel(); in browser_view_as_panel()
Dscroll_view_cpptoc.cc216 ->AsPanel(); in scroll_view_as_panel()

12