Home
last modified time | relevance | path

Searched defs:BorderImageParseContext (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
DCSSParser.cpp3613 struct BorderImageParseContext struct
3615 BorderImageParseContext() in BorderImageParseContext() function
3629 bool allowBreak() const { return m_allowBreak; } in allowBreak()
3630 bool allowNumber() const { return m_allowNumber; } in allowNumber()
3631 bool allowSlash() const { return m_allowSlash; } in allowSlash()
3632 bool allowWidth() const { return m_allowWidth; } in allowWidth()
3633 bool allowRule() const { return m_allowRule; } in allowRule()
3635 void commitImage(PassRefPtr<CSSValue> image) { m_image = image; m_allowNumber = true; } in commitImage()
3636 void commitNumber(CSSParserValue* v) { in commitNumber()
3652 void commitSlash() { m_allowBreak = m_allowSlash = m_allowNumber = false; m_allowWidth = true; } in commitSlash()
[all …]