Home
last modified time | relevance | path

Searched refs:isSVGDocument (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTitleElement.cpp42 if (firstChild() && document().isSVGDocument()) in DEFINE_NODE_FACTORY()
50 if (rootParent->inDocument() && document().isSVGDocument()) in removedFrom()
57 if (inDocument() && document().isSVGDocument()) in childrenChanged()
DSVGDocumentExtensions.cpp140 if (outerSVG->document().wellFormed() || !outerSVG->document().isSVGDocument()) in dispatchSVGLoadEventToOutermostSVGElements()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp181 if (doc && doc->isSVGDocument()) in getSVGDocument()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp113 return frame->document()->isSVGDocument(); in isEmbeddedThroughFrameContainingSVGDocument()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.cpp486 if (document->isSVGDocument()) { in setPageAndTextZoomFactors()
DFrameView.cpp1507 if (m_frame->document()->isSVGDocument()) { in scrollToAnchor()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp2026 if (!doc || !doc->isSVGDocument()) in remoteSVGRootElement()
2299 if (document && document->isSVGDocument()) in computeElementRect()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h402 bool isSVGDocument() const { return m_documentClasses & SVGDocumentClass; } in isSVGDocument() function
DDocument.cpp1229 if (isSVGDocument()) in suggestedMIMEType()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp1186 if (!document->isHTMLDocument() && !document->isSVGDocument()) in viaInspectorStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp606 …if (m_frame->document()->isSVGDocument() && m_frame->document()->accessSVGExtensions().zoomAndPanE… in handleMousePressEvent()