Home
last modified time | relevance | path

Searched refs:GetCefView (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/views/
Dview_view.h65 CefRefPtr<CefView> GetCefView() const { in GetCefView() function
101 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 …]
Dpanel_view.h36 CefRefPtr<CefPanel> panel = ParentClass::GetCefView()->AsPanel(); in GetCefPanel()
Dtextfield_view.h34 CefRefPtr<CefTextfield> textfield = GetCefView()->AsTextfield(); in GetCefTextfield()
Dbutton_view.h39 CefRefPtr<CefButton> button = ParentClass::GetCefView()->AsButton(); in GetCefButton()