Home | History | Annotate | Download | only in web_notification

Lines Matching defs:WebNotificationTray

176   WebNotificationBubbleWrapper(WebNotificationTray* tray,
268 WebNotificationTray::WebNotificationTray(
288 WebNotificationTray::~WebNotificationTray() {
297 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
346 bool WebNotificationTray::ShowMessageCenter() {
350 void WebNotificationTray::HideMessageCenter() {
361 void WebNotificationTray::SetSystemTrayHeight(int height) {
367 bool WebNotificationTray::ShowPopups() {
386 void WebNotificationTray::HidePopups() {
393 bool WebNotificationTray::ShouldShowMessageCenter() {
399 void WebNotificationTray::ShowQuietModeMenu(const ui::Event& event) {
419 bool WebNotificationTray::ShouldShowQuietModeMenu(const ui::Event& event) {
430 void WebNotificationTray::UpdateAfterLoginStatusChange(
446 bool WebNotificationTray::ShouldBlockLauncherAutoHide() const {
450 bool WebNotificationTray::IsMessageCenterBubbleVisible() const {
455 bool WebNotificationTray::IsMouseInNotificationBubble() const {
459 void WebNotificationTray::ShowMessageCenterBubble() {
464 void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
474 void WebNotificationTray::AnchorUpdated() {
481 base::string16 WebNotificationTray::GetAccessibleNameForTray() {
486 void WebNotificationTray::HideBubbleWithView(
496 bool WebNotificationTray::PerformAction(const ui::Event& event) {
509 void WebNotificationTray::BubbleViewDestroyed() {
514 void WebNotificationTray::OnMouseEnteredView() {}
516 void WebNotificationTray::OnMouseExitedView() {}
518 base::string16 WebNotificationTray::GetAccessibleNameForBubble() {
522 gfx::Rect WebNotificationTray::GetAnchorRect(
529 void WebNotificationTray::HideBubble(const views::TrayBubbleView* bubble_view) {
533 bool WebNotificationTray::ShowNotifierSettings() {
542 message_center::MessageCenterTray* WebNotificationTray::GetMessageCenterTray() {
546 bool WebNotificationTray::IsPressed() {
550 void WebNotificationTray::ButtonPressed(views::Button* sender,
556 void WebNotificationTray::OnMessageCenterTrayChanged() {
563 base::Bind(&WebNotificationTray::UpdateTrayContent, AsWeakPtr()));
566 void WebNotificationTray::UpdateTrayContent() {
585 bool WebNotificationTray::ClickedOutsideBubble() {
594 message_center::MessageCenter* WebNotificationTray::message_center() {
600 bool WebNotificationTray::IsPopupVisible() const {
605 WebNotificationTray::GetMessageCenterBubbleForTest() {