HomeSort by relevance Sort by last modified time
    Searched refs:ToastContentsView (Results 1 - 5 of 5) 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...]
message_popup_collection.h 79 void OnMouseEntered(ToastContentsView* toast_entered);
80 void OnMouseExited(ToastContentsView* toast_exited);
96 void ForgetToast(ToastContentsView* toast);
101 // Used by ToastContentsView to locate itself.
106 typedef std::list<ToastContentsView*> Toasts;
111 // Called by ToastContentsView when its window is closed.
112 void RemoveToast(ToastContentsView* toast, bool mark_as_shown);
128 int GetBaseLine(ToastContentsView* last_toast) const;
137 ToastContentsView* FindToast(const std::string& notification_id) const;
162 ToastContentsView* latest_toast_entered_
    [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);
message_popup_collection.cc 138 int view_height = ToastContentsView::GetToastSizeForView(view).height();
147 ToastContentsView* toast =
148 new ToastContentsView((*iter)->id(), weak_factory_.GetWeakPtr());
149 // There will be no contents already since this is a new ToastContentsView.
184 void MessagePopupCollection::OnMouseEntered(ToastContentsView* toast_entered) {
195 void MessagePopupCollection::OnMouseExited(ToastContentsView* toast_exited) {
217 ToastContentsView* toast = toasts_.front();
231 void MessagePopupCollection::ForgetToast(ToastContentsView* toast) {
236 void MessagePopupCollection::RemoveToast(ToastContentsView* toast,
317 int MessagePopupCollection::GetBaseLine(ToastContentsView* last_toast) const
    [all...]
message_popup_collection_unittest.cc 84 ToastContentsView* GetToast(const std::string& id) {

Completed in 197 milliseconds