OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SlideOutView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
slide_out_view.cc
13
SlideOutView
::
SlideOutView
()
23
SlideOutView
::~
SlideOutView
() {
26
void
SlideOutView
::OnGestureEvent(ui::GestureEvent* event) {
72
void
SlideOutView
::RestoreVisualState() {
85
void
SlideOutView
::SlideOutAndClose(SlideDirection direction) {
104
void
SlideOutView
::OnImplicitAnimationsCompleted() {
slide_out_view.h
15
class VIEWS_EXPORT
SlideOutView
: public views::View,
18
SlideOutView
();
19
virtual ~
SlideOutView
();
45
DISALLOW_COPY_AND_ASSIGN(
SlideOutView
);
Completed in 31 milliseconds