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

1 2 3 4 5 67 8 91011>>

  /developers/samples/android/ui/holo/BorderlessButtons/res/layout/
activity_main.xml 41 you should set the android:scrollbarStyle such that the scrollbar
  /external/webkit/Source/WebCore/page/efl/
EventHandlerEfl.cpp 45 #include "Scrollbar.h"
  /external/webkit/Source/WebCore/page/qt/
EventHandlerQt.cpp 51 #include "Scrollbar.h"
  /external/webkit/Source/WebCore/page/win/
EventHandlerWin.cpp 41 #include "Scrollbar.h"
  /external/webkit/Source/WebCore/page/wx/
EventHandlerWx.cpp 39 #include "Scrollbar.h"
  /external/webkit/Source/WebCore/platform/
HostWindow.h 65 // To notify WebKit of scrollbar mode changes.
Widget.h 124 // (2) Scrollbars (Scrollbar)
134 // Scrollbar - Mac, Gtk
  /external/webkit/Source/WebCore/platform/qt/
WheelEventQt.cpp 25 #include "Scrollbar.h"
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 469 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
471 RefPtr<Scrollbar> widget;
472 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
476 widget = Scrollbar::createNativeScrollbar(scrollableArea, orientation, controlSize);
RenderMenuList.h 110 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
RenderLayerBacking.cpp 600 m_layerForHorizontalScrollbar ->setName("horizontal scrollbar");
613 m_layerForVerticalScrollbar->setName("vertical scrollbar");
    [all...]
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 282 InvalidateScrollbar, // Vertical scrollbar only.
283 InvalidateAll // Both content area and the scrollbar.
327 // Determines whether to invalidate the content area and scrollbar.
391 // Keeps track of when the scoping effort should next invalidate the scrollbar
AutoFillPopupMenuClient.cpp 256 PassRefPtr<Scrollbar> AutoFillPopupMenuClient::createScrollbar(
261 return Scrollbar::createNativeScrollbar(scrollableArea, orientation, size);
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 70 // Flag to indicate that the scrollbar thumb's initial position needs to
316 // Unless in ScrollbarsAlwaysOn mode, if we ever turn one scrollbar off, always turn the other one off too.
317 // Never ever try to both gain/lose a scrollbar in the same pass.
404 // The call to [NSView reflectScrolledClipView] sets the scrollbar thumb
  /packages/apps/ContactsCommon/res/values/
dimens.xml 50 <!-- Padding to be used between a visible scrollbar and the contact list -->
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 73 #include "Scrollbar.h"
412 // // FIXME: We should get the size of the scrollbar from the RenderTheme instead.
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 34 * Defines the width of the horizontal scrollbar and the height of the vertical scrollbar in
331 * @return The width of the horizontal scrollbar and the height of the vertical
332 * scrollbar in dips
342 * @return The width of the horizontal scrollbar and the height of the vertical
343 * scrollbar in pixels
  /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...]
  /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();
  /external/webkit/Source/WebCore/page/
FrameView.h 80 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
321 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 424 scrollbar
425 scrollbar-small
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 156 /* The extra 2% hides the scrollbar in the screenshot. */
  /external/chromium/chrome/browser/resources/
print_preview.html 16 <div class="scrollbar-inside">
  /external/webkit/Source/WebCore/inspector/front-end/
FontView.js 117 // Subtract some padding. This should match the paddings in the CSS plus room for the scrollbar.

Completed in 1353 milliseconds

1 2 3 4 5 67 8 91011>>