Searched defs:allowSlash (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4768 bool allowSlash() const { return m_allowSlash; } function in struct:WebCore::BorderImageParseContext
4911 } else if (propId == CSSPropertyWebkitBorderImage && context.allowSlash() && val->unit == CSSParserValue::Operator && val->iValue == '/') {

Completed in 61 milliseconds