HomeSort by relevance Sort by last modified time
    Searched full:scrollbars (Results 101 - 125 of 253) sorted by null

1 2 3 45 6 7 8 91011

  /external/webkit/Source/WebKit/mac/WebView/
WebFramePrivate.h 128 // Sets whether the scrollbars, if any, should be shown inside the document's border
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 163 // this QGraphicsWebView as the scrollbars are needed when there's no compositing
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTMac.mm 98 // To match the Mac port, we still use HITheme for inner scrollbars.
  /external/webkit/Tools/EWebLauncher/
main.c 363 info("Scrollbars visible changed: show");
366 info("Scrollbars visible changed: hide");
721 evas_object_smart_callback_add(app->browser, "scrollbars,visible,set", on_scrollbars_visible_set, app);
722 evas_object_smart_callback_add(app->browser, "scrollbars,visible,get", on_scrollbars_visible_get, app);
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 40 * Duration of the fade when scrollbars fade away in milliseconds
45 * Default delay before the scrollbars fade in milliseconds
350 * @return Duration of the fade when scrollbars fade away in milliseconds
357 * @return Default delay before the scrollbars fade in milliseconds
View.java 535 * offset as well as mechanisms for drawing scrollbars. See
782 * <p>This view doesn't show scrollbars.</p>
3531 final int scrollbars = a.getInt(attr, SCROLLBARS_NONE); local
    [all...]
  /packages/apps/PackageInstaller/res/layout/
install_confirm.xml 71 android:scrollbars="none">
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java 145 // Make sure the scrollbars are visible for a moment after selection
  /packages/inputmethods/LatinIME/java/res/layout/
research_feedback_fragment_layout.xml 64 android:scrollbars="vertical"
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 413 // since our text control doesn't have scrollbars, the default size of 0 width should be
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 148 // The clipping layer is the size of the WebView client area (window less the scrollbars).
  /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/chrome/browser/resources/
print_preview.css 576 /* Scrollbars */
600 /* Scrollbars shouldn?t intervene with mouse operations */
632 /* Scrollbars disappear after 2 seconds */
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/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 517 g_signal_emit_by_name(webFrame, "scrollbars-policy-changed", &isHandled);
530 // the scrollbars are completely disabled; We have a disparity
532 // can represent; the idea is not to show scrollbars, only.
  /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/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 187 // Custom scrollbars should already be destroyed at this point
191 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
256 // Reset the document's scrollbars back to our defaults before we yield the floor.
400 // with frame flattening no subframe can have scrollbars
401 // but we also cannot turn scrollbars of as we determine
494 // scrollbars. The CSS2.1 draft states that HTML UAs should use the <html> or <body> element and XML/XHTML UAs should
    [all...]
DOMWindow.h 125 BarInfo* scrollbars() const;
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 149 // If set to false, do not draw scrollbars on this frame's view.
165 // height required to display the document without scrollbars.
168 // Returns true if the contents (minus scrollbars) has non-zero area.
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 329 // dynamic scrollbars properly. Without it, every frame will always have scrollbars.
404 // Scrollbars are drawn either using AppKit (which uses NSUserDefaults) or using HIToolbox (which uses CFPreferences / kCFPreferencesAnyApplication / kCFPreferencesCurrentUser / kCFPreferencesAnyHost)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.h 108 // Tell the renderer not to draw scrollbars on windows smaller than
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 89 // This method returns the colors webkit will use for the scrollbars. When no
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 233 // Find the area we have to work with (after accounting for scrollbars, etc).
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 246 // RenderBox returns the "pure" content area box, exclusive of the scrollbars (if present), which also count towards the content area in CSS.

Completed in 1323 milliseconds

1 2 3 45 6 7 8 91011