HomeSort by relevance Sort by last modified time
    Searched refs:OnMouseExitedView (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 48 virtual void OnMouseExitedView() = 0;
message_center_bubble.h 41 virtual void OnMouseExitedView() OVERRIDE;
message_center_bubble.cc 136 void MessageCenterBubble::OnMouseExitedView() {
  /external/chromium_org/ash/system/tray/
system_tray.h 137 virtual void OnMouseExitedView() OVERRIDE;
system_tray.cc 669 void SystemTray::OnMouseExitedView() {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 91 virtual void OnMouseExitedView() OVERRIDE;
web_notification_tray.cc 368 void WebNotificationTray::OnMouseExitedView() {}
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 70 virtual void OnMouseExitedView() = 0;
193 // Only then the OnMouseExitedView() event will get passed on to listeners.
tray_bubble_view.cc 476 delegate_->OnMouseExitedView();

Completed in 98 milliseconds