Searched refs:requiresForcedStyleRecalcPropagation (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderMeter.h44 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderMeter
H A DRenderSlider.h52 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderSlider
H A DRenderDetails.h48 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderDetails
H A DRenderMedia.h59 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderMedia
H A DRenderProgress.h47 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderProgress
H A DRenderButton.h67 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderButton
H A DRenderDataGrid.h56 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderDataGrid
H A DRenderFileUploadControl.h59 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderFileUploadControl
H A DRenderListItem.h69 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderListItem
H A DRenderMenuList.h81 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderMenuList
H A DRenderTextControl.h101 virtual bool requiresForcedStyleRecalcPropagation() const { return true; } function in class:WebCore::RenderTextControl
H A DRenderObject.h325 virtual bool requiresForcedStyleRecalcPropagation() const { return false; } function in class:WebCore::RenderObject
/external/webkit/Source/WebCore/dom/
H A DElement.cpp1117 if (ch != NoChange || pseudoStyleCacheIsInvalid(currentStyle.get(), newStyle.get()) || (change == Force && renderer() && renderer()->requiresForcedStyleRecalcPropagation())) {

Completed in 192 milliseconds