/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.cc | 92 if (web_contents_->GetDelegate()) in TakeFocus() 93 web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse); in TakeFocus()
|
D | browser_platform_delegate_osr.cc | 322 if (web_contents->GetDelegate() && !web_contents->GetDelegate()->CanDragEnter( in DragTargetDragEnter()
|
/third_party/cef/patch/patches/ |
D | views_1749_2102.patch | 252 + submenu_item->GetDelegate()->OnUnhandledOpenSubmenu(submenu_item, 265 + item->GetDelegate()->OnUnhandledCloseSubmenu(item, base::i18n::IsRTL()); 321 + MenuDelegate *delegate = GetDelegate(); 335 + const MenuDelegate *delegate = GetDelegate(); 460 + MenuDelegate* delegate = content_view_->GetMenuItem()->GetDelegate();
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | view_ctocpp.h | 58 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | scroll_view_ctocpp.h | 56 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | browser_view_ctocpp.h | 52 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | button_ctocpp.h | 56 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | panel_ctocpp.h | 69 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | menu_button_ctocpp.h | 75 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | label_button_ctocpp.h | 71 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | textfield_ctocpp.h | 82 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | window_ctocpp.h | 112 CefRefPtr<CefViewDelegate> GetDelegate() override;
|
D | view_ctocpp.cc | 202 CefRefPtr<CefViewDelegate> CefViewCToCpp::GetDelegate() { in GetDelegate() function in CefViewCToCpp
|
D | button_ctocpp.cc | 301 CefRefPtr<CefViewDelegate> CefButtonCToCpp::GetDelegate() { in GetDelegate() function in CefButtonCToCpp
|
D | browser_view_ctocpp.cc | 302 CefRefPtr<CefViewDelegate> CefBrowserViewCToCpp::GetDelegate() { in GetDelegate() function in CefBrowserViewCToCpp
|
D | scroll_view_ctocpp.cc | 338 CefRefPtr<CefViewDelegate> CefScrollViewCToCpp::GetDelegate() { in GetDelegate() function in CefScrollViewCToCpp
|
/third_party/mindspore/mindspore/core/mindrt/src/actor/ |
D | actormgr.h | 70 inline const std::string &GetDelegate() const { return delegate; } in GetDelegate() function
|
/third_party/cef/include/views/ |
D | cef_view.h | 127 virtual CefRefPtr<CefViewDelegate> GetDelegate() = 0;
|
/third_party/cef/libcef/browser/views/ |
D | view_impl.h | 373 CefRefPtr<CefViewDelegate> GetDelegate() override; 485 CEF_VIEW_IMPL_T CefRefPtr<CefViewDelegate> CEF_VIEW_IMPL_D::GetDelegate() { in GetDelegate() function
|
/third_party/mindspore/mindspore/lite/src/cxx_api/ |
D | converters.cc | 88 context->GetDelegate(), inner_context.get()); in Convert()
|
D | context.cc | 141 std::shared_ptr<Delegate> Context::GetDelegate() const { in GetDelegate() function in mindspore::Context
|
/third_party/mindspore/include/api/ |
D | context.h | 101 std::shared_ptr<Delegate> GetDelegate() const;
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 180 DCHECK(!web_contents_->GetDelegate()); in BrowserCreated()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 41 EXPECT_EQ(delegate.get(), panel->GetDelegate().get()); in CreatePanel() 43 EXPECT_FALSE(panel->GetDelegate().get()); in CreatePanel()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | view_cpptoc.cc | 211 CefRefPtr<CefViewDelegate> _retval = CefViewCppToC::Get(self)->GetDelegate(); in view_get_delegate()
|