Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/layers/ | |
layer.h | 251 void SetDoubleSided(bool double_sided); 252 bool double_sided() const { return double_sided_; } function in class:cc::Layer |
layer_impl.h | 372 void SetDoubleSided(bool double_sided); 373 bool double_sided() const { return double_sided_; } function in class:cc::LayerImpl |