OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetScrollable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
layer.cc
712
void Layer::
SetScrollable
(bool scrollable) {
920
layer->
SetScrollable
(scrollable_);
[
all
...]
layer_impl.h
402
void
SetScrollable
(bool scrollable) { scrollable_ = scrollable; }
Completed in 26 milliseconds