OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertNeedsToUpdateGraphicsLayerBitsCleared
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.h
52
static void
assertNeedsToUpdateGraphicsLayerBitsCleared
(RenderLayer&);
GraphicsLayerUpdater.cpp
127
void GraphicsLayerUpdater::
assertNeedsToUpdateGraphicsLayerBitsCleared
(RenderLayer& layer)
130
layer.compositedLayerMapping()->
assertNeedsToUpdateGraphicsLayerBitsCleared
();
133
assertNeedsToUpdateGraphicsLayerBitsCleared
(*child);
CompositedLayerMapping.h
192
void
assertNeedsToUpdateGraphicsLayerBitsCleared
() { ASSERT(m_pendingUpdateScope == GraphicsLayerUpdateNone); }
RenderLayerCompositor.cpp
368
GraphicsLayerUpdater::
assertNeedsToUpdateGraphicsLayerBitsCleared
(*updateRoot);
[
all
...]
Completed in 1624 milliseconds