Searched refs:WMLErrorCode (Results 1 – 4 of 4) sorted by relevance
30 enum WMLErrorCode { enum46 String errorMessageForErrorCode(WMLErrorCode);47 void reportWMLError(Document*, WMLErrorCode);
35 void reportWMLError(Document* doc, WMLErrorCode error) in reportWMLError()69 String errorMessageForErrorCode(WMLErrorCode error) in errorMessageForErrorCode()
49 …String parseValueSubstitutingVariableReferences(const AtomicString&, WMLErrorCode defaultErrorCode…
100 String WMLElement::parseValueSubstitutingVariableReferences(const AtomicString& value, WMLErrorCode… in parseValueSubstitutingVariableReferences()