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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 27 class BalloonContainer;
160 scoped_ptr<BalloonContainer> balloon_container_;
173 // A scrollable parent of the BalloonContainer.
notification_panel.cc 245 class BalloonContainer : public views::View {
247 explicit BalloonContainer(int margin)
254 virtual ~BalloonContainer() {}
393 DISALLOW_COPY_AND_ASSIGN(BalloonContainer);
658 balloon_container_.reset(new BalloonContainer(1));

Completed in 2328 milliseconds