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

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4756 , m_allowWidth(false)
4769 bool allowWidth() const { return m_allowWidth; }
4790 void commitSlash() { m_allowBreak = m_allowSlash = m_allowNumber = false; m_allowWidth = true; }
4805 m_allowWidth = !m_borderLeft;
4871 bool m_allowWidth; member in struct:WebCore::BorderImageParseContext

Completed in 47 milliseconds