/external/webkit/Source/WebCore/rendering/ |
RenderFrameBase.cpp | 59 // if scrollbars are off, and the width or height are fixed
|
/frameworks/base/packages/SystemUI/res/layout/ |
system_bar_recent_panel.xml | 48 android:scrollbars="none"
|
/packages/apps/Calculator/res/values/ |
styles.xml | 47 <item name="android:scrollbars">none</item>
|
/packages/apps/QuickSearchBox/res/layout/ |
search_activity.xml | 34 android:scrollbars="none"
|
/packages/apps/Settings/res/layout/ |
proxy.xml | 30 android:scrollbars="vertical" >
|
/packages/inputmethods/OpenWnn/res/layout/ |
candidates.xml | 76 android:scrollbars="vertical"
|
/sdk/apps/NotificationStudio/res/layout/ |
editable_item.xml | 73 android:scrollbars="none"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
HorizontalScrollViewRule.java | 60 // Insert a horizontal linear layout which is commonly used with horizontal scrollbars
|
/external/webkit/Tools/QtTestBrowser/ |
webview.cpp | 99 // WebCore will work as if there was no content rendered offscreen, and then no scrollbars need 102 // 1) Set QGraphicsView's scrollbars policy back to 'auto'.
|
/packages/apps/QuickSearchBox/res/layout-xlarge/ |
search_activity.xml | 71 android:scrollbars="none" 198 android:scrollbars="none"
|
/external/webkit/Source/WebCore/platform/ |
ScrollView.cpp | 845 // We don't allow mouse wheeling to happen in a ScrollView that has had its scrollbars explicitly disabled. [all...] |
Widget.h | 124 // (2) Scrollbars (Scrollbar) 129 // Widgets are connected in a hierarchy, with the restriction that plugins and scrollbars are always leaves of the
|
ScrollableArea.cpp | 137 // Tell the scrollbars to update their thumb postions.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 98 android:fadeScrollbars : Defines whether to fade out scrollbars when they are not in use. [boolean] 101 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars. [dimension]
|
completion5-expected-completion40.txt | 95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] 98 android:fadeScrollbars : Defines whether to fade out scrollbars when they are not in use. [boolean] 101 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars. [dimension]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 42 <!-- Defines the scrollbars size. --> 171 <!-- Defines which scrollbars should be displayed on scrolling or not. --> 172 <attr name="scrollbars"> 181 <!-- Sets the width of vertical scrollbars and height of horizontal scrollbars. -->
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.cc | 240 // Set fake scrollbars so that we can get scroll messages, 257 // painting of scrollbars by returning 0 size for them.
|
/external/webkit/Source/WebKit/gtk/tests/ |
testwebview.c | 166 /* Load a page with a big div that will cause scrollbars to appear */ 231 /* Load a page with a big div that will cause scrollbars to appear */
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebwindowfeatures.cpp | 213 * Controls whether the scrollbars should be visible for the window. 222 "Controls whether the scrollbars should be visible for the window.",
|
webkitwebframe.cpp | 265 * WebKitWebFrame::scrollbars-policy-changed: 268 * Signal emitted when policy for one or both of the scrollbars of 276 * scrollbars are applied as %GTK_POLICY_AUTOMATIC instead, since 289 webkit_web_frame_signals[SCROLLBARS_POLICY_CHANGED] = g_signal_new("scrollbars-policy-changed", [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vbnet.php | 62 'RETRYCANCEL', 'SCROLLBARS', 'SYSTEMFOLDER', 'SYSTEMMODAL', 'TEMPORARYFOLDER',
|
/external/webkit/Source/WebCore/css/ |
CSSImportRule.cpp | 90 DEFINE_STATIC_LOCAL(const String, mediaWikiKHTMLFixesStyleSheet, ("/* KHTML fix stylesheet */\n/* work around the horizontal scrollbars */\n#column-content { margin-left: 0; }\n\n"));
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumLinux.cpp | 48 // Horiz and Vert scrollbars are the same thickness.
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.h | 70 * - "scrollbars,visible,set", Eina_Bool: set scrollbars visibility. 71 * - "scrollbars,visible,get", Eina_Bool *: expects a @c EINA_TRUE if scrollbars
|
ewk_window_features.cpp | 78 * @param scrollbars_visible the pointer to store if scrollbars is visible
|