HomeSort by relevance Sort by last modified time
    Searched refs:isSVGDocument (Results 1 - 13 of 13) sorted by null

  /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 128 if (impl->isSVGDocument())
  /external/webkit/Source/WebCore/dom/
Document.h 408 virtual bool isSVGDocument() const { return false; }
411 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 989 if (document->isSVGDocument()) {
    [all...]
FrameView.cpp     [all...]
EventHandler.cpp 475 if (m_frame->document()->isSVGDocument()
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 360 milliseconds