/packages/apps/Gallery2/res/layout-land/ |
filtershow_draw_ui.xml | 83 android:scrollbars="none">
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionOverlay.java | 141 // TODO: The scrollbars should take the presence of hint text
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderView.cpp | 107 // ScrollView scrollbars are not the same as RenderLayer scrollbars tested by RenderLayer::hitTestOverflowControls, 108 // so we need to test ScrollView scrollbars separately here. Note that it's important we do this after [all...] |
RenderScrollbar.cpp | 146 // Scrollbars for root frames should always have background color
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 89 android:fadeScrollbars : Defines whether to fade out scrollbars when they are not in use. [boolean] 227 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars. [dimension] 233 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag] [all...] |
/external/chromium_org/third_party/WebKit/public/web/ |
WebFrame.h | 167 // If set to false, do not draw scrollbars on this frame's view. 181 // Returns true if the contents (minus scrollbars) has non-zero area. 184 // Returns the visible content rect (minus scrollbars, in absolute coordinate)
|
/external/chromium_org/cc/layers/ |
layer_impl.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host.cc | 263 // Find the area we have to work with (after accounting for scrollbars, etc).
|
/external/chromium_org/content/browser/renderer_host/ |
legacy_render_widget_host_win.cc | 360 // Prevent scrollbars, etc from drawing.
|
/external/chromium_org/pdf/ |
paint_manager.cc | 225 // Don't flush any part (i.e. scrollbars) if we're resizing the browser,
|
pdf_engine.h | 73 // Scroll the horizontal/vertical scrollbars to a given position.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
LocalDOMWindow.h | 127 BarProp& scrollbars() const;
|
FrameView.cpp | 163 // Custom scrollbars should already be destroyed at this point 167 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow. 302 // For querying RenderLayer::compositingState() when invalidating scrollbars. 469 // scrollbars. The CSS2.1 draft states that HTML UAs should use the <html> or <body> element and XML/XHTML UAs should [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowFeatures.cpp | 162 else if (keyString == "scrollbars")
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollableArea.cpp | 199 // Tell the scrollbars to update their thumb postions.
|
ScrollableArea.h | 266 // Stores the paint invalidations for the scrollbars during layout.
|
ScrollbarTheme.cpp | 92 // Paint the scrollbar background (only used by custom CSS scrollbars).
|
ScrollbarThemeMacCommon.mm | 268 // Note: This is only used for css-styled scrollbars on mac.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_scroll_view_container.cc | 132 // null scrollbars), but clicking on a child of ScrollView forces the window to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyMetadata.java | 240 sCategories.put("scrollbars", "Scrolling");
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible 365 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.cc | 359 // Android WebView uses system scrollbars, so make ours invisible. 403 // scrollbars are in use.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 268 // RenderBox returns the "pure" content area box, exclusive of the scrollbars (if present), which also count towards the content area in CSS. 485 // Include scrollbars to avoid masking them by the gutter.
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible 291 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
|
/frameworks/base/core/res/res/values/ |
styles.xml | 311 <item name="scrollbars">vertical</item> 638 <item name="scrollbars">vertical</item> 643 <item name="scrollbars">horizontal</item> 666 <item name="scrollbars">vertical</item> 679 <item name="scrollbars">horizontal|vertical</item> [all...] |