Home
last modified time | relevance | path

Searched refs:ScrollbarGroup (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.cpp39 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) in ScrollbarGroup() function in blink::ScrollbarGroup
47 ScrollbarGroup::~ScrollbarGroup() in ~ScrollbarGroup()
53 void ScrollbarGroup::scrollbarCreated(WebPluginScrollbarImpl* scrollbar) in scrollbarCreated()
72 void ScrollbarGroup::scrollbarDestroyed(WebPluginScrollbarImpl* scrollbar) in scrollbarDestroyed()
89 void ScrollbarGroup::setLastMousePosition(const IntPoint& point) in setLastMousePosition()
94 int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const in scrollSize()
103 void ScrollbarGroup::setScrollOffset(const IntPoint& offset) in setScrollOffset()
111 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) in invalidateScrollbarRect()
119 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) in invalidateScrollCornerRect()
123 bool ScrollbarGroup::isActive() const in isActive()
[all …]
DWebPluginScrollbarImpl.h41 class ScrollbarGroup; variable
45 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
95 ScrollbarGroup* m_group;
DScrollbarGroup.h41 class ScrollbarGroup : public WebCore::ScrollableArea {
43 ScrollbarGroup(WebCore::FrameView*, const WebCore::IntRect& frameRect);
44 ~ScrollbarGroup();
DWebPluginContainerImpl.h63 class ScrollbarGroup; variable
158 ScrollbarGroup* scrollbarGroup();
196 OwnPtr<ScrollbarGroup> m_scrollbarGroup;
Dweb.gypi84 'ScrollbarGroup.cpp',
85 'ScrollbarGroup.h',
DWebPluginContainerImpl.cpp615 ScrollbarGroup* WebPluginContainerImpl::scrollbarGroup() in scrollbarGroup()
618 …m_scrollbarGroup = adoptPtr(new ScrollbarGroup(m_element->document().frame()->view(), frameRect())… in scrollbarGroup()
819 static inline bool gestureScrollHelper(ScrollbarGroup* scrollbarGroup, ScrollDirection positiveDire… in gestureScrollHelper()
DWebPluginScrollbarImpl.cpp63 ScrollbarGroup* group, in WebPluginScrollbarImpl()
Dwebkit.target.linux-x86.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
Dwebkit.target.darwin-mips.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
Dwebkit.target.darwin-x86.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
Dwebkit.target.linux-arm.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
Dwebkit.target.linux-mips.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
Dwebkit.target.darwin-arm.mk132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \