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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 65 bool instanceUpdatesBlocked() const { return m_instancesUpdatesBlocked; }
SVGElement.h 66 bool instanceUpdatesBlocked() const;
SVGElementInstance.cpp 176 if (element->instanceUpdatesBlocked())
SVGElement.cpp 299 bool SVGElement::instanceUpdatesBlocked() const
301 return hasSVGRareData() && svgRareData()->instanceUpdatesBlocked();
    [all...]

Completed in 1277 milliseconds