Lines Matching refs:BalloonViewImpl
61 explicit NotificationControlView(BalloonViewImpl* view) in NotificationControlView()
175 BalloonViewImpl* balloon_view_;
187 BalloonViewImpl::BalloonViewImpl(bool sticky, bool controls, bool web_ui) in BalloonViewImpl() function in chromeos::BalloonViewImpl
201 BalloonViewImpl::~BalloonViewImpl() { in ~BalloonViewImpl()
213 void BalloonViewImpl::Show(Balloon* balloon) { in Show()
223 void BalloonViewImpl::Update() { in Update()
230 void BalloonViewImpl::Close(bool by_user) { in Close()
235 &BalloonViewImpl::DelayedClose, by_user)); in Close()
238 gfx::Size BalloonViewImpl::GetSize() const { in GetSize()
243 BalloonHost* BalloonViewImpl::GetHost() const { in GetHost()
247 void BalloonViewImpl::RepositionToBalloon() { in RepositionToBalloon()
254 void BalloonViewImpl::Layout() { in Layout()
267 void BalloonViewImpl::ViewHierarchyChanged( in ViewHierarchyChanged()
288 void BalloonViewImpl::Observe(NotificationType type, in Observe()
306 bool BalloonViewImpl::IsFor(const Notification& notification) const { in IsFor()
311 void BalloonViewImpl::Activated() { in Activated()
325 void BalloonViewImpl::Deactivated() { in Deactivated()
334 void BalloonViewImpl::DelayedClose(bool by_user) { in DelayedClose()
340 void BalloonViewImpl::DenyPermission() { in DenyPermission()
346 gfx::NativeView BalloonViewImpl::GetParentNativeView() { in GetParentNativeView()