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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTitleElement.cpp41 if (hasChildren() && document().isSVGDocument())
49 if (rootParent->inDocument() && document().isSVGDocument())
56 if (inDocument() && document().isSVGDocument())
H A DSVGDocumentExtensions.cpp142 if (outerSVG->document().wellFormed() || !outerSVG->document().isSVGDocument())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp200 if (doc && doc->isSVGDocument())
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp116 return frame->document()->isSVGDocument();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp543 if (document->isSVGDocument()) {
H A DFrameView.cpp1388 if (m_frame->document()->isSVGDocument()) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp2054 if (!doc || !doc->isSVGDocument())
2340 if (document && document->isSVGDocument())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h372 bool isSVGDocument() const { return m_documentClasses & SVGDocumentClass; } function in class:blink::Document
H A DDocument.cpp1243 if (isSVGDocument())
1390 } else if (isSVGDocument()) {
1414 } else if (isSVGDocument()) {
H A DRange.cpp1025 } else if (document.isSVGDocument()) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp1237 if (!document->isHTMLDocument() && !document->isSVGDocument())
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp603 if (m_frame->document()->isSVGDocument() && m_frame->document()->accessSVGExtensions().zoomAndPanEnabled()) {

Completed in 226 milliseconds