/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
context_menu_handler.js | 80 // TODO(arv): Handle scrolled documents when needed.
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.h | 129 // width of all the content to be scrolled, less the viewport size.
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk3.cpp | 94 gtk_style_context_add_class(m_context, "scrolled-window");
|
/frameworks/base/core/java/android/text/method/ |
Touch.java | 156 // If we actually scrolled, then cancel the up action.
|
ArrowKeyMovementMethod.java | 267 // If we have scrolled, then the up shouldn't move the cursor,
|
BaseMovementMethod.java | 378 * the document is being scrolled. 392 * the document is being scrolled.
|
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 106 * something in the view tree has been scrolled. 111 * has been scrolled. 398 * Register a callback to be invoked when a view has been scrolled. 612 * Notifies registered listeners that something has scrolled.
|
GestureDetector.java | 82 * @param distanceX The distance along the X axis that has been scrolled since the last 85 * @param distanceY The distance along the Y axis that has been scrolled since the last
|
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 18 the container can be scrolled.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutPoint.java | 29 * be zoomed and scrolled.)
|
/frameworks/base/core/java/android/webkit/ |
WebTextView.java | 701 // If the user has not scrolled further than slop, we should not 713 boolean scrolled = mWebView.textFieldDrag(event); 714 if (scrolled) { 729 // If the page scrolled, or the TextView scrolled, we do not [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.h | 257 // Sets whether the WebFrameImpl allows its document to be scrolled. 258 // If the parameter is true, allow the document to be scrolled.
|
WebViewImpl.h | 319 // was scrolled. 389 // Returns true if the view was scrolled.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TextEditorHighlighter.js | 118 // First we always check if we have work to do. Could be that user scrolled back and we can quit.
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragmentCarousel.java | 40 * Number of pixels that this view can be scrolled horizontally.
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 167 ignoreResultList.add("fast/events/anchor-image-scrolled-x-y.html"); // requires eventSender.mouseDown(),mouseUp() 177 ignoreResultList.add("fast/events/input-image-scrolled-x-y.html"); // requires eventSender.mouseDown(),mouseUp() 212 ignoreResultList.add("fast/forms/textarea-scrolled-endline-caret.html"); // requires eventSender.mouseDown(),mouseUp()
|
/external/chromium/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 150 // We put the details in a frame instead of a scrolled window so that the
|
/external/webkit/Source/WebCore/page/ |
FrameView.h | 184 // Functions for querying the current scrolled position, negating the effects of overhang
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 141 // we need to convert coordinates to scrolled position
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameLoadDelegate.h | 134 @param frame The frame that scrolled
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFrameLoadDelegate.idl | 153 @param frame The frame that scrolled
|
/frameworks/base/core/java/android/database/ |
AbstractCursor.java | 113 * This function is called every time the cursor is successfully scrolled
|
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 41 * Layout container for a view hierarchy that can be scrolled by the user, 247 * @return Returns true this HorizontalScrollView can be scrolled [all...] |
ScrollView.java | 44 * Layout container for a view hierarchy that can be scrolled by the user, 257 * @return Returns true this ScrollView can be scrolled [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.h | 688 // Our scroll offsets if the view is scrolled. 695 // The width/height of our scrolled area. [all...] |