Home | History | Annotate | Download | only in notifications

Lines Matching defs:NotificationPanel

43 using chromeos::NotificationPanel;
47 const char* ToStr(const NotificationPanel::State state) {
49 case NotificationPanel::FULL:
51 case NotificationPanel::KEEP_SIZE:
53 case NotificationPanel::STICKY_AND_NEW:
55 case NotificationPanel::MINIMIZED:
57 case NotificationPanel::CLOSED:
75 explicit ViewportWidget(chromeos::NotificationPanel* panel)
121 chromeos::NotificationPanel* panel_;
396 NotificationPanel::NotificationPanel()
409 NotificationPanel::~NotificationPanel() {
416 void NotificationPanel::Show() {
461 void NotificationPanel::Hide() {
489 void NotificationPanel::Add(Balloon* balloon) {
502 bool NotificationPanel::Update(Balloon* balloon) {
506 void NotificationPanel::Remove(Balloon* balloon) {
530 void NotificationPanel::Show(Balloon* balloon) {
539 void NotificationPanel::ResizeNotification(
565 void NotificationPanel::SetActiveView(BalloonViewImpl* view) {
580 string16 NotificationPanel::GetPanelTitle() {
584 SkBitmap NotificationPanel::GetPanelIcon() {
588 bool NotificationPanel::CanClosePanel() {
592 void NotificationPanel::ClosePanel() {
597 void NotificationPanel::ActivatePanel() {
605 void NotificationPanel::Observe(NotificationType type,
635 void NotificationPanel::OnMouseLeave() {
642 void NotificationPanel::OnMouseMotion(const gfx::Point& point) {
647 NotificationPanelTester* NotificationPanel::GetTester() {
654 // NotificationPanel private.
656 void NotificationPanel::Init() {
669 void NotificationPanel::UnregisterNotification() {
675 void NotificationPanel::ScrollBalloonToVisible(Balloon* balloon) {
688 void NotificationPanel::UpdatePanel(bool update_container_size) {
731 void NotificationPanel::UpdateContainerBounds() {
743 void NotificationPanel::UpdateControl() {
748 gfx::Rect NotificationPanel::GetPreferredBounds() {
759 gfx::Rect NotificationPanel::GetStickyNewBounds() {
770 void NotificationPanel::StartStaleTimer(Balloon* balloon) {
775 &NotificationPanel::OnStale, view),
779 void NotificationPanel::OnStale(BalloonViewImpl* view) {
794 void NotificationPanel::SetState(State new_state, const char* name) {
802 void NotificationPanel::MarkStale(const Notification& notification) {