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

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4755 , m_allowSlash(false)
4768 bool allowSlash() const { return m_allowSlash; }
4787 m_allowBreak = m_allowSlash = m_allowRule = true;
4790 void commitSlash() { m_allowBreak = m_allowSlash = m_allowNumber = false; m_allowWidth = true; }
4870 bool m_allowSlash; member in struct:WebCore::BorderImageParseContext

Completed in 74 milliseconds