Home
last modified time | relevance | path

Searched defs:isSVGDocument (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGDocument.h54 virtual bool isSVGDocument() const { return true; } in isSVGDocument() function
/external/webkit/Source/WebCore/dom/
DDocument.h408 virtual bool isSVGDocument() const { return false; } in isSVGDocument() function
411 static bool isSVGDocument() { return false; } in isSVGDocument() function