/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 44 SCROLLBAR, 211 // Paints a scrollbar arrow. |classic_state| should have the appropriate 226 // Paints a scrollbar track section. |align_rect| is only used in classic
|
/external/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 22 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { 140 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { 155 .CodeMirror-scrollbar-filler {
|
/external/chromium_org/pdf/ |
instance.cc | 444 // When scrollbar is in the scrolling mode we should display thumbnails 445 // even the mouse is outside the thumbnail and scrollbar areas. 459 // scrollbar. 683 // Possible to hit this condition since sometimes the scrollbar codes posts 694 void Instance::ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar, 697 if (v_scrollbar_.get() && *v_scrollbar_ == scrollbar) { 713 } else if (h_scrollbar_.get() && *h_scrollbar_ == scrollbar) { 718 void Instance::ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar, 858 // overlay scrollbar that's over the background. We also do this in a separate 859 // loop because the scrollbar painting logic uses the signal of whether ther [all...] |
button.cc | 99 // controls (scrollbar) to process mouse button up.
|
/frameworks/base/core/java/android/view/ |
View.java | [all...] |
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/ |
sample_main.xml | 41 you should set the android:scrollbarStyle such that the scrollbar
|
/developers/build/prebuilts/gradle/CustomChoiceList/ |
README.md | 36 guidelines. When doing so, you should set the `android:scrollbarStyle` attribute such that the scrollbar doesn't inset.
|
/developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/ |
sample_main.xml | 41 you should set the android:scrollbarStyle such that the scrollbar
|
/developers/samples/android/ui/lists/CustomChoiceList/ |
template-params.xml | 93 guidelines. When doing so, you should set the `android:scrollbarStyle` attribute such that the scrollbar doesn't inset.
|
/development/samples/browseable/BorderlessButtons/res/layout/ |
sample_main.xml | 41 you should set the android:scrollbarStyle such that the scrollbar
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
group_util.js | 80 'scrollbar ' +
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab_theme.css | 57 .tile-page-scrollbar {
|
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/ |
app_info_dialog_views.cc | 80 // Clip the scrollable view so that the scrollbar appears. As long as this
|
/external/chromium_org/content/public/common/ |
renderer_preferences.h | 66 // The color of different parts of the scrollbar. Currently only used on
|
/external/chromium_org/content/renderer/ |
render_view_browsertest_mac.mm | 57 /* Add a vertical scrollbar */
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderScrollbarPart.h | 50 // Scrollbar parts needs to be rendered at device pixel boundaries.
|
RenderTextControl.cpp | 124 // FIXME: We should get the size of the scrollbar from the RenderTheme instead. 136 // We are able to have a horizontal scrollbar if the overflow style is scroll, or if its auto and there's no word wrap.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformWheelEvent.h | 38 // up and down (you get the same behavior as if the user was clicking in a scrollbar track to page up or page down).
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFallbackThemeEngine.h | 144 // like vertical scrollbar thumbs, the width will be the required width of
|
WebThemeEngine.h | 184 // like vertical scrollbar thumbs, the width will be the required width of
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
ScrollbarHelper.java | 89 // smooth scrollbar enabled. try to estimate better.
|
/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/chrome/browser/ui/pdf/ |
pdf_browsertest_base.cc | 36 // Include things like browser frame and scrollbar and make sure we're bigger 140 // Also note that the images we saved are cut off before the scrollbar, as
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
helpScreen.css | 51 .help-window-main .help-container-wrapper::-webkit-scrollbar { 55 .help-window-main .help-container-wrapper::-webkit-scrollbar-corner, 60 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical { 66 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:hover, 67 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:active { 71 .help-window-main .help-container-wrapper::-webkit-scrollbar-track:vertical {
|