/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | AutoscrollController.cpp | 74 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/ |
D | layer_perftest.cc | 68 bool scrollable = true; in TEST_F() local 83 test_layer->SetScrollable(scrollable); in TEST_F() 87 scrollable = !scrollable; in TEST_F()
|
D | layer_impl.h | 402 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/ |
D | modal-dialog-in-iframe-closed-expected-android.txt | 1 android.view.View focusable focused scrollable 6 android.view.View scrollable
|
D | modal-dialog-in-iframe-opened-expected-android.txt | 1 android.view.View focusable focused scrollable 6 android.view.View scrollable
|
D | aria-application-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | spinbutton-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | toolbar-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | footer-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | input-color-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | div-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | dialog-expected-android.txt | 1 android.app.Dialog focusable focused scrollable
|
D | article-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | label-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | wbr-expected-android.txt | 2 android.view.View focusable focused scrollable
|
D | input-button-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | form-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | em-expected-android.txt | 2 android.view.View focusable focused scrollable
|
D | address-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | a-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | input-range-expected-android.txt | 1 android.view.View focusable focused scrollable
|
D | br-expected-android.txt | 2 android.view.View focusable focused scrollable
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | ScrollingCoordinatorChromiumTest.cpp | 148 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/ |
D | layer_tree_json_parser.cc | 103 bool scrollable; in ParseTreeFromValue() local 104 if (dict->GetBoolean("Scrollable", &scrollable)) in ParseTreeFromValue() 105 new_layer->SetScrollable(scrollable); in ParseTreeFromValue()
|
D | layer_tree_json_parser_unittest.cc | 39 RETURN_IF_EXPECTATION_FAILS(EXPECT_EQ(layer_impl->scrollable(), in LayerTreesMatch() 40 layer->scrollable())); in LayerTreesMatch()
|