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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterEffect.h 132 bool hasWidth() const { return m_hasWidth; }
133 void setHasWidth(bool value) { m_hasWidth = value; }
205 bool m_hasWidth;
FilterEffect.cpp 44 , m_hasWidth(false)

Completed in 33 milliseconds