OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNonFastScrollableRegion
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/layers/
layer.h
293
void
SetNonFastScrollableRegion
(const Region& non_fast_scrollable_region);
layer_impl.h
427
void
SetNonFastScrollableRegion
(const Region& region) {
layer.cc
746
void Layer::
SetNonFastScrollableRegion
(const Region& region) {
900
layer->
SetNonFastScrollableRegion
(non_fast_scrollable_region_);
[
all
...]
layer_impl.cc
520
layer->
SetNonFastScrollableRegion
(non_fast_scrollable_region_);
[
all
...]
layer_unittest.cc
559
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetNonFastScrollableRegion
(
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
293
void WebLayerImpl::
setNonFastScrollableRegion
(const WebVector<WebRect>& rects) {
297
layer_->
SetNonFastScrollableRegion
(region);
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
619
root->
SetNonFastScrollableRegion
(gfx::Rect(0, 0, 50, 50));
650
root->
SetNonFastScrollableRegion
(gfx::Rect(0, 0, 50, 50));
[
all
...]
Completed in 38 milliseconds