HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 226 - 250 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/cc/trees/
layer_tree_host_unittest_damage.cc 503 // scrolling) won't damage the scrollbar.
551 // The second frame has scrolled, so the scrollbar should be damaged.
575 // Scroll on the thread. This should damage the scrollbar for the
tree_synchronizer.cc 12 #include "cc/input/scrollbar.h"
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 45 .below-marketing::-webkit-scrollbar {
49 .below-marketing::-webkit-scrollbar-track-piece {
53 .below-marketing::-webkit-scrollbar-thumb {
  /external/chromium_org/ui/native_theme/
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...]
  /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/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 235 PassRefPtr<Scrollbar> AutofillPopupMenuClient::createScrollbar(
240 return Scrollbar::create(scrollableArea, orientation, size);
AutofillPopupMenuClient.h 99 virtual PassRefPtr<WebCore::Scrollbar> createScrollbar(
WebFrameImpl.h 333 InvalidateScrollbar, // Vertical scrollbar only.
334 InvalidateAll // Both content area and the scrollbar.
411 // Determines whether to invalidate the content area and scrollbar.
492 // Keeps track of when the scoping effort should next invalidate the scrollbar
WebPluginContainerImpl.h 194 // The associated scrollbar group object, created lazily. Used for Pepper
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp 327 // Scrollbar layers use this layer for relative positioning, so don't clip.
    [all...]
  /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/chromium_org/cc/input/
input_handler.h 12 #include "cc/input/scrollbar.h"
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.h 41 // If the main frame has a horizontal scrollbar.
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 540 ::-webkit-scrollbar-thumb,
545 :-WebKit-ScrollBar {
552 :-WebKit-ScrollBar (should be ::-WebKit-ScrollBar)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 11 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 124 // Subtract some padding. This should match the paddings in the CSS plus room for the scrollbar.
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 44 // (2) Scrollbars (Scrollbar)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 132 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_list.js 111 // scrollbar calculate with this height.

Completed in 1138 milliseconds

1 2 3 4 5 6 7 8 91011>>