HomeSort by relevance Sort by last modified time
    Searched refs:scrollbar (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 155 'Horizontal scrollbar present but not expected.'));
158 'Horizontal scrollbar expected but not present.'));
161 'Vertical scrollbar present but not expected.'));
164 'Vertical scrollbar expected but not present.'));
  /external/chromium_org/native_client_sdk/src/resources/
index.js 77 // HACK: magic 4... without it, the scrollbar is always visible. :(
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 224 ::-webkit-scrollbar {
228 ::-webkit-scrollbar-thumb {
232 ::-webkit-scrollbar-thumb:hover {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 22 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
169 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
184 .CodeMirror-scrollbar-filler {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 9 * - 500: scrollbar
72 ::-webkit-scrollbar {
78 .scrollbar-vertical {
88 .scrollbar-button {
101 :hover > .scrollbar-vertical > .scrollbar-button,
102 .scrollbar-vertical > .scrollbar-button.scrolling {
106 .scrollbar-vertical > .scrollbar-button:hover
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_supervised_user_creation.css 63 .below-marketing::-webkit-scrollbar {
67 .below-marketing::-webkit-scrollbar-track-piece {
71 .below-marketing::-webkit-scrollbar-thumb {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 728 "scrollbar-slider-prelight-color", &theme_thumb_active,
729 "scrollbar-slider-normal-color", &theme_thumb_inactive,
730 "scrollbar-trough-color", &theme_trough_color,
733 // Ask the theme if the theme specifies all the scrollbar colors and short
746 // Create window containing scrollbar elements
749 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
751 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
753 gtk_widget_realize(scrollbar);
755 // Draw scrollbar thumb part and track into offscreen image
758 GtkStyle* style = gtk_rc_get_style(scrollbar);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
group_util.js 80 'scrollbar ' +
aria_util.js 63 'scrollbar' : 'aria_role_scrollbar',
415 // Scrollbar and progressbar should speak the percentage.
416 // http://www.w3.org/TR/wai-aria/roles#scrollbar
419 if ((role == 'scrollbar') || (role == 'progressbar')) {
694 case 'scrollbar':
  /external/chromium_org/pdf/
instance.h 100 virtual void ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar,
102 virtual void ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar,
213 // Returns the thickness of a scrollbar. This returns the thickness when it's
217 // Returns the space we need to reserve for the scrollbar in the plugin area.
401 // Thickness of a scrollbar.
404 // Reserved thickness of a scrollbar. This is how much space the scrollbar
instance.cc 444 // When scrollbar is in the scrolling mode we should display thumbnails
445 // even the mouse is outside the thumbnail and scrollbar areas.
459 // scrollbar.
683 // Possible to hit this condition since sometimes the scrollbar codes posts
694 void Instance::ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar,
697 if (v_scrollbar_.get() && *v_scrollbar_ == scrollbar) {
713 } else if (h_scrollbar_.get() && *h_scrollbar_ == scrollbar) {
718 void Instance::ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar,
858 // overlay scrollbar that's over the background. We also do this in a separate
859 // loop because the scrollbar painting logic uses the signal of whether ther
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 264 context.scrollbar = m_pseudoStyleRequest.scrollbar;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 782 static void paintScrollbar(Scrollbar* scrollbar, GraphicsContext& context, const IntRect& clip)
784 if (!scrollbar)
788 const IntRect& scrollbarRect = scrollbar->frameRect();
792 scrollbar->paint(&context, transformedClip);
    [all...]
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 257 Scrollbar* horizontalBar = horizontalScrollbar();
261 Scrollbar* verticalBar = verticalScrollbar();
278 // and determine which scrollbar style to use based on a lightness
303 // FIXME: do all scrollbar invalidations after layout of all frames is complete. It's currently not recursively true.
381 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
384 // Try the <body> element first as a scrollbar source.
386 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
393 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
398 // If we have an owning ipage/LocalFrame element, then it can set the custom scrollbar also.
400 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) {
2462 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
  /external/chromium_org/ui/login/
screen_container.css 33 #scroll-container::-webkit-scrollbar {
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 1004 scoped_refptr<PaintedScrollbarLayer> scrollbar = variable
    [all...]
layer_tree_host_impl_unittest.cc 821 // Trying to scroll without a vertical scrollbar will fail.
1596 scoped_ptr<PaintedScrollbarLayerImpl> scrollbar = local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 307 ::-webkit-scrollbar {
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 1919 Scrollbar* scrollbar = view->verticalScrollbar(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 354 // Check if adding a scrollbar will result in needing the other scrollbar.
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 1161 .mosaic::-webkit-scrollbar {
1165 .mosaic::-webkit-scrollbar-thumb {
1169 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 351 // Catch the case if an (unsupported) widget type is used. Only FrameView and ScrollBar are supported now.
981 // Send document value changed on scrollbar value changed notification.
982 Scrollbar* scrollBar = toAXScrollbar(obj)->scrollbar();
983 if (!scrollBar || !scrollBar->parent() || !scrollBar->parent()->isFrameView())
985 Document* document = toFrameView(scrollBar->parent())->frame().document();
  /external/chromium_org/tools/traceline/svgui/
traceline.js 301 // We make a fake scrollbar, which doesn't actually have the SVG inside of it,
477 // Watch when we get scroll events on the fake scrollbar and debounce. We

Completed in 545 milliseconds

1 2 34 5