/third_party/cef/libcef/browser/views/ |
D | view_adapter.cc | 33 } else if (view->AsPanel()) { in GetFor() 34 CefRefPtr<CefPanel> panel = view->AsPanel(); in GetFor()
|
D | panel_view.h | 36 CefRefPtr<CefPanel> panel = ParentClass::GetCefView()->AsPanel(); in GetCefPanel()
|
D | view_util.cc | 186 if (cef_view && cef_view->AsPanel()) in GetWindowFor() 187 window = cef_view->AsPanel()->AsWindow(); in GetWindowFor()
|
D | panel_impl.h | 49 CefRefPtr<CefPanel> AsPanel() override { return this; } in AsPanel() function
|
D | view_impl.h | 365 CefRefPtr<CefPanel> AsPanel() override { return nullptr; } in AsPanel() function
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_ctocpp.h | 50 CefRefPtr<CefPanel> AsPanel() override;
|
D | button_ctocpp.h | 48 CefRefPtr<CefPanel> AsPanel() override;
|
D | scroll_view_ctocpp.h | 48 CefRefPtr<CefPanel> AsPanel() override;
|
D | browser_view_ctocpp.h | 44 CefRefPtr<CefPanel> AsPanel() override;
|
D | panel_ctocpp.h | 61 CefRefPtr<CefPanel> AsPanel() override;
|
D | menu_button_ctocpp.h | 67 CefRefPtr<CefPanel> AsPanel() override;
|
D | label_button_ctocpp.h | 63 CefRefPtr<CefPanel> AsPanel() override;
|
D | textfield_ctocpp.h | 74 CefRefPtr<CefPanel> AsPanel() override;
|
D | window_ctocpp.h | 104 CefRefPtr<CefPanel> AsPanel() override;
|
D | view_ctocpp.cc | 62 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefViewCToCpp::AsPanel() { in AsPanel() function in CefViewCToCpp
|
D | browser_view_ctocpp.cc | 160 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefBrowserViewCToCpp::AsPanel() { in AsPanel() function in CefBrowserViewCToCpp
|
D | button_ctocpp.cc | 160 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefButtonCToCpp::AsPanel() { in AsPanel() function in CefButtonCToCpp
|
D | scroll_view_ctocpp.cc | 196 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefScrollViewCToCpp::AsPanel() { in AsPanel() function in CefScrollViewCToCpp
|
D | label_button_ctocpp.cc | 367 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefLabelButtonCToCpp::AsPanel() { in AsPanel() function in CefLabelButtonCToCpp
|
D | panel_ctocpp.cc | 294 NO_SANITIZE("cfi-icall") CefRefPtr<CefPanel> CefPanelCToCpp::AsPanel() { in AsPanel() function in CefPanelCToCpp
|
/third_party/cef/include/views/ |
D | cef_view.h | 75 virtual CefRefPtr<CefPanel> AsPanel() = 0;
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_cpptoc.cc | 74 CefRefPtr<CefPanel> _retval = CefViewCppToC::Get(self)->AsPanel(); in view_as_panel()
|
D | button_cpptoc.cc | 176 CefButtonCppToC::Get(reinterpret_cast<cef_button_t*>(self))->AsPanel(); in button_as_panel()
|
D | browser_view_cpptoc.cc | 188 ->AsPanel(); in browser_view_as_panel()
|
D | scroll_view_cpptoc.cc | 216 ->AsPanel(); in scroll_view_as_panel()
|