Home
last modified time | relevance | path

Searched refs:setComputedStyle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h113 … void setComputedStyle(PassRefPtr<RenderStyle> computedStyle) { m_computedStyle = computedStyle; } in setComputedStyle() function
DElement.cpp2494 rareData.setComputedStyle(document().styleForElementIgnoringPendingStylesheets(this)); in computedStyle()