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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 59 virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && isExternalURIReference(hrefString(), document()); }
75 virtual bool haveLoadedRequiredResources() OVERRIDE { return !isStructurallyExternal() || m_haveFiredLoadEvent; }
SVGImageElement.h 52 virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull(); }
SVGScriptElement.h 62 virtual bool isStructurallyExternal() const OVERRIDE { return hasSourceAttribute(); }
SVGUseElement.cpp 118 if (!isStructurallyExternal())
463 if (!foundUse && !isStructurallyExternal()) {
713 if (!isStructurallyExternal())
SVGElement.h 90 virtual bool isStructurallyExternal() const { return false; }
SVGElement.cpp 801 if ((isStructurallyExternal() || isSVGSVGElement(*this)) && hasLoadListener(this))
    [all...]

Completed in 104 milliseconds