Searched refs:scrollbar (Results 76 - 96 of 96) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp91 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
92 if (scrollbar) {
93 m_capturingScrollbar = scrollbar;
111 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
112 if (m_lastScrollbarUnderMouse != scrollbar) {
113 // Send mouse exited to the old scrollbar.
116 m_lastScrollbarUnderMouse = scrollbar;
119 if (scrollbar) {
120 scrollbar->mouseMoved(event);
883 // Use minEndOfLinePadding when there is a scrollbar s
[all...]
H A DWebFrameImpl.cpp1766 // This frame is done, so show any scrollbar tickmarks we haven't drawn yet.
2353 Scrollbar* scrollbar = view->verticalScrollbar(); local
2354 if (scrollbar)
2355 scrollbar->invalidate();
2430 // invalidate the scrollbar and the content area. We do this so that we
2431 // don't spend too much time drawing the scrollbar over and over again.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp84 , m_scrollbar(other.scrollbar())
103 m_scrollbar = other.scrollbar();
448 m_scrollbar = other.scrollbar();
H A DRenderLayer.cpp2580 // We have a scrollbar corner when a scrollbar is visible and not filling the entire length of the box.
2582 // (a) A resizer is present and at least one scrollbar is present
2629 IntRect RenderLayer::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const argument
2636 rect.move(scrollbarOffset(scrollbar));
2641 IntRect RenderLayer::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const argument
2648 rect.move(-scrollbarOffset(scrollbar));
2652 IntPoint RenderLayer::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& scrollbarPoint) const argument
2659 point.move(scrollbarOffset(scrollbar));
2663 IntPoint RenderLayer::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, cons argument
2770 invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) argument
2843 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
[all...]
H A DRenderLayerBacking.cpp691 // FIXME: We should make RenderBox::clientBoxRect consider scrollbar placement.
895 m_layerForHorizontalScrollbar = createGraphicsLayer("horizontal scrollbar", CompositingReasonLayerForScrollbar);
906 m_layerForVerticalScrollbar = createGraphicsLayer("vertical scrollbar", CompositingReasonLayerForScrollbar);
1608 static void paintScrollbar(Scrollbar* scrollbar, GraphicsContext& context, const IntRect& clip) argument
1610 if (!scrollbar)
1614 const IntRect& scrollbarRect = scrollbar->frameRect();
1618 scrollbar->paint(&context, transformedClip);
H A DRenderLayerCompositor.cpp2069 static void paintScrollbar(Scrollbar* scrollbar, GraphicsContext& context, const IntRect& clip) argument
2071 if (!scrollbar)
2075 const IntRect& scrollbarRect = scrollbar->frameRect();
2079 scrollbar->paint(&context, transformedClip);
2244 m_layerForHorizontalScrollbar->setName("horizontal scrollbar");
2263 m_layerForVerticalScrollbar->setName("vertical scrollbar");
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DElementRuleCollector.cpp229 context.scrollbar = m_pseudoStyleRequest.scrollbar;
H A DCSSSelector.cpp309 DEFINE_STATIC_LOCAL(AtomicString, scrollbar, ("-webkit-scrollbar", AtomicString::ConstructFromLiteral));
310 DEFINE_STATIC_LOCAL(AtomicString, scrollbarButton, ("-webkit-scrollbar-button", AtomicString::ConstructFromLiteral));
311 DEFINE_STATIC_LOCAL(AtomicString, scrollbarCorner, ("-webkit-scrollbar-corner", AtomicString::ConstructFromLiteral));
312 DEFINE_STATIC_LOCAL(AtomicString, scrollbarThumb, ("-webkit-scrollbar-thumb", AtomicString::ConstructFromLiteral));
313 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrack, ("-webkit-scrollbar-track", AtomicString::ConstructFromLiteral));
314 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrackPiece, ("-webkit-scrollbar-track-piece", AtomicString::ConstructFromLiteral));
406 nameToPseudoType->set(scrollbar.impl(), CSSSelector::PseudoScrollbar);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc437 "scrollbar-slider-prelight-color", &theme_thumb_active,
438 "scrollbar-slider-normal-color", &theme_thumb_inactive,
439 "scrollbar-trough-color", &theme_trough_color,
442 // Ask the theme if the theme specifies all the scrollbar colors and short
451 // Create window containing scrollbar elements
454 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
456 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
458 gtk_widget_realize(scrollbar);
460 // Draw scrollbar thumb part and track into offscreen image
463 GtkStyle* style = gtk_rc_get_style(scrollbar);
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_locally_managed_user_creation.css39 .below-marketing::-webkit-scrollbar {
43 .below-marketing::-webkit-scrollbar-track-piece {
47 .below-marketing::-webkit-scrollbar-thumb {
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc480 "scrollbar-slider-prelight-color", &theme_thumb_active,
481 "scrollbar-slider-normal-color", &theme_thumb_inactive,
482 "scrollbar-trough-color", &theme_trough_color,
485 // Ask the theme if the theme specifies all the scrollbar colors and short
497 // Create window containing scrollbar elements
500 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
502 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
504 gtk_widget_realize(scrollbar);
506 // Draw scrollbar thumb part and track into offscreen image
509 GtkStyle* style = gtk_rc_get_style(scrollbar);
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc425 "scrollbar-slider-prelight-color", &theme_thumb_active,
426 "scrollbar-slider-normal-color", &theme_thumb_inactive,
427 "scrollbar-trough-color", &theme_trough_color,
430 // Ask the theme if the theme specifies all the scrollbar colors and short
439 // Create window containing scrollbar elements
442 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
444 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
446 gtk_widget_realize(scrollbar);
448 // Draw scrollbar thumb part and track into offscreen image
451 GtkStyle* style = gtk_rc_get_style(scrollbar);
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css50 ::-webkit-scrollbar {
56 .scrollbar-vertical {
65 .scrollbar-button {
78 :hover > .scrollbar-vertical > .scrollbar-button {
82 .scrollbar-vertical > .scrollbar-button:hover {
86 .scrollbar-vertical > .scrollbar-button.pressed {
H A Dgallery.css1207 .mosaic::-webkit-scrollbar {
1211 .mosaic::-webkit-scrollbar-thumb {
1215 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_win.cc402 HWND scrollbar = reinterpret_cast<HWND>(lparam); local
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css307 ::-webkit-scrollbar {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp372 // and determine which scrollbar style to use based on a lightness
494 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
497 // Try the <body> element first as a scrollbar source.
507 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
512 // Nobody set a custom style, so we just use a native scrollbar.
943 // Now set our scrollbar state for the layout.
958 setVerticalScrollbarMode(ScrollbarAlwaysOn); // This causes a vertical scrollbar to appear.
961 setHorizontalScrollbarMode(ScrollbarAlwaysOff); // This causes a horizontal scrollbar to disappear.
2309 // Check to see if a scrollbar is needed for a given dimension and
2310 // if so, increase the other dimension to account for the scrollbar
2474 invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) argument
2776 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js498 "s-resize", "sans-serif", "scroll", "scrollbar", "se-resize", "searchfield",
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp933 // Send document value changed on scrollbar value changed notification.
934 Scrollbar* scrollBar = static_cast<AccessibilityScrollbar*>(obj)->scrollbar();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc725 // Trying to scroll without a vertical scrollbar will fail.
740 // Trying to scroll with a vertical scrollbar will succeed.
1131 scoped_ptr<ScrollbarLayerImpl> scrollbar = ScrollbarLayerImpl::Create( local
1135 scroll->SetVerticalScrollbarLayer(scrollbar.get());
1139 root->AddChild(scrollbar.PassAs<LayerImpl>());
1180 // Setting the scroll offset outside a scroll should also cause the scrollbar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 419 milliseconds

1234