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/platform/graphics/filters/
FilterEffect.h 154 bool hasWidth() const { return m_hasWidth; }
155 void setHasWidth(bool value) { m_hasWidth = value; }
239 bool m_hasWidth;
FilterEffect.cpp 45 , m_hasWidth(false)

Completed in 33 milliseconds