Searched refs:hasSVGFilterElementsRequiringLayerUpdate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2694 if (m_frame->document()->hasSVGFilterElementsRequiringLayerUpdate()) {
2703 ASSERT(!m_frame->document()->hasSVGFilterElementsRequiringLayerUpdate());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1036 bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); } function in class:blink::Document

Completed in 156 milliseconds