HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 201 - 225 of 434) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h 44 class Scrollbar;
RenderMenuList.cpp 531 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
533 RefPtr<Scrollbar> widget;
534 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
538 widget = Scrollbar::createNativeScrollbar(scrollableArea, orientation, controlSize);
RenderPart.cpp 140 Scrollbar* frameScrollbar = childFrameView->scrollbarAtPoint(newHitTestLocation.roundedPoint());
RenderTextControl.cpp 114 // FIXME: We should get the size of the scrollbar from the RenderTheme instead.
126 // We are able to have a horizontal scrollbar if the overflow style is scroll, or if its auto and there's no word wrap.
RenderLayer.cpp 73 #include "core/platform/Scrollbar.h"
2843 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers_unittests.js 59 testNameList = ["scrollbars/custom-scrollbar-with-incomplete-style.html"];
results_unittests.js 35 "custom-scrollbar-with-incomplete-style.html": {
43 "flaky-scrollbar.html": {
48 "unexpected-failing-flaky-scrollbar.html": {
157 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/third_party/WebKit/public/platform/android/
WebThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/webkit/data/test_shell/
index.html 32 <li><a href="scrollbar/test.html">Overflow Div scrolling</a>
  /packages/apps/ContactsCommon/res/values/
dimens.xml 50 <!-- Padding to be used between a visible scrollbar and the contact list -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
  /external/chromium_org/ui/native_theme/
native_theme_aura.cc 38 // We don't draw scrollbar buttons.
91 // of as two separate pieces: otherwise, only the portion of the scrollbar
native_theme_win.cc 308 // Scrollbar components on Windows Classic theme (on all Windows versions)
310 // indirectly. In addition, scrollbar thumbs and grippers for the Windows XP
318 if (!GetThemeHandle(SCROLLBAR))
325 if (!GetThemeHandle(SCROLLBAR) ||
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_win.cc 71 // Set the width for the drop down while accounting for the scrollbar and
182 // It's ok to add WS_VSCROLL. The scrollbar will show up only when necessary
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 34 * Defines the width of the horizontal scrollbar and the height of the vertical scrollbar in
338 * @return The width of the horizontal scrollbar and the height of the vertical
339 * scrollbar in dips
349 * @return The width of the horizontal scrollbar and the height of the vertical
350 * scrollbar in pixels
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.js 407 // Div that acts as a custom scrollbar. The scrollbar has to live
414 this.scrollbar_.className = 'tile-page-scrollbar';
418 // This contains everything but the scrollbar.
494 * Returns the width of the scrollbar, in pixels, if it is active, or 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 223 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
224 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
225 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
226 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
228 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
231 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
232 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_graph_view.js 98 // Initialize the scrollbar.
166 * Update the range of the scrollbar. If |resetPosition| is true, also
189 * scale factor, and moves the scrollbar all the way to the right.
205 * Specifically, updates the scrollbar's range, and if the scrollbar is
timeline_view.js 68 TimelineView.SCROLLBAR_DIV_ID = 'timeline-view-scrollbar-div';
69 TimelineView.SCROLLBAR_INNER_DIV_ID = 'timeline-view-scrollbar-inner-div';
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 39 .below-marketing::-webkit-scrollbar {
43 .below-marketing::-webkit-scrollbar-track-piece {
47 .below-marketing::-webkit-scrollbar-thumb {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 92 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
233 virtual void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&) OVERRIDE;
384 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 41 import org.eclipse.swt.widgets.ScrollBar;
252 ScrollBar verticalBar = scrolledComposite.getVerticalBar();
277 ScrollBar vBar = scrolledComposite.getVerticalBar();

Completed in 1634 milliseconds

1 2 3 4 5 6 7 891011>>