Home
last modified time | relevance | path

Searched refs:HighVisibilityEnabledChanged (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dnearby_share_delegate_impl_unittest.cc38 MOCK_METHOD(void, HighVisibilityEnabledChanged, (bool), (override));
108 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(true)); in TEST_F()
114 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(false)); in TEST_F()
125 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(true)); in TEST_F()
131 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(false)); in TEST_F()
145 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(true)); in TEST_F()
153 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(false)); in TEST_F()
169 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(_)).Times(0); in TEST_F()
182 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(true)); in TEST_F()
188 EXPECT_CALL(controller_, HighVisibilityEnabledChanged(false)); in TEST_F()
H A Dnearby_share_delegate_impl.cc137 nearby_share_controller_->HighVisibilityEnabledChanged(high_visibility_on); in OnHighVisibilityChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/nearby_share/
H A Dnearby_share_feature_pod_controller_unittest.cc99 nearby_share_controller_->HighVisibilityEnabledChanged(true); in TEST_F()
101 nearby_share_controller_->HighVisibilityEnabledChanged(false); in TEST_F()
H A Dnearby_share_controller_impl.cc13 void NearbyShareControllerImpl::HighVisibilityEnabledChanged(bool enabled) { in HighVisibilityEnabledChanged() function in ash::NearbyShareControllerImpl
H A Dnearby_share_controller_impl.h30 void HighVisibilityEnabledChanged(bool enabled) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dnearby_share_controller.h18 virtual void HighVisibilityEnabledChanged(bool enabled) = 0;