Searched defs:updateType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleSheet.cpp191 void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType) argument
199 StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCollection.cpp188 StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets); local
189 if (updateType != Additive) {
190 change.styleResolverUpdateType = updateType;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp402 void HTMLInputElement::updateType() function in class:WebCore::HTMLInputElement
646 updateType();
781 updateType();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp369 void RenderLayerCompositor::updateCompositingLayers(CompositingUpdateType updateType) argument
375 if (updateType == CompositingUpdateFinishAllDeferredWork && isMainFrame() && m_renderView->frameView())
393 // CompositingUpdateFinishAllDeferredWork is the only updateType that will actually do any work in this
396 switch (updateType) {
419 ASSERT(updateType == CompositingUpdateFinishAllDeferredWork);

Completed in 120 milliseconds