Searched refs:GetHostFrameSize (Results 1 – 4 of 4) sorted by relevance
329 std::optional<SizeF> GetHostFrameSize() const in GetHostFrameSize() function
368 EXPECT_EQ(pattern->GetHostFrameSize(), std::nullopt);
3624 auto size = GetHostFrameSize().value_or(SizeF()); in ComputeTouchHandleRect()3865 if (LessOrEqual(GetHostFrameSize().value_or(SizeF()).Height(), y)) { in ComputeMouseClippedSelectionBounds()3866 selectY += GetHostFrameSize().value_or(SizeF()).Height(); in ComputeMouseClippedSelectionBounds()
1796 auto hostSize = GetHostFrameSize(); in GetOutOfScrollableOffset()