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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 53 inheritedResources = defaultStyle->inheritedResources;
69 inheritedResources.init();
82 inheritedResources = other.inheritedResources;
101 && inheritedResources == other.inheritedResources
112 || inheritedResources != other->inheritedResources
124 inheritedResources = svgInheritParent->inheritedResources
    [all...]
SVGRenderStyle.h 261 if (!(inheritedResources->markerStart == obj))
262 inheritedResources.access()->markerStart = obj;
267 if (!(inheritedResources->markerMid == obj))
268 inheritedResources.access()->markerMid = obj;
273 if (!(inheritedResources->markerEnd == obj))
274 inheritedResources.access()->markerEnd = obj;
314 String markerStartResource() const { return inheritedResources->markerStart; }
315 String markerMidResource() const { return inheritedResources->markerMid; }
316 String markerEndResource() const { return inheritedResources->markerEnd; }
389 DataRef<StyleInheritedResourceData> inheritedResources;
    [all...]

Completed in 172 milliseconds