HomeSort by relevance Sort by last modified time
    Searched defs:DrawsContent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
layer.cc 252 (child->DrawsContent() ? 1 : 0));
289 (child->DrawsContent() ? 1 : 0));
804 if (DrawsContent())
880 layer->SetDrawsContent(DrawsContent());
1014 bool Layer::DrawsContent() const {
    [all...]
layer_impl.h 216 bool DrawsContent() const { return draws_content_; }
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 43 virtual bool DrawsContent() const OVERRIDE;
49 bool LayerWithForcedDrawsContent::DrawsContent() const { return true; }
    [all...]

Completed in 802 milliseconds