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 39 gfx::Size ToastContentsView::GetToastSizeForView(views::View* view) {
44 ToastContentsView::ToastContentsView(
67 ToastContentsView::~ToastContentsView() {
70 views::Widget* ToastContentsView::CreateWidget(gfx::NativeView parent) {
86 void ToastContentsView::SetContents(MessageView* view) {
98 void ToastContentsView::RevealWithAnimation(gfx::Point origin) {
114 void ToastContentsView::CloseWithAnimation(bool mark_as_shown) {
125 void ToastContentsView::SetBoundsInstantly(gfx::Rect new_bounds)
    [all...]
toast_contents_view.h 34 class ToastContentsView : public views::WidgetDelegateView,
37 ToastContentsView(const Notification* notification,
40 virtual ~ToastContentsView();
116 DISALLOW_COPY_AND_ASSIGN(ToastContentsView);

Completed in 119 milliseconds