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

1 2

  /external/chromium/chrome/browser/resources/
print_preview_animations.js 6 // preview tab (scrollbars, showing hiding options, resizing).
10 // Timeout duration in milliseconds used for showing the scrollbars.
14 // Holds all elements that have scrollbars attached to them.
20 * Makes the scrollbars visible. If |el| has already a scrollbar timer, it
23 * @param {HTMLDivElement} el The element associated with the scrollbars
38 * Hides the scrollbars.
40 * @param {HTMLElement} el The element associated with the scrollbars
48 * Handles a mouse move event, takes care of updating the scrollbars.
62 * Updates the scrollbars associated with the the input element.
79 // Make sure the scrollbars are big enough
    [all...]
new_new_tab.js 416 // Returns whether or not vertical scrollbars are present.
421 // Enables scrollbars (they will only show up if needed).
426 // Hides all scrollbars.
468 // While transitioning sections, we only want scrollbars to appear if they're
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 196 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
197 if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea))
236 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
237 return scrollbars.add(scrollableArea, scrollbarLayer).iterator->value.get();
242 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars; local
243 return scrollbars.get(scrollableArea);
278 // Root layer non-overlay scrollbars should be marked opaque to disable
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 94 ['locationbar', 'menubar', 'personalbar', 'scrollbars', 'statusbar',
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 124 BarProp* scrollbars() const;
Window.idl 39 [Replaceable] readonly attribute BarProp scrollbars;
DOMWindow.cpp 558 BarProp* DOMWindow::scrollbars() const function in class:WebCore::DOMWindow
563 m_scrollbars = BarProp::create(m_frame, BarProp::Scrollbars);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/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 167 // Determine whether or not horizontal or vertical scrollbars are
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 254 'resizable=yes,scrollbars=yes,status=yes');
  /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...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 63 // initialize the divs with custom scrollbars
768 /* Re-initialize the scrollbars to account for changed nav size.
793 /* 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...]
  /frameworks/base/core/java/android/view/
View.java 537 * offset as well as mechanisms for drawing scrollbars. See
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 2712 milliseconds

1 2