Searched refs:TryBottomInset (Results 1 – 3 of 3) sorted by relevance
56 return TryBottomInset().value_or(0); in GetBottomInset()71 Optional<float> CXFA_Margin::TryBottomInset() const { in TryBottomInset() function in CXFA_Margin
25 Optional<float> TryBottomInset() const;
1525 Optional<float> bottom = mgUI->TryBottomInset(); in GetUIMargin()