HomeSort by relevance Sort by last modified time
    Searched refs:AddDrawableDescendants (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
layer.cc 251 AddDrawableDescendants(child->NumDescendantsThatDrawContent() +
288 AddDrawableDescendants(-child->NumDescendantsThatDrawContent() -
1033 AddDrawableDescendants(draws_content ? 1000 : -1000);
1037 parent()->AddDrawableDescendants(draws_content ? 1 : -1);
    [all...]
layer.h 497 void AddDrawableDescendants(int num);

Completed in 35 milliseconds