/external/chromium_org/cc/animation/ |
D | scrollbar_animation_controller_linear_fade.cc | 48 if (!scroll_layer_->scrollbars()) in ApplyOpacityToScrollbars() 51 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars(); in ApplyOpacityToScrollbars() local 52 for (LayerImpl::ScrollbarSet::iterator it = scrollbars->begin(); in ApplyOpacityToScrollbars() 53 it != scrollbars->end(); in ApplyOpacityToScrollbars()
|
D | scrollbar_animation_controller_thinning.cc | 130 if (!scroll_layer_->scrollbars()) in ApplyOpacityAndThumbThicknessScale() 133 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars(); in ApplyOpacityAndThumbThicknessScale() local 134 for (LayerImpl::ScrollbarSet::iterator it = scrollbars->begin(); in ApplyOpacityAndThumbThicknessScale() 135 it != scrollbars->end(); in ApplyOpacityAndThumbThicknessScale()
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | set_time.css | 6 overflow: hidden; /* Hide scrollbars for accurate size calculation. */
|
/external/skia/experimental/webtry/res/css/cm/ |
D | codemirror.css | 23 background-color: white; /* The little square between H and V scrollbars */ 120 /* 30px is the magic margin used to hide the element's real scrollbars */ 137 /* The fake, visible scrollbars. Used to force redraw during scrolling
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
D | codemirror.css | 23 background-color: white; /* The little square between H and V scrollbars */ 120 /* 30px is the magic margin used to hide the element's real scrollbars */ 137 /* The fake, visible scrollbars. Used to force redraw during scrolling
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | codemirror.css | 23 background-color: white; /* The little square between H and V scrollbars */ 149 /* 30px is the magic margin used to hide the element's real scrollbars */ 166 /* The fake, visible scrollbars. Used to force redraw during scrolling
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 233 …ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_vertica… in removeWebScrollbarLayer() local 234 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea)) in removeWebScrollbarLayer() 282 …ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_vertica… in addWebScrollbarLayer() local 283 return scrollbars.add(scrollableArea, scrollbarLayer).storedValue->value.get(); in addWebScrollbarLayer() 288 …ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_vertica… in getWebScrollbarLayer() local 289 return scrollbars.get(scrollableArea); in getWebScrollbarLayer()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
D | overlay.css | 145 /* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the 146 * overlay contains scrollable content. To resolve this, style the scrollbars on
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | quad_stack.css | 14 z-index: 10; /* cause our scrollbars to render above our children. */
|
/external/chromium_org/ui/webui/resources/css/ |
D | overlay.css | 153 /* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the 154 * overlay contains scrollable content. To resolve this, style the scrollbars on
|
/external/chromium_org/chrome/browser/resources/uber/ |
D | uber.css | 6 /* http://crbug.com/129406 --- horizontal scrollbars flicker when changing
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_scrollbar_dev.idl | 67 * Updates the tickmarks. Only valid for vertical scrollbars. "tick_marks"
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollAnimatorMac.mm | 519 // If the user has scrolled the page, then the scrollbars must be animated here. 846 // At this time, only legacy scrollbars needs to send notifications here. 863 // At this time, only legacy scrollbars needs to send notifications here. 1024 // Non-overlay scrollbars should always participate in hit testing. 1034 // Overlay scrollbars should participate in hit testing whenever they are at all visible. 1330 …// To force the scrollbars to flash, we have to call hide first. Otherwise, the ScrollbarPainterCo… 1331 // might think that the scrollbars are already showing and bail early.
|
/external/chromium_org/cc/layers/ |
D | scrollbar_layer_unittest.cc | 74 EXPECT_EQ(cc_child1->scrollbars()->size(), 1UL); in TEST() 75 EXPECT_EQ(*(cc_child1->scrollbars()->begin()), cc_child2); in TEST() 90 EXPECT_EQ(cc_child2->scrollbars()->size(), 1UL); in TEST() 91 EXPECT_EQ(*(cc_child2->scrollbars()->begin()), cc_child1); in TEST()
|
D | layer_impl.h | 510 ScrollbarSet* scrollbars() { return scrollbars_.get(); } in scrollbars() function
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | mock_web_theme_engine_mac.mm | 90 // To match the Mac port, we still use HITheme for inner scrollbars.
|
/external/chromium_org/content/renderer/ |
D | renderer_main_platform_delegate_mac.mm | 121 // This is needed by the NSAnimations run for the scrollbars. If we switch
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalDOMWindow.h | 127 BarProp& scrollbars() const;
|
D | Window.idl | 43 [Replaceable, MeasureAs=BarPropScrollbars] readonly attribute BarProp scrollbars;
|
D | LocalDOMWindow.cpp | 656 BarProp& LocalDOMWindow::scrollbars() const in scrollbars() function in blink::LocalDOMWindow
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeMacCommon.mm | 268 // Note: This is only used for css-styled scrollbars on mac.
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl.cc | 2787 scroll_layer_impl->scrollbars()->begin(); in MouseMoveAt() 2788 it != scroll_layer_impl->scrollbars()->end(); in MouseMoveAt()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
D | file_manager.css | 77 /* TODO(mtomasz): Flip scrollbars to the opposite side for RTL languages. */
|