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

1 2 34 5 6

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 42 #include "platform/scroll/Scrollbar.h"
86 , m_scrollbar(other.scrollbar())
107 m_scrollbar = other.scrollbar();
177 void HitTestResult::setScrollbar(Scrollbar* s)
445 if (!m_scrollbar && other.scrollbar()) {
446 setScrollbar(other.scrollbar());
HitTestResult.h 46 class Scrollbar;
66 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::HitTestResult
95 void setScrollbar(Scrollbar*);
144 RefPtr<Scrollbar> m_scrollbar;
RenderListBox.cpp 57 #include "platform/scroll/Scrollbar.h"
308 // For RTL, items start after the left-side vertical scrollbar.
772 void RenderListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
778 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
797 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
811 IntRect RenderListBox::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
824 IntPoint RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& scrollbarPoint) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 237 .scrollable-content::-webkit-scrollbar {
241 .scrollable-content::-webkit-scrollbar-corner,
246 .scrollable-content::-webkit-scrollbar-thumb:vertical {
252 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover,
253 .scrollable-content::-webkit-scrollbar-thumb:vertical:active {
257 .scrollable-content::-webkit-scrollbar-track:vertical {
    [all...]
responsiveDesignView.css 404 .media-inspector-view::-webkit-scrollbar {
408 .media-inspector-view::-webkit-scrollbar-thumb {
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 57 .tile-page-scrollbar {
  /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/chrome/browser/resources/chromeos/login/
screen_locally_managed_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 725 "scrollbar-slider-prelight-color", &theme_thumb_active,
726 "scrollbar-slider-normal-color", &theme_thumb_inactive,
727 "scrollbar-trough-color", &theme_trough_color,
730 // Ask the theme if the theme specifies all the scrollbar colors and short
743 // Create window containing scrollbar elements
746 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
748 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
750 gtk_widget_realize(scrollbar);
752 // Draw scrollbar thumb part and track into offscreen image
755 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,
210 // Returns the thickness of a scrollbar. This returns the thickness when it's
214 // Returns the space we need to reserve for the scrollbar in the plugin area.
398 // Thickness of a scrollbar.
401 // Reserved thickness of a scrollbar. This is how much space the scrollbar
instance.cc 436 // When scrollbar is in the scrolling mode we should display thumbnails
437 // even the mouse is outside the thumbnail and scrollbar areas.
451 // scrollbar.
658 // Possible to hit this condition since sometimes the scrollbar codes posts
669 void Instance::ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar,
672 if (v_scrollbar_.get() && *v_scrollbar_ == scrollbar) {
688 } else if (h_scrollbar_.get() && *h_scrollbar_ == scrollbar) {
693 void Instance::ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar,
837 // overlay scrollbar that's over the background. We also do this in a separate
838 // loop because the scrollbar painting logic uses the signal of whether ther
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 267 context.scrollbar = m_pseudoStyleRequest.scrollbar;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 8 * - 500: scrollbar
71 ::-webkit-scrollbar {
77 .scrollbar-vertical {
86 .scrollbar-button {
99 :hover > .scrollbar-vertical > .scrollbar-button,
100 .scrollbar-vertical > .scrollbar-button.scrolling {
104 .scrollbar-vertical > .scrollbar-button:hover
    [all...]
gallery.css 1197 .mosaic::-webkit-scrollbar {
1201 .mosaic::-webkit-scrollbar-thumb {
1205 .gallery:not([mode='mosaic']) .mosaic::-webkit-scrollbar-thumb {
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 820 scoped_refptr<PaintedScrollbarLayer> scrollbar = variable
822 scoped_ptr<Scrollbar>(new FakeScrollbar).Pass(), content->id());
823 scrollbar->SetBounds(gfx::Size(10, 10));
824 scrollbar->SetIsDrawable(true);
825 root->AddChild(scrollbar);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp     [all...]
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 279 Scrollbar* horizontalBar = horizontalScrollbar();
283 Scrollbar* verticalBar = verticalScrollbar();
300 // and determine which scrollbar style to use based on a lightness
418 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
421 // Try the <body> element first as a scrollbar source.
423 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
430 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
435 // If we have an owning ipage/LocalFrame element, then it can set the custom scrollbar also.
437 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) {
445 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation
2610 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
screen_container.css 33 #scroll-container::-webkit-scrollbar {
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 300 // Check if adding a scrollbar will result in needing the other scrollbar.
  /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 1892 Scrollbar* scrollbar = view->verticalScrollbar(); local
    [all...]

Completed in 912 milliseconds

1 2 34 5 6