OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollanimator
(Results
1 - 23
of
23
) sorted by null
/external/webkit/Source/WebCore/platform/
ScrollAnimator.cpp
32
#include "
ScrollAnimator
.h"
45
PassOwnPtr<
ScrollAnimator
>
ScrollAnimator
::create(ScrollableArea* scrollableArea)
47
return adoptPtr(new
ScrollAnimator
(scrollableArea));
51
ScrollAnimator
::
ScrollAnimator
(ScrollableArea* scrollableArea)
58
ScrollAnimator
::~
ScrollAnimator
()
62
bool
ScrollAnimator
::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier)
75
void
ScrollAnimator
::scrollToOffsetWithoutAnimation(const FloatPoint& offset
[
all
...]
ScrollAnimator.h
48
class
ScrollAnimator
{
50
static PassOwnPtr<
ScrollAnimator
> create(ScrollableArea*);
52
virtual ~
ScrollAnimator
();
89
ScrollAnimator
(ScrollableArea*);
ScrollableArea.cpp
39
#include "
ScrollAnimator
.h"
46
: m_scrollAnimator(
ScrollAnimator
::create(this))
164
scrollAnimator
()->willStartLiveResize();
172
scrollAnimator
()->willEndLiveResize();
177
scrollAnimator
()->didAddVerticalScrollbar(scrollbar);
182
scrollAnimator
()->willRemoveVerticalScrollbar(scrollbar);
187
scrollAnimator
()->didAddHorizontalScrollbar(scrollbar);
192
scrollAnimator
()->willRemoveHorizontalScrollbar(scrollbar);
ScrollAnimatorWin.h
36
#include "
ScrollAnimator
.h"
41
class ScrollAnimatorWin : public
ScrollAnimator
{
ScrollableArea.h
39
class
ScrollAnimator
;
81
ScrollAnimator
*
scrollAnimator
() const { return m_scrollAnimator.get(); }
136
// NOTE: Only called from the
ScrollAnimator
.
137
friend class
ScrollAnimator
;
140
OwnPtr<
ScrollAnimator
> m_scrollAnimator;
ScrollAnimatorWin.cpp
46
PassOwnPtr<
ScrollAnimator
>
ScrollAnimator
::create(ScrollableArea* scrollableArea)
65
:
ScrollAnimator
(scrollableArea)
81
return
ScrollAnimator
::scroll(orientation, granularity, step, multiplier);
ScrollView.cpp
42
#include "
ScrollAnimator
.h"
[
all
...]
/external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm
57
- (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)
scrollAnimator
;
72
- (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)
scrollAnimator
78
_animator =
scrollAnimator
;
155
- (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)
scrollAnimator
;
160
- (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)
scrollAnimator
166
_animator =
scrollAnimator
;
290
- (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part
scrollAnimator
:(WebCore::ScrollAnimatorMac*)
scrollAnimator
animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration;
295
- (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part
scrollAnimator
:(WebCore::ScrollAnimatorMac*)
scrollAnimator
animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duratio
[
all
...]
ScrollAnimatorMac.h
33
#include "
ScrollAnimator
.h"
54
class ScrollAnimatorMac : public
ScrollAnimator
{
ScrollbarThemeMac.mm
450
ScrollAnimatorMac*
scrollAnimator
= static_cast<ScrollAnimatorMac*>(scrollbar->scrollableArea()->
scrollAnimator
());
451
scrollAnimator
->setIsDrawingIntoLayer(context->isCALayerContext());
463
scrollAnimator
->setIsDrawingIntoLayer(false);
/external/webkit/Source/WebCore/page/
FocusController.cpp
53
#include "
ScrollAnimator
.h"
426
(*it)->
scrollAnimator
()->contentAreaDidHide();
428
(*it)->
scrollAnimator
()->contentAreaDidShow();
FrameView.cpp
60
#include "
ScrollAnimator
.h"
462
scrollAnimator
()->contentsResized();
771
scrollAnimator
()->contentAreaDidShow();
779
scrollAnimator
()->contentAreaDidHide();
[
all
...]
EventHandler.cpp
72
#include "
ScrollAnimator
.h"
[
all
...]
/external/webkit/Source/WebCore/
ChangeLog
[
all
...]
ChangeLog-2011-02-16
[
all
...]
Android.mk
560
platform/
ScrollAnimator
.cpp \
[
all
...]
WebCore.pro
[
all
...]
CMakeLists.txt
1067
platform/
ScrollAnimator
.cpp
[
all
...]
GNUmakefile.list.am
[
all
...]
GNUmakefile.am
[
all
...]
WebCore.gypi
[
all
...]
/external/webkit/Source/WebCore/loader/
FrameLoader.cpp
88
#include "
ScrollAnimator
.h"
[
all
...]
/external/webkit/Source/WebCore/WebCore.vcproj/
WebCore.vcproj
[
all
...]
Completed in 221 milliseconds