Home
last modified time | relevance | path

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

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