Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGDocument.h54 virtual bool isSVGDocument() const { return true; } in isSVGDocument() function
DSVGUseElement.cpp134 …ASSERT(!m_targetElementInstance || ((document()->isSVGDocument() || document()->isXHTMLDocument())… in insertedIntoDocument()
/external/webkit/Source/WebCore/html/
DHTMLFrameOwnerElement.cpp101 if (doc && doc->isSVGDocument()) in getSVGDocument()
/external/webkit/Source/WebCore/bindings/js/
DScriptEventListener.cpp94 …ate(attr->localName().string(), eventParameterName(frame->document()->isSVGDocument()), attr->valu… in createAttributeEventListener()
DJSDocumentCustom.cpp109 else if (document->isSVGDocument()) in toJS()
/external/webkit/Source/WebCore/bindings/v8/
DScriptEventListener.cpp83 …return V8LazyEventListener::create(attr->localName().string(), frame->document()->isSVGDocument(),… in createAttributeEventListener()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DocumentCustom.cpp129 if (impl->isSVGDocument()) in toV8()
/external/webkit/Source/WebCore/dom/
DDocument.h409 virtual bool isSVGDocument() const { return false; } in isSVGDocument() function
412 static bool isSVGDocument() { return false; } in isSVGDocument() function
/external/webkit/Source/WebCore/page/
DFrame.cpp985 if (document->isSVGDocument()) { in setPageAndTextZoomFactors()
DFrameView.cpp1433 if (m_frame->document()->isSVGDocument()) { in scrollToAnchor()
DEventHandler.cpp475 if (m_frame->document()->isSVGDocument() in handleMousePressEvent()
/external/webkit/Source/WebCore/bindings/objc/
DDOM.mm315 if (static_cast<WebCore::Document*>(impl)->isSVGDocument())
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1230 bool useSVGZoomRules = document->isSVGDocument(); in styleForDocument()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3141180 (WebCore::Document::isSVGDocument):
41208 (WebCore::SVGDocument::isSVGDocument):
DChangeLog-2009-06-1618115 (WebCore::Document::isSVGDocument):
19178 (WebCore::Document::isSVGDocument):
DChangeLog-2011-02-1638053 (WebCore::SVGDocument::isSVGDocument):