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

  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 45 gfx::Size ToastContentsView::GetToastSizeForView(const views::View* view) {
50 ToastContentsView::ToastContentsView(
71 ToastContentsView::~ToastContentsView() {
76 void ToastContentsView::SetContents(MessageView* view,
92 void ToastContentsView::UpdateContents(const Notification& notification,
101 void ToastContentsView::RevealWithAnimation(gfx::Point origin) {
117 void ToastContentsView::CloseWithAnimation() {
124 void ToastContentsView::SetBoundsInstantly(gfx::Rect new_bounds)
    [all...]
toast_contents_view.h 37 class ToastContentsView : public views::WidgetDelegateView,
44 ToastContentsView(const std::string& notification_id,
46 virtual ~ToastContentsView();
138 DISALLOW_COPY_AND_ASSIGN(ToastContentsView);

Completed in 66 milliseconds