HomeSort by relevance Sort by last modified time
    Searched defs:WindowSlider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 47 WindowSlider::WindowSlider(Delegate* delegate,
69 WindowSlider::~WindowSlider() {
79 void WindowSlider::ChangeOwner(aura::Window* new_owner) {
89 bool WindowSlider::IsSlideInProgress() const {
94 void WindowSlider::SetupSliderLayer() {
105 void WindowSlider::UpdateForScroll(float x_offset, float y_offset) {
109 // Completing the animation may destroy WindowSlider through the animation
159 void WindowSlider::CompleteOrResetSlide()
    [all...]
window_slider.h 25 class CONTENT_EXPORT WindowSlider : public ui::EventHandler,
34 // The WindowSlider takes ownership of the created layer.
39 // The WindowSlider takes ownership of the created layer.
43 // the WindowSlider resets any transform it applied on the window-layer.
64 // The WindowSlider slides the layers in the |owner| window. It starts
69 WindowSlider(Delegate* delegate,
73 virtual ~WindowSlider();
92 // Note that depending on the sate of the Delegate and the WindowSlider, this
93 // may destroy the WindowSlider through animation callbacks.
149 base::WeakPtrFactory<WindowSlider> weak_factory_
    [all...]

Completed in 643 milliseconds