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

  /external/chromium_org/cc/blink/
web_layer_impl.cc 327 void WebLayerImpl::setNonFastScrollableRegion(const WebVector<WebRect>& rects) {
331 layer_->SetNonFastScrollableRegion(region);
  /external/chromium_org/cc/layers/
layer.h 290 void SetNonFastScrollableRegion(const Region& non_fast_scrollable_region);
layer.cc 723 void Layer::SetNonFastScrollableRegion(const Region& region) {
890 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_);
    [all...]
layer_impl.h 434 void SetNonFastScrollableRegion(const Region& region) {
layer_impl.cc 522 layer->SetNonFastScrollableRegion(non_fast_scrollable_region_);
    [all...]
layer_unittest.cc 616 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetNonFastScrollableRegion(
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 686 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50));
731 root->SetNonFastScrollableRegion(gfx::Rect(0, 0, 50, 50));
    [all...]

Completed in 1863 milliseconds