HomeSort by relevance Sort by last modified time
    Searched refs:styleForElement (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/css/
StyleMedia.cpp 66 RefPtr<RenderStyle> rootStyle = styleSelector->styleForElement(documentElement, 0 /*defaultParent*/, false /*allowSharing*/, true /*resolveForRootDefault*/);
MediaQueryMatcher.cpp 90 RefPtr<RenderStyle> rootStyle = styleSelector->styleForElement(documentElement, 0 /*defaultParent*/, false /*allowSharing*/, true /*resolveForRootDefault*/);
CSSStyleSelector.h 101 PassRefPtr<RenderStyle> styleForElement(Element* e, RenderStyle* parentStyle = 0, bool allowSharing = true, bool resolveForRootDefault = false, bool matchVisitedPseudoClass = false);
CSSStyleSelector.cpp 457 // 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
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 383 return document()->styleSelector()->styleForElement(this, parentStyle);
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Node.cpp     [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 277 milliseconds