HomeSort by relevance Sort by last modified time
    Searched refs:SetScrollable (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/cc/layers/
layer_perftest.cc 83 test_layer->SetScrollable(scrollable);
layer_impl_unittest.cc 80 root->SetScrollable(true);
199 root->SetScrollable(true);
332 host_impl_.active_tree()->root_layer()->SetScrollable(true);
layer_position_constraint_unittest.cc 119 root->SetScrollable(true);
121 child->SetScrollable(true);
123 grand_child->SetScrollable(true);
    [all...]
scrollbar_layer_unittest.cc 128 layer_tree_root->SetScrollable(true);
179 root_layer->SetScrollable(true);
345 layer_impl_tree_root->SetScrollable(true);
layer.h 276 void SetScrollable(bool scrollable);
layer_impl.h 402 void SetScrollable(bool scrollable) { scrollable_ = scrollable; }
layer.cc 712 void Layer::SetScrollable(bool scrollable) {
920 layer->SetScrollable(scrollable_);
    [all...]
layer_impl.cc 536 layer->SetScrollable(scrollable_);
    [all...]
layer_unittest.cc 554 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetScrollable(true));
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 34 layer_tree_host()->root_layer()->SetScrollable(true);
57 root->SetScrollable(true);
98 layer_tree_host()->root_layer()->SetScrollable(true);
187 root_scroll_layer->SetScrollable(true);
348 layer_tree_host()->root_layer()->SetScrollable(true);
414 root_scroll_layer_->SetScrollable(true);
436 child_layer_->SetScrollable(true);
728 layer_tree_host()->root_layer()->SetScrollable(true);
836 layer_tree_host()->root_layer()->SetScrollable(true);
    [all...]
layer_tree_host_unittest_damage.cc 432 content_layer->SetScrollable(true);
layer_tree_host_impl_unittest.cc 218 scroll->SetScrollable(true);
252 layer->SetScrollable(true);
429 root->SetScrollable(true);
746 overflow->SetScrollable(true);
    [all...]
layer_tree_host_unittest_animation.cc 975 scroll_layer_->SetScrollable(true);
layer_tree_host_common_unittest.cc 435 scroll_layer->SetScrollable(true);
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 105 new_layer->SetScrollable(scrollable);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 258 void WebLayerImpl::setScrollable(bool scrollable) {
259 layer_->SetScrollable(scrollable);

Completed in 306 milliseconds