Home
last modified time | relevance | path

Searched refs:ClearFlexForView (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbox_layout_impl.cc38 void CefBoxLayoutImpl::ClearFlexForView(CefRefPtr<CefView> view) { in ClearFlexForView() function in CefBoxLayoutImpl
49 layout()->ClearFlexForView(view_ptr); in ClearFlexForView()
Dbox_layout_impl.h29 void ClearFlexForView(CefRefPtr<CefView> view) override;
/third_party/cef/include/views/
Dcef_box_layout.h71 virtual void ClearFlexForView(CefRefPtr<CefView> view) = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Dbox_layout_ctocpp.h40 void ClearFlexForView(CefRefPtr<CefView> view) override;
Dbox_layout_ctocpp.cc42 void CefBoxLayoutCToCpp::ClearFlexForView(CefRefPtr<CefView> view) { in ClearFlexForView() function in CefBoxLayoutCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dbox_layout_cpptoc.cc59 CefBoxLayoutCppToC::Get(self)->ClearFlexForView(CefViewCppToC::Unwrap(view)); in box_layout_clear_flex_for_view()