Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGDocument.h43 virtual bool isSVGDocument() const { return true; } in isSVGDocument() function
/external/webkit/WebCore/html/
DHTMLFrameOwnerElement.cpp72 if (doc && doc->isSVGDocument()) in getSVGDocument()
/external/webkit/WebCore/bindings/js/
DJSDocumentCustom.cpp98 else if (document->isSVGDocument()) in toJS()
/external/webkit/WebCore/page/
DFrame.cpp711 if (m_doc && m_doc->isSVGDocument()) in shouldApplyTextZoom()
722 if (m_doc && m_doc->isSVGDocument()) in shouldApplyPageZoom()
736 if (m_doc && m_doc->isSVGDocument()) { in setZoomFactor()
DEventHandler.cpp357 if (m_frame->document()->isSVGDocument() && in handleMousePressEvent()
/external/webkit/WebCore/dom/
DDocument.h310 virtual bool isSVGDocument() const { return false; } in isSVGDocument() function
DDocument.cpp2946 if (node ? node->isSVGElement() : isSVGDocument()) in createEventListener()
/external/webkit/WebCore/bindings/objc/
DDOM.mm334 else if (static_cast<WebCore::Document*>(impl)->isSVGDocument())
/external/webkit/WebCore/loader/
DFrameLoader.cpp1657 if (m_frame->document()->isSVGDocument()) { in gotoAnchor()
/external/webkit/WebCore/
DChangeLog-2006-12-3141180 (WebCore::Document::isSVGDocument):
41208 (WebCore::SVGDocument::isSVGDocument):