Home
last modified time | relevance | path

Searched defs:AsBoxLayout (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbox_layout_impl.h32 CefRefPtr<CefBoxLayout> AsBoxLayout() override { return this; } in AsBoxLayout() function
Dlayout_impl.h42 CefRefPtr<CefBoxLayout> AsBoxLayout() override { return nullptr; } in AsBoxLayout() function
/third_party/cef/libcef_dll/ctocpp/views/
Dfill_layout_ctocpp.cc22 CefRefPtr<CefBoxLayout> CefFillLayoutCToCpp::AsBoxLayout() { in AsBoxLayout() function in CefFillLayoutCToCpp
Dlayout_ctocpp.cc23 CefRefPtr<CefBoxLayout> CefLayoutCToCpp::AsBoxLayout() { in AsBoxLayout() function in CefLayoutCToCpp
Dbox_layout_ctocpp.cc61 CefRefPtr<CefBoxLayout> CefBoxLayoutCToCpp::AsBoxLayout() { in AsBoxLayout() function in CefBoxLayoutCToCpp