Searched refs:adjustStyleDifference (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.h222 StyleDifference adjustStyleDifference(StyleDifference, unsigned contextSensitiveProperties) const;
H A DRenderElement.cpp248 StyleDifference RenderElement::adjustStyleDifference(StyleDifference diff, unsigned contextSensitiveProperties) const function in class:WebCore::RenderElement
393 // We need to run through adjustStyleDifference() for iframes, plugins, and canvas so
407 diff = adjustStyleDifference(diff, contextSensitiveProperties);
445 StyleDifference updatedDiff = adjustStyleDifference(diff, contextSensitiveProperties);

Completed in 125 milliseconds