Home
last modified time | relevance | path

Searched refs:scrollable (Results 1 – 25 of 88) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/page/
DAutoscrollController.cpp74 RenderBox* scrollable = RenderBox::findAutoscrollable(renderer); in startAutoscrollForSelection() local
75 if (!scrollable) in startAutoscrollForSelection()
78 m_autoscrollRenderer = scrollable; in startAutoscrollForSelection()
84 RenderBox* scrollable = m_autoscrollRenderer; in stopAutoscroll() local
87 if (!scrollable) in stopAutoscroll()
90 scrollable->stopAutoscroll(); in stopAutoscroll()
93 if (FrameView* view = scrollable->frame()->view()) { in stopAutoscroll()
140 RenderBox* scrollable = RenderBox::findAutoscrollable(dropTargetNode->renderer()); in updateDragAndDrop() local
141 if (!scrollable) { in updateDragAndDrop()
146 Page* page = scrollable->frame() ? scrollable->frame()->page() : 0; in updateDragAndDrop()
[all …]
/external/chromium_org/cc/layers/
Dlayer_perftest.cc68 bool scrollable = true; in TEST_F() local
83 test_layer->SetScrollable(scrollable); in TEST_F()
87 scrollable = !scrollable; in TEST_F()
Dlayer_impl.h402 void SetScrollable(bool scrollable) { scrollable_ = scrollable; } in SetScrollable() argument
403 bool scrollable() const { return scrollable_; } in scrollable() function
405 void set_user_scrollable_horizontal(bool scrollable) { in set_user_scrollable_horizontal() argument
406 user_scrollable_horizontal_ = scrollable; in set_user_scrollable_horizontal()
408 void set_user_scrollable_vertical(bool scrollable) { in set_user_scrollable_vertical() argument
409 user_scrollable_vertical_ = scrollable; in set_user_scrollable_vertical()
/external/chromium_org/content/test/data/accessibility/
Dmodal-dialog-in-iframe-closed-expected-android.txt1 android.view.View focusable focused scrollable
6 android.view.View scrollable
Dmodal-dialog-in-iframe-opened-expected-android.txt1 android.view.View focusable focused scrollable
6 android.view.View scrollable
Daria-application-expected-android.txt1 android.view.View focusable focused scrollable
Dspinbutton-expected-android.txt1 android.view.View focusable focused scrollable
Dtoolbar-expected-android.txt1 android.view.View focusable focused scrollable
Dfooter-expected-android.txt1 android.view.View focusable focused scrollable
Dinput-color-expected-android.txt1 android.view.View focusable focused scrollable
Ddiv-expected-android.txt1 android.view.View focusable focused scrollable
Ddialog-expected-android.txt1 android.app.Dialog focusable focused scrollable
Darticle-expected-android.txt1 android.view.View focusable focused scrollable
Dlabel-expected-android.txt1 android.view.View focusable focused scrollable
Dwbr-expected-android.txt2 android.view.View focusable focused scrollable
Dinput-button-expected-android.txt1 android.view.View focusable focused scrollable
Dform-expected-android.txt1 android.view.View focusable focused scrollable
Dem-expected-android.txt2 android.view.View focusable focused scrollable
Daddress-expected-android.txt1 android.view.View focusable focused scrollable
Da-expected-android.txt1 android.view.View focusable focused scrollable
Dinput-range-expected-android.txt1 android.view.View focusable focused scrollable
Dbr-expected-android.txt2 android.view.View focusable focused scrollable
/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp148 ASSERT_TRUE(rootScrollLayer->scrollable()); in TEST_F()
317 ASSERT_TRUE(webScrollLayer->scrollable()); in TEST_F()
357 ASSERT_TRUE(webScrollLayer->scrollable()); in TEST_F()
380 ASSERT_TRUE(webScrollLayer->scrollable()); in TEST_F()
418 ASSERT_TRUE(webScrollLayer->scrollable()); in TEST_F()
462 ASSERT_TRUE(webScrollLayer->scrollable()); in TEST_F()
/external/chromium_org/cc/test/
Dlayer_tree_json_parser.cc103 bool scrollable; in ParseTreeFromValue() local
104 if (dict->GetBoolean("Scrollable", &scrollable)) in ParseTreeFromValue()
105 new_layer->SetScrollable(scrollable); in ParseTreeFromValue()
Dlayer_tree_json_parser_unittest.cc39 RETURN_IF_EXPECTATION_FAILS(EXPECT_EQ(layer_impl->scrollable(), in LayerTreesMatch()
40 layer->scrollable())); in LayerTreesMatch()

1234