OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WindowSlider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/web_contents/aura/
window_slider.cc
53
WindowSlider
::
WindowSlider
(Delegate* delegate,
74
WindowSlider
::~
WindowSlider
() {
84
void
WindowSlider
::ChangeOwner(aura::Window* new_owner) {
94
bool
WindowSlider
::IsSlideInProgress() const {
99
void
WindowSlider
::SetupSliderLayer() {
110
void
WindowSlider
::UpdateForScroll(float x_offset, float y_offset) {
154
void
WindowSlider
::UpdateForFling(float x_velocity, float y_velocity) {
171
base::Bind(&
WindowSlider
::CompleteWindowSlideAfterAnimation
[
all
...]
window_slider.h
24
class CONTENT_EXPORT
WindowSlider
: public ui::EventHandler,
33
// The
WindowSlider
takes ownership of the created layer.
38
// The
WindowSlider
takes ownership of the created layer.
47
// the
WindowSlider
resets any transform it applied on the window-layer.
54
// The
WindowSlider
slides the layers in the |owner| window. It starts
59
WindowSlider
(Delegate* delegate,
63
virtual ~
WindowSlider
();
121
base::WeakPtrFactory<
WindowSlider
> weak_factory_;
129
DISALLOW_COPY_AND_ASSIGN(
WindowSlider
);
Completed in 36 milliseconds