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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleMedia.cpp 67 RefPtr<RenderStyle> rootStyle = styleResolver->styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
MediaQueryMatcher.cpp 90 RefPtr<RenderStyle> rootStyle = styleResolver->styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 97 m_overrideComputedStyle = element->document()->styleResolver()->styleForElement(element, parentStyle, DisallowStyleSharing, MatchAllRulesExcludingSMIL);
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 76 DisallowStyleSharing,
StyleResolver.cpp 134 m_rootDefaultStyle = styleForElement(root, 0, DisallowStyleSharing, MatchOnlyUserAgentRules);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 546 RefPtr<RenderStyle> renderObjectRegionStyle = object->view()->document()->styleResolver()->styleForElement(element, 0, DisallowStyleSharing, MatchAllRules, this);
RenderObject.cpp     [all...]

Completed in 1560 milliseconds