HomeSort by relevance Sort by last modified time
    Searched full:scrollbars (Results 126 - 150 of 306) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 58 'resizable=0,scrollbars=0,width=690,height=415');
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 79 // Dispatched by the scrolling tree during handleWheelEvent. This is required as long as scrollbars are painted on the main thread.
ScrollingCoordinator.cpp 233 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
234 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea))
282 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
283 return scrollbars.add(scrollableArea, scrollbarLayer).storedValue->value.get();
288 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
289 return scrollbars.get(scrollableArea);
337 // Root layer non-overlay scrollbars should be marked opaque to disable
    [all...]
  /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/chromium_org/pdf/
paint_manager.h 25 // scrollbars.
108 // don't have to resize the context when scrollbars appear/dissapear due to
instance.h 202 // scrollbars, background parts, and notifies the pdf engine.
214 // shown, so for overlay scrollbars it'll still be non-zero.
218 // If overlay scrollbars are used, this will be 0.
221 // Returns true if overlay scrollbars are in use.
367 // scrollbars/toolbars and horizontal centering.
  /external/chromium_org/ui/webui/resources/css/
overlay.css 153 /* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the
154 * overlay contains scrollable content. To resolve this, style the scrollbars on
  /external/chromium_org/ui/views/controls/
scroll_view.cc 139 // Don't add the scrollbars as children until we discover we need them
149 // The scrollbars may not have been added, delete them to ensure they get
326 // Update to the real client size with the visible scrollbars.
382 // If the event happened on one of the scrollbars, then those events are
383 // sent directly to the scrollbars. Otherwise, only scroll events are sent to
384 // the scrollbars.
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 74 EXPECT_EQ(cc_child1->scrollbars()->size(), 1UL);
75 EXPECT_EQ(*(cc_child1->scrollbars()->begin()), cc_child2);
90 EXPECT_EQ(cc_child2->scrollbars()->size(), 1UL);
91 EXPECT_EQ(*(cc_child2->scrollbars()->begin()), cc_child1);
378 // For solid color scrollbars, position and size should reflect the
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 519 // If the user has scrolled the page, then the scrollbars must be animated here.
846 // At this time, only legacy scrollbars needs to send notifications here.
863 // At this time, only legacy scrollbars needs to send notifications here.
    [all...]
  /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_org/cc/trees/
layer_tree_host_unittest_damage.cc 418 // The second frame should not damage the scrollbars.
422 // The third frame should damage the scrollbars.
426 // The fourth frame should damage the scrollbars.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 322 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
421 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
473 // This test document setup an iframe with scrollbars, then switch to
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.cc 73 // WebView uses the Android system's scrollbars and overscroll glow.
  /external/chromium_org/cc/base/
switches.cc 64 // Virtual viewport for fixed-position elements, scrollbars during pinch.
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 185 /** Scrollbars ****************************************************************/
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 39 // The sizer element is placed behind the plugin element to cause scrollbars
188 // Go to the previous page if there are no horizontal scrollbars.
205 // Go to the next page if there are no horizontal scrollbars.
464 // Offset the toolbar position so that it doesn't move if scrollbars appear.
  /external/chromium_org/chrome/browser/resources/uber/
uber_frame.js 120 * currently RTL scrollbars still draw on the right).
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_mac.mm 121 // This is needed by the NSAnimations run for the scrollbars. If we switch

Completed in 939 milliseconds

1 2 3 4 56 7 8 91011>>