Searched refs:mCustomIconStyle (Results 1 – 2 of 2) sorted by relevance
75 ASSERT_FALSE(mCustomIconStyle.has_value()) << "Custom pointer icon was set more than once"; in setCustomPointerIcon()76 mCustomIconStyle = icon.style; in setCustomPointerIcon()121 ASSERT_TRUE(mCustomIconStyle) << "Custom pointer icon was not set"; in assertCustomPointerIconSet()122 ASSERT_EQ(iconId, mCustomIconStyle); in assertCustomPointerIconSet()123 mCustomIconStyle.reset(); in assertCustomPointerIconSet()127 ASSERT_EQ(std::nullopt, mCustomIconStyle); in assertCustomPointerIconNotSet()
83 std::optional<PointerIconStyle> mCustomIconStyle; variable