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_center_bubble.h 41 virtual void OnMouseExitedView() OVERRIDE;
message_bubble_base.h 48 virtual void OnMouseExitedView() = 0;
message_center_bubble.cc 133 void MessageCenterBubble::OnMouseExitedView() {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 94 virtual void OnMouseExitedView() OVERRIDE;
web_notification_tray.cc 504 void WebNotificationTray::OnMouseExitedView() {}
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 70 virtual void OnMouseExitedView() = 0;
192 // Only then the OnMouseExitedView() event will get passed on to listeners.
tray_bubble_view.cc 478 delegate_->OnMouseExitedView();
  /external/chromium_org/ash/system/tray/
system_tray.h 143 virtual void OnMouseExitedView() OVERRIDE;
system_tray.cc 669 void SystemTray::OnMouseExitedView() {

Completed in 467 milliseconds