Home
last modified time | relevance | path

Searched refs:IsPropertyChangeAllowed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc201 bool Layer::IsPropertyChangeAllowed() const { in IsPropertyChangeAllowed() function in cc::Layer
255 DCHECK(IsPropertyChangeAllowed()); in InsertChild()
266 DCHECK(IsPropertyChangeAllowed()); in RemoveFromParent()
301 DCHECK(IsPropertyChangeAllowed()); in ReplaceChild()
329 DCHECK(IsPropertyChangeAllowed()); in SetBounds()
345 DCHECK(IsPropertyChangeAllowed()); in RemoveAllChildren()
354 DCHECK(IsPropertyChangeAllowed()); in SetChildren()
373 DCHECK(IsPropertyChangeAllowed()); in RequestCopyOfOutput()
381 DCHECK(IsPropertyChangeAllowed()); in SetAnchorPoint()
389 DCHECK(IsPropertyChangeAllowed()); in SetAnchorPointZ()
[all …]
Dlayer.h498 bool IsPropertyChangeAllowed() const;