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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 78 if ((shouldRecreateTree || !hadExistingTree) && !useElement->isPendingResource()) {
RenderSVGResourceContainer.cpp 157 if (!extensions->isPendingResource(m_id)) {
  /external/webkit/Source/WebCore/svg/
SVGDocumentExtensions.h 83 bool isPendingResource(const AtomicString& id) const;
SVGUseElement.h 80 bool isPendingResource() const { return m_isPendingResource; }
SVGDocumentExtensions.cpp 232 bool SVGDocumentExtensions::isPendingResource(const AtomicString& id) const
SVGElement.cpp 350 if (!extensions->isPendingResource(resourceId))

Completed in 114 milliseconds