Home
last modified time | relevance | path

Searched defs:updateType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingInputsUpdater.cpp25 void CompositingInputsUpdater::update(RenderLayer* layer, UpdateType updateType, AncestorInfo info) in update()
DGraphicsLayerUpdater.cpp65 …enderLayer*>& layersNeedingPaintInvalidation, RenderLayer& layer, UpdateType updateType, const Upd… in update()
DCompositedLayerMapping.h201 …bool shouldUpdateGraphicsLayer(GraphicsLayerUpdater::UpdateType updateType) const { return m_pendi… in shouldUpdateGraphicsLayer()
DRenderLayerCompositor.cpp218 void RenderLayerCompositor::setNeedsCompositingUpdate(CompositingUpdateType updateType) in setNeedsCompositingUpdate()
298 CompositingUpdateType updateType = m_pendingUpdateType; in updateIfNeeded() local
DCompositedLayerMapping.cpp323 void CompositedLayerMapping::updateCompositedBounds(GraphicsLayerUpdater::UpdateType updateType) in updateCompositedBounds()
351 …mpositedLayerMapping::updateGraphicsLayerConfiguration(GraphicsLayerUpdater::UpdateType updateType) in updateGraphicsLayerConfiguration()
604 …id CompositedLayerMapping::updateGraphicsLayerGeometry(GraphicsLayerUpdater::UpdateType updateType in updateGraphicsLayerGeometry()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScopeStyleSheetCollection.cpp153 …StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m… in analyzeStyleSheetChange() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.cpp199 void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType) in didMutate()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp404 void HTMLInputElement::updateType() in updateType() function in WebCore::HTMLInputElement