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

  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.h 33 virtual bool ClickedOutsideBubble() OVERRIDE;
virtual_keyboard_tray.cc 90 bool VirtualKeyboardTray::ClickedOutsideBubble() {
  /external/chromium_org/ash/system/overview/
overview_button_tray.h 41 virtual bool ClickedOutsideBubble() OVERRIDE;
overview_button_tray.cc 69 bool OverviewButtonTray::ClickedOutsideBubble() {
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 38 virtual bool ClickedOutsideBubble() OVERRIDE;
logout_button_tray.cc 124 bool LogoutButtonTray::ClickedOutsideBubble() {
  /external/chromium_org/ash/system/tray/
system_tray.h 131 virtual bool ClickedOutsideBubble() OVERRIDE;
tray_background_view.h 102 virtual bool ClickedOutsideBubble() = 0;
tray_event_filter.cc 107 handled |= (*iter)->ClickedOutsideBubble();
system_tray.cc 637 bool SystemTray::ClickedOutsideBubble() {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 83 virtual bool ClickedOutsideBubble() OVERRIDE;
web_notification_tray_unittest.cc 342 GetSystemTray()->ClickedOutsideBubble();
398 GetSystemTray()->ClickedOutsideBubble();
web_notification_tray.cc 594 bool WebNotificationTray::ClickedOutsideBubble() {

Completed in 100 milliseconds