Home
last modified time | relevance | path

Searched refs:nearby_share_delegate_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/nearby_share/
H A Dnearby_share_feature_pod_controller.cc50 nearby_share_delegate_(Shell::Get()->nearby_share_delegate()), in NearbyShareFeaturePodController()
53 DCHECK(nearby_share_delegate_); in NearbyShareFeaturePodController()
67 button_->SetVisible(nearby_share_delegate_->IsPodButtonVisible() && in CreateButton()
77 bool enabled = nearby_share_delegate_->IsHighVisibilityOn(); in CreateButton()
83 if (nearby_share_delegate_->IsHighVisibilityOn()) { in OnIconPressed()
84 nearby_share_delegate_->DisableHighVisibility(); in OnIconPressed()
86 nearby_share_delegate_->EnableHighVisibility(); in OnIconPressed()
91 nearby_share_delegate_->ShowNearbyShareSettings(); in OnLabelPressed()
101 shutoff_time_ = nearby_share_delegate_->HighVisibilityShutoffTime(); in OnHighVisibilityEnabledChanged()
H A Dnearby_share_feature_pod_controller.h52 NearbyShareDelegate* const nearby_share_delegate_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h441 return nearby_share_delegate_.get(); in nearby_share_delegate()
712 std::unique_ptr<NearbyShareDelegate> nearby_share_delegate_; variable
H A Dshell.cc819 nearby_share_delegate_.reset(); in ~Shell()
1196 nearby_share_delegate_ = shell_delegate_->CreateNearbyShareDelegate( in Init()