OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateType
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.cpp
92
void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer,
UpdateType
updateType
, const UpdateContext& context, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
97
if (
updateType
== ForceUpdate || mapping->needsGraphicsLayerUpdate()) {
104
updateType
= ForceUpdate;
115
updateType
= mapping->updateTypeForChildren(
updateType
);
122
updateRecursive(*child,
updateType
, childContext, layersNeedingPaintInvalidation);
CompositingInputsUpdater.cpp
92
void CompositingInputsUpdater::updateRecursive(RenderLayer* layer,
UpdateType
updateType
, AncestorInfo info)
94
if (!layer->childNeedsCompositingInputsUpdate() &&
updateType
!= ForceUpdate)
105
updateType
= ForceUpdate;
108
if (
updateType
== ForceUpdate) {
174
updateRecursive(child,
updateType
, info);
RenderLayerCompositor.cpp
222
void RenderLayerCompositor::setNeedsCompositingUpdate(CompositingUpdateType
updateType
)
224
ASSERT(
updateType
!= CompositingUpdateNone);
225
m_pendingUpdateType = std::max(m_pendingUpdateType,
updateType
);
287
void RenderLayerCompositor::updateWithoutAcceleratedCompositing(CompositingUpdateType
updateType
)
291
if (
updateType
>= CompositingUpdateAfterCompositingInputChange)
317
CompositingUpdateType
updateType
= m_pendingUpdateType;
321
updateWithoutAcceleratedCompositing(
updateType
);
325
if (
updateType
== CompositingUpdateNone)
332
if (
updateType
>= CompositingUpdateAfterCompositingInputChange) {
356
updateType
= std::max(updateType, CompositingUpdateRebuildTree)
[
all
...]
CompositedLayerMapping.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.cpp
143
StyleResolverUpdateType
updateType
= compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);
144
if (
updateType
!= Additive) {
145
change.styleResolverUpdateType =
updateType
;
/development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java
129
void updateClipData(boolean
updateType
) {
144
if (
updateType
) {
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp
199
void CSSStyleSheet::didMutate(StyleSheetUpdateType
updateType
)
207
StyleResolverUpdateMode updateMode =
updateType
!= PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h
334
void
updateType
();
HTMLInputElement.cpp
396
void HTMLInputElement::
updateType
()
653
updateType
();
[
all
...]
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 937 milliseconds