HomeSort by relevance Sort by last modified time
    Searched defs:scrollbar (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollbar.h 36 class Scrollbar;
40 static PassRefPtr<AXScrollbar> create(Scrollbar*);
42 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::FINAL
45 explicit AXScrollbar(Scrollbar*);
64 RefPtr<Scrollbar> m_scrollbar;
  /external/chromium_org/third_party/WebKit/Source/core/css/
PseudoStyleRequest.h 35 PseudoStyleRequest(PseudoId pseudoId, RenderScrollbar* scrollbar = 0, ScrollbarPart scrollbarPart = NoPart)
38 , scrollbar(scrollbar)
50 RenderScrollbar* scrollbar; member in class:WebCore::PseudoStyleRequest
SelectorChecker.h 72 , scrollbar(0)
87 RenderScrollbar* scrollbar; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
SelectorChecker.cpp 218 // We make an exception for scrollbar pseudo elements and allow a set of pseudo classes (but nothing else)
220 nextContext.hasScrollbarPseudo = dynamicPseudo != NOPSEUDO && (context.scrollbar || dynamicPseudo == SCROLLBAR_CORNER || dynamicPseudo == RESIZER);
1011 RenderScrollbar* scrollbar = context.scrollbar; local
    [all...]
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 55 ScrollbarLayerImplBase* scrollbar = *it; local
56 if (scrollbar->is_overlay_scrollbar())
57 scrollbar->SetOpacity(opacity);
scrollbar_animation_controller_thinning.cc 137 ScrollbarLayerImplBase* scrollbar = *it; local
138 if (scrollbar->is_overlay_scrollbar()) {
139 scrollbar->SetOpacity(
140 AdjustScale(opacity, scrollbar->opacity(), opacity_change_));
141 scrollbar->SetThumbThicknessScaleFactor(
143 scrollbar->thumb_thickness_scale_factor(),
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 48 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
93 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
142 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');
161 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');
  /external/chromium_org/third_party/WebKit/Source/core/page/
MouseEventWithHitTestResults.h 29 class Scrollbar;
38 Scrollbar* scrollbar() const { return m_hitTestResult.scrollbar(); } function in class:WebCore::MouseEventWithHitTestResults
EventHandler.cpp 97 #include "platform/scroll/Scrollbar.h"
594 // so it's allowed to start a drag or selection if it wasn't in a scrollbar.
595 m_mouseDownMayStartSelect = canMouseDownStartSelect(event.targetNode()) && !event.scrollbar();
1439 Scrollbar* scrollbar = 0; local
2100 RefPtr<Scrollbar> scrollbar; local
3332 Scrollbar* scrollbar = view ? view->scrollbarAtPoint(mev.event().position()) : 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 36 class Scrollbar;
56 WebCore::Scrollbar* scrollbar() { return m_scrollbar.get(); } function in class:blink::FINAL
99 RefPtr<WebCore::Scrollbar> m_scrollbar;
PopupListBox.cpp 88 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
89 if (scrollbar) {
90 m_capturingScrollbar = scrollbar;
108 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
109 if (m_lastScrollbarUnderMouse != scrollbar) {
110 // Send mouse exited to the old scrollbar.
113 m_lastScrollbarUnderMouse = scrollbar;
116 if (scrollbar) {
    [all...]
WebLocalFrameImpl.cpp 1892 Scrollbar* scrollbar = view->verticalScrollbar(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui_unittests.js 31 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
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;
RenderLayerScrollableArea.cpp 168 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
173 if (scrollbar == m_vBar.get()) {
190 if (scrollbar == m_vBar.get())
193 scrollRect.move(horizontalScrollbarStart(0), box().height() - box().borderBottom() - scrollbar->height());
204 if (scrollbar == m_vBar.get()) {
248 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
275 // We have a scrollbar corner when a scrollbar is visible and not filling the entire length of the box
863 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
    [all...]
  /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...]
layer_tree_host_impl_unittest.cc 805 // Trying to scroll without a vertical scrollbar will fail.
820 // Trying to scroll with a vertical scrollbar will succeed.
1521 scoped_ptr<PaintedScrollbarLayerImpl> scrollbar = local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 246 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
248 ScrollbarTheme* theme = scrollbar->theme();
249 blink::WebScrollbarThemePainter painter(theme, scrollbar);
252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
325 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar(); local
326 if (scrollbar->isCustomScrollbar()) {
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 100 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
102 return Scrollbar::create(this, orientation, RegularScrollbar);
190 if (Scrollbar* verticalBar = verticalScrollbar())
192 if (Scrollbar* horizontalBar = horizontalScrollbar())
245 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_horizontalScrollbar : m_verticalScrollbar).get(); local
248 if (!scrollbar) {
254 return scrollbar->totalSize() - scrollbar->visibleSize();
372 // If we ever turn one scrollbar off, always turn the other one off too
    [all...]
  /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/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/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 3571 RefPtr<WebCore::Scrollbar> scrollbar = frameView->createScrollbar(WebCore::HorizontalScrollbar); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 586 milliseconds

1 2