Searched refs:WMLErrorCode (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLErrorHandling.h31 enum WMLErrorCode { enum in namespace:WebCore
47 String errorMessageForErrorCode(WMLErrorCode);
48 void reportWMLError(Document*, WMLErrorCode);
H A DWMLErrorHandling.cpp35 void reportWMLError(Document* doc, WMLErrorCode error)
69 String errorMessageForErrorCode(WMLErrorCode error)
H A DWMLElement.h49 String parseValueSubstitutingVariableReferences(const AtomicString&, WMLErrorCode defaultErrorCode = WMLErrorInvalidVariableReference) const;
H A DWMLElement.cpp99 String WMLElement::parseValueSubstitutingVariableReferences(const AtomicString& value, WMLErrorCode defaultErrorCode) const

Completed in 67 milliseconds