Searched defs:scrollable (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_perftest.cc69 bool scrollable = true; local
84 test_layer->SetScrollClipLayerId(scrollable ? test_layer->id()
89 scrollable = !scrollable;
H A Dlayer.h269 bool scrollable() const { return scroll_clip_layer_id_ != INVALID_ID; } function in class:cc::Layer
H A Dlayer_impl.h403 bool scrollable() const { return !!scroll_clip_layer_; } function in class:cc::LayerImpl
405 void set_user_scrollable_horizontal(bool scrollable) { argument
406 user_scrollable_horizontal_ = scrollable;
408 void set_user_scrollable_vertical(bool scrollable) { argument
409 user_scrollable_vertical_ = scrollable;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.cpp44 // Delay time in second for start autoscroll if pointer is in border edge of scrollable element.
75 RenderBox* scrollable = RenderBox::findAutoscrollable(renderer);
76 if (!scrollable)
77 scrollable = renderer->isListBox() ? toRenderListBox(renderer) : 0;
78 if (!scrollable)
81 m_autoscrollRenderer = scrollable;
87 RenderBox* scrollable = m_autoscrollRenderer; local
90 if (!scrollable)
93 scrollable->stopAutoscroll();
96 if (FrameView* view = scrollable
195 startPanScrolling(RenderBox* scrollable, const IntPoint& lastKnownMousePosition) argument
[all...]
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc101 bool scrollable; local
106 // But, since a clip layer is always an ancestor of the scrollable layer, we
109 // scrollable). Reconstructing the tree can then be accomplished by passing
115 // For now, we can safely indicate a layer is scrollable by giving it a
120 if (dict->GetBoolean("Scrollable", &scrollable))
121 new_layer->SetScrollClipLayerId(scrollable ? new_layer->id()
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc286 bool WebLayerImpl::scrollable() const { function in class:cc_blink::WebLayerImpl
287 return layer_->scrollable();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DBrowserAccessibilityManager.java491 boolean scrollable, boolean selected, boolean visibleToUser) {
499 node.setScrollable(scrollable);
629 boolean checked, boolean enabled, boolean password, boolean scrollable) {
633 event.setScrollable(scrollable);
488 setAccessibilityNodeInfoBooleanAttributes(AccessibilityNodeInfo node, int virtualViewId, boolean checkable, boolean checked, boolean clickable, boolean enabled, boolean focusable, boolean focused, boolean password, boolean scrollable, boolean selected, boolean visibleToUser) argument
628 setAccessibilityEventBooleanAttributes(AccessibilityEvent event, boolean checked, boolean enabled, boolean password, boolean scrollable) argument
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1553 milliseconds