HomeSort by relevance Sort by last modified time
    Searched refs:m_scrollbar (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityScrollbar.cpp 37 : m_scrollbar(scrollbar)
49 if (!m_scrollbar)
52 return m_scrollbar->frameRect();
65 if (!m_scrollbar)
68 if (m_scrollbar->orientation() == HorizontalScrollbar)
70 if (m_scrollbar->orientation() == VerticalScrollbar)
78 if (!m_scrollbar)
80 return m_scrollbar->enabled();
85 if (!m_scrollbar)
88 return m_scrollbar->currentPos() / m_scrollbar->maximum()
    [all...]
AccessibilityScrollbar.h 42 Scrollbar* scrollbar() const { return m_scrollbar.get(); }
62 RefPtr<Scrollbar> m_scrollbar; member in class:WebCore::AccessibilityScrollbar
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.cpp 35 : m_scrollbar(scrollbar)
41 return m_scrollbar->isOverlayScrollbar();
46 return m_scrollbar->value();
51 return m_scrollbar->location();
56 return m_scrollbar->size();
61 return m_scrollbar->enabled();
66 return m_scrollbar->maximum();
71 return m_scrollbar->totalSize();
76 return m_scrollbar->isScrollViewScrollbar();
81 return m_scrollbar->isScrollableAreaActive()
    [all...]
WebScrollbarThemeClientImpl.cpp 36 : m_scrollbar(scrollbar)
68 return m_scrollbar->size();
73 return m_scrollbar->location();
115 return static_cast<WebCore::ScrollbarOverlayStyle>(m_scrollbar->scrollbarOverlayStyle());
121 m_scrollbar->getTickmarks(webTickmarks);
129 return m_scrollbar->isScrollableAreaActive();
148 return m_scrollbar->isCustomScrollbar();
153 return static_cast<WebCore::ScrollbarOrientation>(m_scrollbar->orientation());
158 return m_scrollbar->value();
173 return m_scrollbar->totalSize()
    [all...]
WebScrollbarImpl.h 61 RefPtr<WebCore::Scrollbar> m_scrollbar; member in class:WebKit::WebScrollbarImpl
WebScrollbarThemeClientImpl.h 81 WebKit::WebScrollbar* m_scrollbar; member in class:WebCore::WebScrollbarThemeClientImpl
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 69 m_scrollbar = Scrollbar::createNativeScrollbar(
90 webrect.x += m_scrollbar->x();
91 webrect.y += m_scrollbar->y();
106 IntPoint offset(parentPoint.x() - m_scrollbar->x(), parentPoint.y() - m_scrollbar->y());
107 return m_scrollbar->Widget::convertFromContainingView(offset);
117 return m_scrollbar->isOverlayScrollbar();
127 return m_scrollbar->frameRect().location();
132 return m_scrollbar->frameRect().size();
137 return m_scrollbar->enabled()
    [all...]
WebScrollbarThemePainter.cpp 43 m_scrollbar = painter.m_scrollbar;
53 m_theme->paintScrollbarBackground(&context, m_scrollbar);
60 m_theme->paintTrackBackground(&context, m_scrollbar, IntRect(rect));
67 m_theme->paintTrackPiece(&context, m_scrollbar, IntRect(rect), WebCore::BackTrackPart);
74 m_theme->paintTrackPiece(&context, m_scrollbar, IntRect(rect), WebCore::ForwardTrackPart);
81 m_theme->paintButton(&context, m_scrollbar, IntRect(rect), WebCore::BackButtonStartPart);
88 m_theme->paintButton(&context, m_scrollbar, IntRect(rect), WebCore::BackButtonEndPart);
95 m_theme->paintButton(&context, m_scrollbar, IntRect(rect), WebCore::ForwardButtonStartPart);
102 m_theme->paintButton(&context, m_scrollbar, IntRect(rect), WebCore::ForwardButtonEndPart)
    [all...]
WebPluginScrollbarImpl.h 58 WebCore::Scrollbar* scrollbar() { return m_scrollbar.get(); }
100 RefPtr<WebCore::Scrollbar> m_scrollbar; member in class:WebKit::WebPluginScrollbarImpl
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 40 , m_scrollbar(scrollbar)
60 if (m_scrollbar->orientation() == HorizontalScrollbar)
71 setWidth(m_scrollbar->width());
75 setHeight(m_scrollbar->height());
83 setHeight(m_scrollbar->height());
85 setWidth(m_scrollbar->width());
99 if (!m_scrollbar->owningRenderer())
104 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth()
    [all...]
HitTestResult.h 64 Scrollbar* scrollbar() const { return m_scrollbar.get(); }
135 RefPtr<Scrollbar> m_scrollbar; member in class:WebCore::HitTestResult
RenderScrollbarPart.h 75 RenderScrollbar* m_scrollbar; member in class:WebCore::FINAL
HitTestResult.cpp 84 , m_scrollbar(other.scrollbar())
103 m_scrollbar = other.scrollbar();
163 m_scrollbar = s;
448 m_scrollbar = other.scrollbar();
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h 80 WebCore::Scrollbar* m_scrollbar; member in class:WebKit::WebScrollbarThemePainter

Completed in 164 milliseconds