Home
last modified time | relevance | path

Searched defs:isStructurallyExternal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGScriptElement.h59 virtual bool isStructurallyExternal() const OVERRIDE { return hasSourceAttribute(); } in isStructurallyExternal() function
DSVGImageElement.h51 virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull(); } in isStructurallyExternal() function
DSVGUseElement.h58 …virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && isExternal… in isStructurallyExternal() function
DSVGElement.h92 virtual bool isStructurallyExternal() const { return false; } in isStructurallyExternal() function