OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollbar
(Results
176 - 200
of
451
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt
96
android:scrollbarStyle : Controls the
scrollbar
style and position. [enum]
99
android:scrollbarFadeDuration : Defines the delay in milliseconds that a
scrollbar
takes to fade out. [integer]
100
android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a
scrollbar
waits before fade out. [integer]
102
android:scrollbarThumbHorizontal : Defines the horizontal
scrollbar
thumb drawable. [reference]
103
android:scrollbarThumbVertical : Defines the vertical
scrollbar
thumb drawable. [reference]
104
android:scrollbarTrackHorizontal : Defines the horizontal
scrollbar
track drawable. [reference]
105
android:scrollbarTrackVertical : Defines the vertical
scrollbar
track drawable. [reference]
106
android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal
scrollbar
track should always be drawn. [boolean]
107
android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical
scrollbar
track should always be drawn. [boolean]
completion5-expected-completion40.txt
96
android:scrollbarStyle : Controls the
scrollbar
style and position. [enum]
99
android:scrollbarFadeDuration : Defines the delay in milliseconds that a
scrollbar
takes to fade out. [integer]
100
android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a
scrollbar
waits before fade out. [integer]
102
android:scrollbarThumbHorizontal : Defines the horizontal
scrollbar
thumb drawable. [reference]
103
android:scrollbarThumbVertical : Defines the vertical
scrollbar
thumb drawable. [reference]
104
android:scrollbarTrackHorizontal : Defines the horizontal
scrollbar
track drawable. [reference]
105
android:scrollbarTrackVertical : Defines the vertical
scrollbar
track drawable. [reference]
106
android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal
scrollbar
track should always be drawn. [boolean]
107
android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical
scrollbar
track should always be drawn. [boolean]
/external/chromium_org/content/shell/renderer/test_runner/
mock_web_theme_engine_mac.mm
112
trackInfo.trackInfo.
scrollbar
.viewsize = scrollbarInfo.visibleSize;
119
trackInfo.trackInfo.
scrollbar
.pressState =
/external/chromium_org/remoting/webapp/
main.css
149
::-webkit-
scrollbar
{
154
::-webkit-
scrollbar
-button {
159
::-webkit-
scrollbar
-thumb {
168
::-webkit-
scrollbar
-thumb:hover {
173
::-webkit-
scrollbar
-thumb:active {
178
::-webkit-
scrollbar
-track:hover {
183
::-webkit-
scrollbar
-track:active {
189
::-webkit-
scrollbar
-track-piece {
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h
69
,
scrollbar
(0)
86
RenderScrollbar*
scrollbar
;
member in struct:blink::SelectorChecker::SelectorCheckingContext
CSSSelector.cpp
178
return
SCROLLBAR
;
294
{"-webkit-
scrollbar
", CSSSelector::PseudoScrollbar},
295
{"-webkit-
scrollbar
-button", CSSSelector::PseudoScrollbarButton},
296
{"-webkit-
scrollbar
-corner", CSSSelector::PseudoScrollbarCorner},
297
{"-webkit-
scrollbar
-thumb", CSSSelector::PseudoScrollbarThumb},
298
{"-webkit-
scrollbar
-track", CSSSelector::PseudoScrollbarTrack},
299
{"-webkit-
scrollbar
-track-piece", CSSSelector::PseudoScrollbarTrackPiece},
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
257
Scrollbar
* horizontalBar = horizontalScrollbar();
261
Scrollbar
* verticalBar = verticalScrollbar();
278
// and determine which
scrollbar
style to use based on a lightness
303
// FIXME: do all
scrollbar
invalidations after layout of all frames is complete. It's currently not recursively true.
381
// FIXME: We need to update the
scrollbar
dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
384
// Try the <body> element first as a
scrollbar
source.
386
if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(
SCROLLBAR
)) {
393
if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(
SCROLLBAR
)) {
398
// If we have an owning ipage/LocalFrame element, then it can set the custom
scrollbar
also.
400
if (frameRenderer && frameRenderer->style()->hasPseudoStyle(
SCROLLBAR
)) {
2462
Scrollbar*
scrollbar
= static_cast<Scrollbar*>(widget);
local
[
all
...]
PinchViewport.cpp
48
#include "platform/scroll/
Scrollbar
.h"
280
// FIXME: Rather than manually creating
scrollbar
layers, we should create
379
void PinchViewport::invalidateScrollbarRect(
Scrollbar
*, const IntRect&)
441
name = "Overlay
Scrollbar
Horizontal Layer";
443
name = "Overlay
Scrollbar
Vertical Layer";
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
CompositingReasons.cpp
150
"Secondary layer, the horizontal
scrollbar
layer" },
153
"Secondary layer, the vertical
scrollbar
layer" },
/external/chromium_org/ui/native_theme/
native_theme.h
74
//
scrollbar
.
227
// Paint part during state transition, used for overlay
scrollbar
state
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_header.js
40
* vertical
scrollbar
.
43
// Header should not span over the vertical
scrollbar
of the list.
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
63
//set the horizontal
scrollbar
information.
67
//set the vertical
scrollbar
information.
71
//set the position of horizontal
scrollbar
.
73
//set the position of vertical
scrollbar
.
397
//set the horizontal
scrollbar
information.
401
//set the vertical
scrollbar
information.
405
//set the position of horizontal
scrollbar
.
407
//set the position of vertical
scrollbar
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java
48
/** Vertical scaling &
scrollbar
information. */
51
/** Horizontal scaling &
scrollbar
information. */
/external/chromium_org/content/browser/resources/media/
timeline_graph_view.js
54
// Initialize the
scrollbar
.
79
* Update the range of the
scrollbar
. If |resetPosition| is true, also
102
* scale factor, and moves the
scrollbar
all the way to the right.
117
* Specifically, updates the
scrollbar
's range, and if the
scrollbar
is
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc
5
#include "ui/views/controls/
scrollbar
/base_scroll_bar.h"
24
#include "ui/views/controls/
scrollbar
/base_scroll_bar_thumb.h"
40
:
ScrollBar
(horizontal),
392
// BaseScrollBar,
ScrollBar
implementation:
397
ScrollBar
::Update(viewport_size, content_size, contents_scroll_offset);
/external/chromium_org/ui/webui/resources/js/cr/ui/
grid.js
121
* Measure and cache client width and height with and without
scrollbar
.
142
// Column number may depend on whether
scrollbar
is present or not.
144
// At first make sure there is no
scrollbar
and calculate clientWidth
150
// If clientWidth changed then previously
scrollbar
was shown.
153
// Show
scrollbar
and recalculate clientWidth (triggers reflow).
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc
728
"
scrollbar
-slider-prelight-color", &theme_thumb_active,
729
"
scrollbar
-slider-normal-color", &theme_thumb_inactive,
730
"
scrollbar
-trough-color", &theme_trough_color,
733
// Ask the theme if the theme specifies all the
scrollbar
colors and short
746
// Create window containing
scrollbar
elements
749
GtkWidget*
scrollbar
= gtk_hscrollbar_new(NULL);
local
751
gtk_container_add(GTK_CONTAINER(fixed),
scrollbar
);
local
753
gtk_widget_realize(
scrollbar
);
755
// Draw
scrollbar
thumb part and track into offscreen image
758
GtkStyle* style = gtk_rc_get_style(
scrollbar
);
[
all
...]
/external/chromium_org/pdf/
instance.h
100
virtual void ScrollbarValueChanged(pp::Scrollbar_Dev
scrollbar
,
102
virtual void ScrollbarOverlayChanged(pp::Scrollbar_Dev
scrollbar
,
213
// Returns the thickness of a
scrollbar
. This returns the thickness when it's
217
// Returns the space we need to reserve for the
scrollbar
in the plugin area.
401
// Thickness of a
scrollbar
.
404
// Reserved thickness of a
scrollbar
. This is how much space the
scrollbar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java
43
import org.eclipse.swt.widgets.
ScrollBar
;
101
private
ScrollBar
mHorizontalBar;
102
private
ScrollBar
mVerticalBar;
224
ScrollBar
bar = (
ScrollBar
) event.widget;
239
ScrollBar
bar = (
ScrollBar
) event.widget;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp
782
static void paintScrollbar(
Scrollbar
*
scrollbar
, GraphicsContext& context, const IntRect& clip)
784
if (!
scrollbar
)
788
const IntRect& scrollbarRect =
scrollbar
->frameRect();
792
scrollbar
->paint(&context, transformedClip);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
css.js
465
"
scrollbar
-arrow-color", "
scrollbar
-base-color", "
scrollbar
-dark-shadow-color",
466
"
scrollbar
-face-color", "
scrollbar
-highlight-color", "
scrollbar
-shadow-color",
467
"
scrollbar
-3d-light-color", "
scrollbar
-track-color", "shape-inside",
561
"s-resize", "sans-serif", "scroll", "
scrollbar
", "se-resize", "searchfield",
codemirror.css
22
.CodeMirror-
scrollbar
-filler, .CodeMirror-gutter-filler {
169
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-
scrollbar
-filler, .CodeMirror-gutter-filler {
184
.CodeMirror-
scrollbar
-filler {
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css
224
::-webkit-
scrollbar
{
228
::-webkit-
scrollbar
-thumb {
232
::-webkit-
scrollbar
-thumb:hover {
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp
32
#include "platform/scroll/
Scrollbar
.h"
66
m_scrollbar =
Scrollbar
::create(
365
// Will return false if scroll direction wasn't compatible with this
scrollbar
.
/external/chromium_org/third_party/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 {
Completed in 1538 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>