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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.h 58 document.accessSVGExtensions().reportError("A negative value for ViewBox width is not allowed");
62 document.accessSVGExtensions().reportError("A negative value for ViewBox height is not allowed");
SVGMPathElement.cpp 57 if (document().accessSVGExtensions().isElementPendingResource(this, id))
61 document().accessSVGExtensions().addPendingResource(id, this);
SVGTextPathElement.cpp 152 if (document().accessSVGExtensions().isElementPendingResource(this, id))
156 document().accessSVGExtensions().addPendingResource(id, this);
SVGFontFaceElement.cpp 318 document().accessSVGExtensions().registerSVGFontFaceElement(this);
330 document().accessSVGExtensions().unregisterSVGFontFaceElement(this);
337 document().accessSVGExtensions().registerPendingSVGFontFaceElementsForRemoval(this);
SVGFEImageElement.cpp 99 document().accessSVGExtensions().addPendingResource(id, this);
SVGSVGElement.cpp 98 document().accessSVGExtensions().removeTimeContainer(this);
550 document().accessSVGExtensions().addTimeContainer(this);
564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions();
SVGPathElement.cpp 203 document().accessSVGExtensions().reportError("A negative value for path attribute <pathLength> is not allowed");
SVGUseElement.cpp 316 referencedScope()->document().accessSVGExtensions().addPendingResource(id, this);
432 document().accessSVGExtensions().reportError("Not allowed to use indirect reference in <clip-path>");
SVGFEConvolveMatrixElement.cpp 121 document().accessSVGExtensions().reportWarning(
SVGElement.cpp 128 SVGDocumentExtensions& extensions = document.accessSVGExtensions();
190 SVGDocumentExtensions& extensions = document().accessSVGExtensions();
468 return document().accessSVGExtensions();
    [all...]
SVGDocumentExtensions.cpp 95 document.accessSVGExtensions().serviceAnimations(monotonicAnimationStartTime);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.h 96 if (RenderSVGResourceContainer* renderResource = treeScope.document().accessSVGExtensions().resourceById(id))
SVGResourcesCache.cpp 87 SVGDocumentExtensions& extensions = document.accessSVGExtensions();
194 SVGDocumentExtensions& extensions = clientElement->document().accessSVGExtensions();
ReferenceFilterBuilder.cpp 136 treeScope->document().accessSVGExtensions().addPendingResource(filterOperation->fragment(), toElement(renderer->node()));
RenderSVGResourceContainer.cpp 37 return element->document().accessSVGExtensions();
SVGResources.cpp 233 SVGDocumentExtensions& extensions = object->document().accessSVGExtensions();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 97 SVGSVGElement* rootElement = frame->document()->accessSVGExtensions().rootElement();
127 return frame->document()->accessSVGExtensions().rootElement();
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 252 if (document().accessSVGExtensions().isElementPendingResource(this, id))
256 document().accessSVGExtensions().addPendingResource(id, this);
644 if (!condition->baseID().isEmpty() && !document().accessSVGExtensions().isElementPendingResource(this, AtomicString(condition->baseID())))
645 document().accessSVGExtensions().addPendingResource(AtomicString(condition->baseID()), this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 544 if (!document->accessSVGExtensions().zoomAndPanEnabled())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 675 accessSVGExtensions().pauseAnimations();
    [all...]
Document.h     [all...]
Element.cpp 168 document().accessSVGExtensions().removeElementFromPendingResources(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 603 if (m_frame->document()->isSVGDocument() && m_frame->document()->accessSVGExtensions().zoomAndPanEnabled()) {
606 m_frame->document()->accessSVGExtensions().startPan(m_frame->view()->windowToContents(event.event().position()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 216 document().accessSVGExtensions().invalidateSVGRootsWithRelativeLengthDescendents(&layoutScope);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]

Completed in 1067 milliseconds