OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsLayerUpdateNone
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
57
GraphicsLayerUpdateNone
,
185
bool needsGraphicsLayerUpdate() { return m_pendingUpdateScope >
GraphicsLayerUpdateNone
; }
187
void clearNeedsGraphicsLayerUpdate() { m_pendingUpdateScope =
GraphicsLayerUpdateNone
; }
192
void assertNeedsToUpdateGraphicsLayerBitsCleared() { ASSERT(m_pendingUpdateScope ==
GraphicsLayerUpdateNone
); }
CompositedLayerMapping.cpp
163
, m_pendingUpdateScope(
GraphicsLayerUpdateNone
)
[
all
...]
Completed in 219 milliseconds