HomeSort by relevance Sort by last modified time
    Searched defs:TrayBubbleWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
tray_bubble_wrapper.cc 18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
32 TrayBubbleWrapper::~TrayBubbleWrapper() {
40 void TrayBubbleWrapper::OnWidgetDestroying(views::Widget* widget) {
56 void TrayBubbleWrapper::OnWidgetBoundsChanged(views::Widget* widget,
tray_bubble_wrapper.h 22 class TrayBubbleWrapper : public views::WidgetObserver {
24 TrayBubbleWrapper(TrayBackgroundView* tray,
26 virtual ~TrayBubbleWrapper();
43 DISALLOW_COPY_AND_ASSIGN(TrayBubbleWrapper);

Completed in 187 milliseconds