Home
last modified time | relevance | path

Searched refs:needsCompositingInputsUpdate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingInputsUpdater.cpp102 if (layer->needsCompositingInputsUpdate()) { in updateRecursive()
191 ASSERT(!layer->needsCompositingInputsUpdate()); in assertNeedsCompositingInputsUpdateBitsCleared()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h469 bool needsCompositingInputsUpdate() const in needsCompositingInputsUpdate() function
DRenderLayer.cpp1017 ASSERT(!needsCompositingInputsUpdate()); in didUpdateCompositingInputs()