Searched refs:ScrollbarGroup (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ScrollbarGroup.cpp | 39 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 …]
|
D | WebPluginScrollbarImpl.h | 41 class ScrollbarGroup; variable 45 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*); 95 ScrollbarGroup* m_group;
|
D | ScrollbarGroup.h | 41 class ScrollbarGroup : public WebCore::ScrollableArea { 43 ScrollbarGroup(WebCore::FrameView*, const WebCore::IntRect& frameRect); 44 ~ScrollbarGroup();
|
D | WebPluginContainerImpl.h | 63 class ScrollbarGroup; variable 158 ScrollbarGroup* scrollbarGroup(); 196 OwnPtr<ScrollbarGroup> m_scrollbarGroup;
|
D | web.gypi | 84 'ScrollbarGroup.cpp', 85 'ScrollbarGroup.h',
|
D | WebPluginContainerImpl.cpp | 615 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()
|
D | WebPluginScrollbarImpl.cpp | 63 ScrollbarGroup* group, in WebPluginScrollbarImpl()
|
D | webkit.target.linux-x86.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|
D | webkit.target.darwin-mips.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|
D | webkit.target.darwin-x86.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|
D | webkit.target.linux-arm.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|
D | webkit.target.linux-mips.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|
D | webkit.target.darwin-arm.mk | 132 third_party/WebKit/Source/web/ScrollbarGroup.cpp \
|