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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h392 friend class BorderImageParseContext;
H A DCSSPropertyParser.cpp5691 class BorderImageParseContext { class in namespace:WebCore
5694 BorderImageParseContext() function in class:WebCore::BorderImageParseContext
5806 static bool buildFromParser(CSSPropertyParser&, CSSPropertyID, BorderImageParseContext&);
5827 bool BorderImageParseContext::buildFromParser(CSSPropertyParser& parser, CSSPropertyID propId, BorderImageParseContext& context)
5890 BorderImageParseContext context;
5891 if (BorderImageParseContext::buildFromParser(*this, propId, context)) {
5909 BorderImageParseContext context;
5910 if (BorderImageParseContext::buildFromParser(*this, propId, context)) {

Completed in 107 milliseconds