OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToastContentsView
(Results
1 - 5
of
5
) 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
...]
message_popup_collection.h
43
class
ToastContentsView
;
72
// Called by
ToastContentsView
when its window is closed.
73
void RemoveToast(
ToastContentsView
* toast);
77
void OnMouseEntered(
ToastContentsView
* toast_entered);
78
void OnMouseExited(
ToastContentsView
* toast_exited);
112
typedef std::list<
ToastContentsView
*> Toasts;
138
int GetBaseLine(
ToastContentsView
* last_toast);
147
ToastContentsView
* FindToast(const std::string& notification_id);
176
ToastContentsView
* latest_toast_entered_;
toast_contents_view.h
34
class
ToastContentsView
: public views::WidgetDelegateView,
37
ToastContentsView
(const Notification* notification,
40
virtual ~
ToastContentsView
();
116
DISALLOW_COPY_AND_ASSIGN(
ToastContentsView
);
message_popup_collection.cc
102
void MessagePopupCollection::RemoveToast(
ToastContentsView
* toast) {
138
int view_height =
ToastContentsView
::GetToastSizeForView(view).height();
146
ToastContentsView
* toast = new
ToastContentsView
(
173
void MessagePopupCollection::OnMouseEntered(
ToastContentsView
* toast_entered) {
184
void MessagePopupCollection::OnMouseExited(
ToastContentsView
* toast_exited) {
315
int MessagePopupCollection::GetBaseLine(
ToastContentsView
* last_toast) {
427
ToastContentsView
* MessagePopupCollection::FindToast(
message_popup_collection_unittest.cc
74
ToastContentsView
* GetToast(const std::string& id) {
Completed in 111 milliseconds