Home
last modified time | relevance | path

Searched defs:SetScrollable (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_impl.h402 void SetScrollable(bool scrollable) { scrollable_ = scrollable; } in SetScrollable() function
Dlayer.cc712 void Layer::SetScrollable(bool scrollable) { in SetScrollable() function in cc::Layer