Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLOListElement.cpp77 bool canParse; in parseMappedAttribute() local
78 int start = attr->value().toInt(&canParse); in parseMappedAttribute()
79 if (!canParse) in parseMappedAttribute()