Home
last modified time | relevance | path

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

/external/webkit/WebCore/wml/
DWMLElement.cpp71 bool parsedOK; in parseMappedAttribute() local
72 int tabindex = indexstring.toIntStrict(&parsedOK); in parseMappedAttribute()
73 if (parsedOK) in parseMappedAttribute()
/external/webkit/WebCore/html/
DHTMLElement.cpp135 bool parsedOK; in parseMappedAttribute() local
136 int tabindex = indexstring.toIntStrict(&parsedOK); in parseMappedAttribute()
137 if (parsedOK) in parseMappedAttribute()