Searched refs:WMLErrorCode (Results 1 – 4 of 4) sorted by relevance
31 enum WMLErrorCode { enum47 String errorMessageForErrorCode(WMLErrorCode);48 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…
99 String WMLElement::parseValueSubstitutingVariableReferences(const AtomicString& value, WMLErrorCode… in parseValueSubstitutingVariableReferences()