HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 251 - 275 of 376) sorted by null

<<111213141516

  /external/skia/legacy/src/views/
SkListWidget.cpp 441 if (dom.findBool(node, "scrollBar", &hasScrollBar))
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 260 newObj = AccessibilityScrollbar::create(static_cast<Scrollbar*>(widget));
AccessibilityObject.h 410 virtual AccessibilityObject* scrollBar(AccessibilityOrientation) const { return 0; }
  /external/webkit/Source/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 82 "scroll", "scrollbar", "se-resize", "searchfield", "searchfield-cancel-button", "searchfield-decoration", "searchfield-results-button",
inspector.css 269 .scrollable-content::-webkit-scrollbar {
273 .scrollable-content::-webkit-scrollbar-corner,
278 .scrollable-content::-webkit-scrollbar-thumb:vertical {
284 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover,
285 .scrollable-content::-webkit-scrollbar-thumb:vertical:active {
289 .scrollable-content::-webkit-scrollbar-track:vertical {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/po/
id.po 400 msgid "Horizontal Scrollbar Policy"
405 "Determines the current policy for the horizontal scrollbar of the frame."
410 msgid "Vertical Scrollbar Policy"
414 msgid "Determines the current policy for the vertical scrollbar of the frame."
    [all...]
it.po 417 msgid "Horizontal Scrollbar Policy"
422 "Determines the current policy for the horizontal scrollbar of the frame."
428 msgid "Vertical Scrollbar Policy"
432 msgid "Determines the current policy for the vertical scrollbar of the frame."
    [all...]
nl.po 398 msgid "Horizontal Scrollbar Policy"
403 "Determines the current policy for the horizontal scrollbar of the frame."
407 msgid "Vertical Scrollbar Policy"
411 msgid "Determines the current policy for the vertical scrollbar of the frame."
    [all...]
pl.po 406 msgid "Horizontal Scrollbar Policy"
411 "Determines the current policy for the horizontal scrollbar of the frame."
415 msgid "Vertical Scrollbar Policy"
419 msgid "Determines the current policy for the vertical scrollbar of the frame."
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 722 // FIXME: We should apply the right property to the frameView. (scrollbar,margins)
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp 81 return result.append("ScrollBar");
WebThemeControlDRTWin.cpp 290 // Indent amounts for short and long sides of the scrollbar notches.
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 529 * descending order or the scrollbar goes crazy.
  /external/webkit/Source/WebKit/win/
WebView.cpp 124 #include <WebCore/Scrollbar.h>
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list.js 21 * false if the mouseevent was generated over a border or a scrollbar.
422 // not click on a border or a scrollbar.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 370 'SCROLLBAR-HORIZONTAL','SCROLL-BARS','SCROLLBAR-VERTICAL','SEAL-TIMESTAMP',
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 608 " GtkScrolledWindow::scrollbar-spacing = 0 "
616 " -GtkScrolledWindow-scrollbar-spacing: 0;"
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 452 * Indicates whether to use pixels-based or position-based scrollbar
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 2960 RenderScrollbar* scrollbar = RenderScrollbar::scrollbarForStyleResolve(); local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 411 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
477 // Revise the sidenav widths to make room for the scrollbar
482 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
995 // Another nasty hack to make the scrollbar appear now that we have height
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 485 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
551 // Revise the sidenav widths to make room for the scrollbar
556 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 464 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
530 // Revise the sidenav widths to make room for the scrollbar
535 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
1021 // Another nasty hack to make the scrollbar appear now that we have height
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 54 #include "Scrollbar.h"
262 return max(max<int>(height * Scrollbar::minFractionToStepWhenPaging(), height - Scrollbar::maxOverlapBetweenPages()), 1);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 68 import org.eclipse.swt.widgets.ScrollBar;
    [all...]

Completed in 1054 milliseconds

<<111213141516