OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUserScrollable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/blink/
web_layer_impl.cc
290
void WebLayerImpl::
setUserScrollable
(bool horizontal, bool vertical) {
291
layer_->
SetUserScrollable
(horizontal, vertical);
/external/chromium_org/cc/layers/
layer.h
271
void
SetUserScrollable
(bool horizontal, bool vertical);
layer.cc
689
void Layer::
SetUserScrollable
(bool horizontal, bool vertical) {
[
all
...]
layer_unittest.cc
612
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetUserScrollable
(true, false));
[
all
...]
Completed in 843 milliseconds