OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollbar
(Results
201 - 225
of
443
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/res/layout/
sample_main.xml
41
you should set the android:scrollbarStyle such that the
scrollbar
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/res/layout/
sample_main.xml
41
you should set the android:scrollbarStyle such that the
scrollbar
/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/ntp4/
new_tab_theme.css
57
.tile-page-
scrollbar
{
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
...]
/external/chromium_org/content/public/common/
renderer_preferences.h
82
// The color of different parts of the
scrollbar
. Currently only used on
/external/chromium_org/content/renderer/
render_view_browsertest_mac.mm
55
/* Add a vertical
scrollbar
*/
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h
42
class
Scrollbar
;
RenderMenuList.cpp
519
PassRefPtr<
Scrollbar
> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
521
RefPtr<
Scrollbar
> widget;
522
bool hasCustomScrollbarStyle = style()->hasPseudoStyle(
SCROLLBAR
);
526
widget =
Scrollbar
::create(scrollableArea, orientation, controlSize);
RenderMenuList.h
104
virtual PassRefPtr<
Scrollbar
> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) OVERRIDE;
RenderPart.cpp
143
Scrollbar
* frameScrollbar = childFrameView->scrollbarAtPoint(newHitTestLocation.roundedPoint());
RenderTextControl.cpp
125
// FIXME: We should get the size of the
scrollbar
from the RenderTheme instead.
137
// 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
41
// 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/Source/platform/scroll/
FramelessScrollView.h
70
virtual void invalidateScrollbarRect(
Scrollbar
*, const IntRect&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers_unittests.js
59
testNameList = ["scrollbars/custom-
scrollbar
-with-incomplete-style.html"];
results_unittests.js
37
"custom-
scrollbar
-with-incomplete-style.html": {
45
"flaky-
scrollbar
.html": {
50
"unexpected-failing-flaky-
scrollbar
.html": {
159
"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/default/
WebThemeEngine.h
149
// 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
32
// We don't draw
scrollbar
buttons.
86
// of as two separate pieces: otherwise, only the portion of the
scrollbar
/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 {
/frameworks/base/core/java/android/view/
ViewConfiguration.java
34
* Defines the width of the horizontal
scrollbar
and the height of the vertical
scrollbar
in
365
* @return The width of the horizontal
scrollbar
and the height of the vertical
366
*
scrollbar
in dips
376
* @return The width of the horizontal
scrollbar
and the height of the vertical
377
*
scrollbar
in pixels
Completed in 963 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>