OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSlideOut
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/controls/
slide_out_view.h
23
virtual void
OnSlideOut
() = 0;
slide_out_view.cc
16
//
OnSlideOut
event but does not render any visible changes.
87
// No animations, so don't wait to fire the
OnSlideOut
event.
88
OnSlideOut
();
105
OnSlideOut
();
/external/chromium_org/ash/system/tray/
tray_notification_view.h
77
virtual void
OnSlideOut
() OVERRIDE;
tray_notification_view.cc
157
void TrayNotificationView::
OnSlideOut
() {
/external/chromium_org/ui/message_center/views/
message_view.h
87
virtual void
OnSlideOut
() OVERRIDE;
message_view.cc
307
void MessageView::
OnSlideOut
() {
Completed in 95 milliseconds