/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
|
/sdk/sdklauncher/app/src/com/android/sdklauncher/ |
Main.java | 185 * display multi-line content with scrollbars.
|
/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.
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.cpp | [all...] |
RenderScrollbar.cpp | 161 // Scrollbars for root frames should always have background color
|
RenderListBox.cpp | 277 // Depending on whether we have overlay scrollbars they 838 // Force an update since we know the scrollbars have changed things.
|
/external/webkit/Source/WebCore/page/ |
FrameView.cpp | 192 // Custom scrollbars should already be destroyed at this point 196 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow. 261 // Reset the document's scrollbars back to our defaults before we yield the floor. 405 // with frame flattening no subframe can have scrollbars 406 // but we also cannot turn scrollbars of as we determine 499 // 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;
|
EventHandler.h | 120 HitTestScrollbars scrollbars = DontHitTestScrollbars,
|
WindowFeatures.cpp | 158 else if (keyString == "scrollbars")
|
/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.
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 49 // layout results. Entries are for regular, small, and mini scrollbars.
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk.cpp | 76 // Top-level scrollbar i.e. scrollbars who have a parent ScrollView
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 246 // each SetScrollbar call, we can control the scrollbars
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | [all...] |
/build/tools/droiddoc/templates-sdk/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/webkit/Source/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.cpp | 122 like toolbars/scrollbars etc. It is used by the viewport meta tag as well as 389 // always draw scrollbars on the right hand side, so we assume this to be the
|