Home
last modified time | relevance | path

Searched refs:scrollbars (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/cc/animation/
Dscrollbar_animation_controller_linear_fade.cc48 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()
Dscrollbar_animation_controller_thinning.cc130 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/
Dset_time.css6 overflow: hidden; /* Hide scrollbars for accurate size calculation. */
/external/skia/experimental/webtry/res/css/cm/
Dcodemirror.css23 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/
Dcodemirror.css23 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/
Dcodemirror.css23 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/
DScrollingCoordinator.cpp233 …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/
Doverlay.css145 /* 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/
Dquad_stack.css14 z-index: 10; /* cause our scrollbars to render above our children. */
/external/chromium_org/ui/webui/resources/css/
Doverlay.css153 /* 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/
Duber.css6 /* http://crbug.com/129406 --- horizontal scrollbars flicker when changing
/external/chromium_org/ppapi/api/dev/
Dppb_scrollbar_dev.idl67 * Updates the tickmarks. Only valid for vertical scrollbars. "tick_marks"
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.mm519 // 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/
Dscrollbar_layer_unittest.cc74 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()
Dlayer_impl.h510 ScrollbarSet* scrollbars() { return scrollbars_.get(); } in scrollbars() function
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_web_theme_engine_mac.mm90 // To match the Mac port, we still use HITheme for inner scrollbars.
/external/chromium_org/content/renderer/
Drenderer_main_platform_delegate_mac.mm121 // This is needed by the NSAnimations run for the scrollbars. If we switch
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h127 BarProp& scrollbars() const;
DWindow.idl43 [Replaceable, MeasureAs=BarPropScrollbars] readonly attribute BarProp scrollbars;
DLocalDOMWindow.cpp656 BarProp& LocalDOMWindow::scrollbars() const in scrollbars() function in blink::LocalDOMWindow
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMacCommon.mm268 // Note: This is only used for css-styled scrollbars on mac.
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc2787 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/
Dfile_manager.css77 /* TODO(mtomasz): Flip scrollbars to the opposite side for RTL languages. */