Searched defs:updateType (Results 1 – 8 of 8) sorted by relevance
25 void CompositingInputsUpdater::update(RenderLayer* layer, UpdateType updateType, AncestorInfo info) in update()
65 …enderLayer*>& layersNeedingPaintInvalidation, RenderLayer& layer, UpdateType updateType, const Upd… in update()
201 …bool shouldUpdateGraphicsLayer(GraphicsLayerUpdater::UpdateType updateType) const { return m_pendi… in shouldUpdateGraphicsLayer()
218 void RenderLayerCompositor::setNeedsCompositingUpdate(CompositingUpdateType updateType) in setNeedsCompositingUpdate()298 CompositingUpdateType updateType = m_pendingUpdateType; in updateIfNeeded() local
323 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()
153 …StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m… in analyzeStyleSheetChange() local
199 void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType) in didMutate()
404 void HTMLInputElement::updateType() in updateType() function in WebCore::HTMLInputElement