HomeSort by relevance Sort by last modified time
    Searched refs:scrollbars (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 48 if (!scroll_layer_->scrollbars())
51 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars();
52 for (LayerImpl::ScrollbarSet::iterator it = scrollbars->begin();
53 it != scrollbars->end();
scrollbar_animation_controller_thinning.cc 130 if (!scroll_layer_->scrollbars())
133 LayerImpl::ScrollbarSet* scrollbars = scroll_layer_->scrollbars();
134 for (LayerImpl::ScrollbarSet::iterator it = scrollbars->begin();
135 it != scrollbars->end();
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 27 * @param {number} scrollbarWidth the width of scrollbars on the page
79 * Returns true if the document needs scrollbars at the given zoom level.
80 * @param {number} zoom compute whether scrollbars are needed at this zoom
82 * values indicating if the horizontal and vertical scrollbars are needed
95 * Returns true if the document needs scrollbars at the current zoom level.
97 * indicating if the horizontal and vertical scrollbars are needed
157 * @type {Object} the size of the viewport excluding scrollbars.
197 * @type {number} the width of scrollbars in the viewport in pixels.
279 // First compute the zoom without scrollbars.
288 // Check if there needs to be any scrollbars
    [all...]
pdf.js 40 // The sizer element is placed behind the plugin element to cause scrollbars
164 // Go to the previous page if there are no horizontal scrollbars.
181 // Go to the next page if there are no horizontal scrollbars.
374 // Offset the toolbar position so that it doesn't move if scrollbars appear.
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 241 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
242 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea))
290 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
291 return scrollbars.add(scrollableArea, scrollbarLayer).storedValue->value.get();
296 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
297 return scrollbars.get(scrollableArea);
345 // Root layer non-overlay scrollbars should be marked opaque to disable
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 73 EXPECT_EQ(cc_child1->scrollbars()->size(), 1UL);
74 EXPECT_EQ(*(cc_child1->scrollbars()->begin()), cc_child2);
88 EXPECT_EQ(cc_child2->scrollbars()->size(), 1UL);
89 EXPECT_EQ(*(cc_child2->scrollbars()->begin()), cc_child1);
327 // For solid color scrollbars, position and size should reflect the
    [all...]
layer_impl.h 494 ScrollbarSet* scrollbars() { return scrollbars_.get(); } function in class:cc::LayerImpl
679 // Manages scrollbars for this layer
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 43 [Replaceable, MeasureAs=BarPropScrollbars] readonly attribute BarProp scrollbars;
LocalDOMWindow.h 135 BarProp& scrollbars() const;
LocalDOMWindow.cpp 675 BarProp& LocalDOMWindow::scrollbars() const function in class:WebCore::LocalDOMWindow
678 m_scrollbars = BarProp::create(m_frame, BarProp::Scrollbars);
    [all...]
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 167 ['locationbar', 'menubar', 'personalbar', 'scrollbars', 'statusbar',
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
scrollbar.js 15 * Mode of the scrollbar. As for now, only vertical scrollbars are supported.
  /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/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
  /external/chromium_org/remoting/webapp/
client_session.js 192 // Determine whether or not horizontal or vertical scrollbars are
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 54 'virtual/gpu/compositedscrolling/scrollbars': 'scrollbars',
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 32 // initialize the divs with custom scrollbars
688 /* Re-initialize the scrollbars to account for changed nav size.
713 /* Re-initialize the scrollbars to account for changed nav size. */
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 55 // initialize the divs with custom scrollbars
753 /* Re-initialize the scrollbars to account for changed nav size.
778 /* Re-initialize the scrollbars to account for changed nav size. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 907 def scrollbars(self, wantx=1, wanty=1): member in class:ScrolledWindow
940 # scrollbars, not just dimmed (no matter what
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 62 // initialize the divs with custom scrollbars
781 /* Re-initialize the scrollbars to account for changed nav size.
806 /* Re-initialize the scrollbars to account for changed nav size. */
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 63 // initialize the divs with custom scrollbars
749 /* Re-initialize the scrollbars to account for changed nav size.
774 /* Re-initialize the scrollbars to account for changed nav size. */
    [all...]
  /frameworks/base/core/java/android/view/
View.java 552 * offset as well as mechanisms for drawing scrollbars. See
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 

Completed in 4160 milliseconds

1 2