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

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp457 // NOTE: this assumes that element that gets passed to styleForElement -call
466 m_rootDefaultStyle = styleForElement(root, 0, false, true); // don't ref, because the RenderStyle is allocated from global heap
1243 PassRefPtr<RenderStyle> CSSStyleSelector::styleForElement(Element* e, RenderStyle* defaultParent, bool allowSharing, bool resolveForRootDefault, bool matchVisitedPseudoClass) function in class:WebCore::CSSStyleSelector
1278 visitedStyle = styleForElement(e, parentStyle, false, false, true);
1579 // Apply the declaration to the style. This is a simplified version of the logic in styleForElement

Completed in 57 milliseconds