/external/webkit/Source/WebCore/svg/ |
SVGDocument.h | 54 virtual bool isSVGDocument() const { return true; }
|
SVGUseElement.cpp | 134 ASSERT(!m_targetElementInstance || ((document()->isSVGDocument() || document()->isXHTMLDocument()) && !static_cast<XMLDocumentParser*>(document()->parser())->wellFormed())); [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLFrameOwnerElement.cpp | 101 if (doc && doc->isSVGDocument())
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptEventListener.cpp | 94 return JSLazyEventListener::create(attr->localName().string(), eventParameterName(frame->document()->isSVGDocument()), attr->value(), 0, sourceURL, lineNumber, wrapper, mainThreadNormalWorld());
|
JSDocumentCustom.cpp | 109 else if (document->isSVGDocument())
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptEventListener.cpp | 83 return V8LazyEventListener::create(attr->localName().string(), frame->document()->isSVGDocument(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld));
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DocumentCustom.cpp | 129 if (impl->isSVGDocument())
|
/external/webkit/Source/WebCore/dom/ |
Document.h | 409 virtual bool isSVGDocument() const { return false; } 412 static bool isSVGDocument() { return false; } [all...] |
/external/webkit/Source/WebCore/bindings/objc/ |
DOM.mm | 315 if (static_cast<WebCore::Document*>(impl)->isSVGDocument())
|
/external/webkit/Source/WebCore/page/ |
Frame.cpp | 985 if (document->isSVGDocument()) { [all...] |
FrameView.cpp | [all...] |
EventHandler.cpp | 475 if (m_frame->document()->isSVGDocument() [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.cpp | [all...] |