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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityScrollbar.h 36 class Scrollbar;
40 static PassRefPtr<AccessibilityScrollbar> create(Scrollbar*);
42 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::AccessibilityScrollbar
45 explicit AccessibilityScrollbar(Scrollbar*);
62 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.cpp 254 // We make an exception for scrollbar pseudo elements and allow a set of pseudo classes (but nothing else)
256 nextContext.hasScrollbarPseudo = dynamicPseudo != NOPSEUDO && (context.scrollbar || dynamicPseudo == SCROLLBAR_CORNER || dynamicPseudo == RESIZER);
857 RenderScrollbar* scrollbar = context.scrollbar; local
    [all...]
SelectorChecker.h 66 , scrollbar(0)
80 RenderScrollbar* scrollbar; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
  /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/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
FrameView.cpp 350 Scrollbar* horizontalBar = horizontalScrollbar();
354 Scrollbar* verticalBar = verticalScrollbar();
372 // and determine which scrollbar style to use based on a lightness
487 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
494 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
497 // Try the <body> element first as a scrollbar source.
499 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR))
504 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR))
507 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
509 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR))
2776 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
EventHandler.cpp 79 #include "core/platform/Scrollbar.h"
629 // so it's allowed to start a drag or selection if it wasn't in a scrollbar.
630 m_mouseDownMayStartSelect = canMouseDownStartSelect(event.targetNode()) && !event.scrollbar();
1373 Scrollbar* scrollbar = mev.scrollbar(); local
1386 Scrollbar* scrollbar = view ? view->scrollbarAtPoint(mouseEvent.position()) : 0; local
1508 Scrollbar* scrollbar = 0; local
2228 Scrollbar* scrollbar = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 36 class Scrollbar;
58 WebCore::Scrollbar* scrollbar() { return m_scrollbar.get(); } function in class:WebKit::WebPluginScrollbarImpl
100 RefPtr<WebCore::Scrollbar> m_scrollbar;
PopupListBox.cpp 91 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
92 if (scrollbar) {
93 m_capturingScrollbar = scrollbar;
111 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
112 if (m_lastScrollbarUnderMouse != scrollbar) {
113 // Send mouse exited to the old scrollbar.
116 m_lastScrollbarUnderMouse = scrollbar;
119 if (scrollbar) {
    [all...]
WebFrameImpl.cpp 2353 Scrollbar* scrollbar = view->verticalScrollbar(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 45 class Scrollbar;
64 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::HitTestResult
91 void setScrollbar(Scrollbar*);
135 RefPtr<Scrollbar> m_scrollbar;
RenderLayer.cpp 73 #include "core/platform/Scrollbar.h"
2843 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 402 HWND scrollbar = reinterpret_cast<HWND>(lparam); local
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 201 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
203 ScrollbarTheme* theme = scrollbar->theme();
204 WebKit::WebScrollbarThemePainter painter(theme, scrollbar);
207 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createScrollbarLayer(new WebKit::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
268 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar(); local
269 if (scrollbar->isCustomScrollbar()) {
276 scrollbarLayer = addWebScrollbarLayer(scrollableArea, orientation, createScrollbarLayer(scrollbar));
280 bool isOpaqueScrollbar = !scrollbar->isOverlayScrollbar()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 437 "scrollbar-slider-prelight-color", &theme_thumb_active,
438 "scrollbar-slider-normal-color", &theme_thumb_inactive,
439 "scrollbar-trough-color", &theme_trough_color,
442 // Ask the theme if the theme specifies all the scrollbar colors and short
451 // Create window containing scrollbar elements
454 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
456 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
458 gtk_widget_realize(scrollbar);
460 // Draw scrollbar thumb part and track into offscreen image
463 GtkStyle* style = gtk_rc_get_style(scrollbar);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 480 "scrollbar-slider-prelight-color", &theme_thumb_active,
481 "scrollbar-slider-normal-color", &theme_thumb_inactive,
482 "scrollbar-trough-color", &theme_trough_color,
485 // Ask the theme if the theme specifies all the scrollbar colors and short
497 // Create window containing scrollbar elements
500 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
502 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
504 gtk_widget_realize(scrollbar);
506 // Draw scrollbar thumb part and track into offscreen image
509 GtkStyle* style = gtk_rc_get_style(scrollbar);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 425 "scrollbar-slider-prelight-color", &theme_thumb_active,
426 "scrollbar-slider-normal-color", &theme_thumb_inactive,
427 "scrollbar-trough-color", &theme_trough_color,
430 // Ask the theme if the theme specifies all the scrollbar colors and short
439 // Create window containing scrollbar elements
442 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
444 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
446 gtk_widget_realize(scrollbar);
448 // Draw scrollbar thumb part and track into offscreen image
451 GtkStyle* style = gtk_rc_get_style(scrollbar);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 31 #include "core/platform/Scrollbar.h"
111 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
113 return Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
195 if (Scrollbar* verticalBar = verticalScrollbar())
197 if (Scrollbar* horizontalBar = horizontalScrollbar())
284 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_horizontalScrollbar : m_verticalScrollbar).get(); local
287 if (!scrollbar) {
293 return scrollbar->totalSize() - scrollbar->visibleSize()
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 725 // Trying to scroll without a vertical scrollbar will fail.
740 // Trying to scroll with a vertical scrollbar will succeed.
1131 scoped_ptr<ScrollbarLayerImpl> scrollbar = ScrollbarLayerImpl::Create( 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 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 3551 milliseconds

1 2