Home
last modified time | relevance | path

Searched refs:GetCollapseMargins (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dflex_layout_view_unittest.cc60 EXPECT_NE(collapse_margins, host()->GetCollapseMargins()); in TEST_F()
93 host()->SetCollapseMargins(host()->GetCollapseMargins()); in TEST_F()
H A Dflex_layout_view.h39 bool GetCollapseMargins() const;
H A Dflex_layout_view.cc95 bool FlexLayoutView::GetCollapseMargins() const { in GetCollapseMargins() function in views::FlexLayoutView