/external/webkit/Source/WebCore/manual-tests/ |
scrollbar-hittest2.html | 6 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=6149">http://bugs.webkit.org/show_bug.cgi?id=6149</a> REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border doesn't receive mouse events</p>
|
/external/webkit/Source/WebCore/platform/brew/ |
PopupMenuBrew.h | 32 class Scrollbar;
|
/external/webkit/Source/WebCore/platform/efl/ |
PopupMenuEfl.h | 31 class Scrollbar;
|
/external/webkit/Source/WebCore/platform/haiku/ |
PopupMenuHaiku.h | 34 class Scrollbar;
|
/external/webkit/Source/WebCore/platform/mac/ |
PopupMenuMac.h | 39 class Scrollbar;
|
/external/webkit/Source/WebCore/platform/wx/ |
PopupMenuWx.h | 41 class Scrollbar;
|
/external/webkit/Source/WebCore/rendering/ |
RenderScrollbarPart.cpp | 38 RenderScrollbarPart::RenderScrollbarPart(Node* node, RenderScrollbar* scrollbar, ScrollbarPart part) 40 , m_scrollbar(scrollbar) 99 // Buttons and track pieces can all have margins along the axis of the scrollbar. 114 // Buttons and track pieces can all have margins along the axis of the scrollbar.
|
RenderLayer.h | 63 class Scrollbar; 257 PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation); 261 virtual Scrollbar* horizontalScrollbar() const { return m_hBar.get(); } 262 virtual Scrollbar* verticalScrollbar() const { return m_vBar.get(); } 558 virtual int scrollPosition(Scrollbar*) const; 559 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&); 564 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const; 565 virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const; 566 virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const; 567 virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const [all...] |
RenderLayer.cpp | 85 #include "Scrollbar.h" 1703 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_hBar : m_vBar).get(); local 1937 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebScrollBarDelegatePrivate.idl | 42 HRESULT valueChanged([in] IWebScrollBarPrivate* scrollBar);
|
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 50 * Indicate whether the horizontal scrollbar track should always be drawn regardless of the 60 * Indicate whether the vertical scrollbar track should always be drawn regardless of the 70 * Indicates whether the vertical scrollbar track should always be drawn regardless of the 78 * Indicates whether the horizontal scrollbar track should always be drawn regardless of the
|
/external/webkit/Source/WebCore/page/ |
SpatialNavigation.cpp | 312 containerViewportRect.setX(containerViewportRect.x() - Scrollbar::pixelsPerLineStep()); 313 containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep()); 316 containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep()); 319 containerViewportRect.setY(containerViewportRect.y() - Scrollbar::pixelsPerLineStep()); 320 containerViewportRect.setHeight(containerViewportRect.height() + Scrollbar::pixelsPerLineStep()); 323 containerViewportRect.setHeight(containerViewportRect.height() + Scrollbar::pixelsPerLineStep()); 349 dx = - Scrollbar::pixelsPerLineStep(); 352 dx = Scrollbar::pixelsPerLineStep(); 355 dy = - Scrollbar::pixelsPerLineStep(); 358 dy = Scrollbar::pixelsPerLineStep() [all...] |
EventHandler.cpp | 73 #include "Scrollbar.h" 949 Scrollbar* eventScrollbar = view->scrollbarAtPoint(point); 1456 Scrollbar* scrollbar = mev.scrollbar(); local 1473 Scrollbar* scrollbar = view ? view->scrollbarAtPoint(mouseEvent.pos()) : 0; local 1613 Scrollbar* scrollbar = 0; local [all...] |
EventHandler.h | 70 class Scrollbar; 289 Cursor selectCursor(const MouseEventWithHitTestResults&, Scrollbar*); 342 bool passMousePressEventToScrollbar(MouseEventWithHitTestResults&, Scrollbar*); 370 void updateLastScrollbarUnderMouse(Scrollbar*, bool); 431 RefPtr<Scrollbar> m_lastScrollbarUnderMouse;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.cc | 151 HWND scrollbar) { 152 ScrollCommon(WM_HSCROLL, scroll_type, position, scrollbar); 206 HWND scrollbar) { 207 ScrollCommon(WM_VSCROLL, scroll_type, position, scrollbar); 286 short position, HWND scrollbar) { 294 reinterpret_cast<LPARAM>(scrollbar));
|
/external/chromium/chrome/browser/resources/ |
print_preview.css | 578 .scrollbar-inside { 584 .scrollbar-inside::-webkit-scrollbar { 589 body::-webkit-scrollbar { 594 .scrollbar { 608 body > .scrollbar { 612 .scrollbar.vert,.scrollbar.hor { 618 .scrollbar.hor { 624 /* Scrollbar when not necessary (no scrolling in that direction) * [all...] |
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
scrollbar_render.cpp | 94 trackInfo.trackInfo.scrollbar.viewsize = step; 99 trackInfo.trackInfo.scrollbar.pressState = wxScrollbarPartToHIPressedState(focusPart);
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
cssproperties.in | 288 scrollbar-3dlight-color 289 scrollbar-arrow-color 290 scrollbar-darkshadow-color 291 scrollbar-face-color 292 scrollbar-highlight-color 293 scrollbar-shadow-color 294 scrollbar-track-color 308 scrollbar-base-color
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
EmptyViewsOverlay.java | 35 /** Vertical scaling & scrollbar information. */ 38 /** Horizontal scaling & scrollbar information. */
|
OutlineOverlay.java | 35 /** Vertical scaling & scrollbar information. */ 38 /** Horizontal scaling & scrollbar information. */
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host_win.cc | 13 #include "views/controls/scrollbar/native_scroll_bar.h"
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformThemeChromiumGtk.cpp | 65 // the scrollbar. We might be able to more closely approximate its 71 // the native scrollbar. We render our own version, but we make 74 // from the system scrollbar and use those colors to draw our 75 // scrollbar.
|
/external/webkit/Source/WebCore/platform/gtk/ |
PopupMenuGtk.h | 36 class Scrollbar;
|
/external/webkit/Source/WebCore/page/chromium/ |
EventHandlerChromium.cpp | 159 // horizontal scrollbar while scrolling with the wheel. 163 return result.scrollbar() && result.scrollbar()->orientation() == HorizontalScrollbar;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 281 * WebKitWebFrame:horizontal-scrollbar-policy and 282 * WebKitWebFrame:vertical-scrollbar-policy properties. 345 * WebKitWebFrame:horizontal-scrollbar-policy: 347 * Determines the current policy for the horizontal scrollbar of 355 g_param_spec_enum("horizontal-scrollbar-policy", 356 _("Horizontal Scrollbar Policy"), 357 _("Determines the current policy for the horizontal scrollbar of the frame."), 363 * WebKitWebFrame:vertical-scrollbar-policy: 365 * Determines the current policy for the vertical scrollbar of 373 g_param_spec_enum("vertical-scrollbar-policy" [all...] |