Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTitleElement.cpp41 if (hasChildren() && document().isSVGDocument()) in DEFINE_NODE_FACTORY()
49 if (rootParent->inDocument() && document().isSVGDocument()) in removedFrom()
56 if (inDocument() && document().isSVGDocument()) in childrenChanged()
DSVGDocumentExtensions.cpp142 if (outerSVG->document().wellFormed() || !outerSVG->document().isSVGDocument()) in dispatchSVGLoadEventToOutermostSVGElements()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp200 if (doc && doc->isSVGDocument()) in getSVGDocument()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp116 return frame->document()->isSVGDocument(); in isEmbeddedThroughFrameContainingSVGDocument()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.cpp543 if (document->isSVGDocument()) { in setPageAndTextZoomFactors()
DFrameView.cpp1388 if (m_frame->document()->isSVGDocument()) { in scrollToAnchor()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp2054 if (!doc || !doc->isSVGDocument()) in remoteSVGRootElement()
2340 if (document && document->isSVGDocument()) in computeElementRect()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h372 bool isSVGDocument() const { return m_documentClasses & SVGDocumentClass; } in isSVGDocument() function
DDocument.cpp1243 if (isSVGDocument()) in suggestedMIMEType()
1390 } else if (isSVGDocument()) { in setTitleElement()
1414 } else if (isSVGDocument()) { in removeTitle()
DRange.cpp1025 } else if (document.isSVGDocument()) { in createContextualFragment()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp1237 if (!document->isHTMLDocument() && !document->isSVGDocument()) in viaInspectorStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp603 …if (m_frame->document()->isSVGDocument() && m_frame->document()->accessSVGExtensions().zoomAndPanE… in handleMousePressEvent()