Searched refs:GetCefView (Results 1 – 4 of 4) sorted by relevance
65 CefRefPtr<CefView> GetCefView() const { in GetCefView() function101 CefSize cef_size = cef_delegate()->GetPreferredSize(GetCefView()); in CalculatePreferredSize()119 CefSize cef_size = cef_delegate()->GetMinimumSize(GetCefView()); in GetMinimumSize()134 CefSize cef_size = cef_delegate()->GetMaximumSize(GetCefView()); in GetMaximumSize()146 result = cef_delegate()->GetHeightForWidth(GetCefView(), w); in GetHeightForWidth()169 cef_delegate()->OnLayoutChanged(GetCefView(), new_rect); in Layout()183 cef_delegate()->OnWindowChanged(GetCefView(), /*added=*/true); in AddedToWidget()188 cef_delegate()->OnWindowChanged(GetCefView(), /*added=*/false); in RemovedFromWidget()194 cef_delegate()->OnFocus(GetCefView()); in OnFocus()200 cef_delegate()->OnBlur(GetCefView()); in OnBlur()[all …]
36 CefRefPtr<CefPanel> panel = ParentClass::GetCefView()->AsPanel(); in GetCefPanel()
34 CefRefPtr<CefTextfield> textfield = GetCefView()->AsTextfield(); in GetCefTextfield()
39 CefRefPtr<CefButton> button = ParentClass::GetCefView()->AsButton(); in GetCefButton()